diff options
Diffstat (limited to 'comm/calendar/base/themes/osx/dialogs/calendar-event-dialog.css')
-rw-r--r-- | comm/calendar/base/themes/osx/dialogs/calendar-event-dialog.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/comm/calendar/base/themes/osx/dialogs/calendar-event-dialog.css b/comm/calendar/base/themes/osx/dialogs/calendar-event-dialog.css new file mode 100644 index 0000000000..72cf9507a9 --- /dev/null +++ b/comm/calendar/base/themes/osx/dialogs/calendar-event-dialog.css @@ -0,0 +1,27 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/*-------------------------------------------------------------------- + * Event dialog keep duration button + *-------------------------------------------------------------------*/ + +#timezone-endtime { + margin-inline-start: 15px; +} + +hbox > #link-image-top { + margin-block: 1.2em -1.2em; +} + +vbox > #link-image-bottom { + margin-block: -1.2em 1.2em; +} + +#percent-complete-textbox { + padding: 2px; +} + +.formatting-button > .toolbarbutton-menu-dropmarker { + margin-inline-start: 3px; +} |