Bug 1272607 - calendar: convert all in-tree style sheets logical properties from -moz-padding-start etc. to padding-inline-start etc. r=MakeMyDay
This commit is contained in:
Родитель
7420ae35ca
Коммит
4c94f88998
|
@ -15,7 +15,7 @@ calendar-list-tree > tree > treechildren::-moz-tree-cell(color-treecol) {
|
|||
}
|
||||
|
||||
calendar-list-tree > tree > treechildren::-moz-tree-cell(calendarname-treecol) {
|
||||
-moz-margin-start: 1px;
|
||||
margin-inline-start: 1px;
|
||||
}
|
||||
|
||||
calendar-list-tree > tree > treechildren::-moz-tree-image(status-treecol, readonly) {
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#provider-name-label {
|
||||
font-weight: bold;
|
||||
-moz-margin-start: 3em;
|
||||
margin-inline-start: 3em;
|
||||
}
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
|
||||
#calendar-header-name-column,
|
||||
#calendar-task-details-attachment-row > hbox {
|
||||
-moz-padding-start: 0.1em;
|
||||
padding-inline-start: 0.1em;
|
||||
}
|
||||
|
||||
#calendar-task-details-grid {
|
||||
padding-top: 1px;
|
||||
-moz-padding-start: 0;
|
||||
-moz-padding-end: 0;
|
||||
padding-inline-start: 0;
|
||||
padding-inline-end: 0;
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
|
||||
|
@ -131,9 +131,9 @@ window[toolboxId="task-actions-toolbox"] #modelist menuitem:first-child {
|
|||
}
|
||||
|
||||
#calendar-add-task-button {
|
||||
-moz-margin-start: 5px;
|
||||
margin-inline-start: 5px;
|
||||
}
|
||||
|
||||
#calendar-add-task-button > .toolbarbutton-text {
|
||||
-moz-padding-start: 5px;
|
||||
padding-inline-start: 5px;
|
||||
}
|
||||
|
|
|
@ -94,7 +94,7 @@ calendar-category-box:not([categories]) {
|
|||
list-style-image: url(chrome://calendar-common/skin/day-box-item-image.png);
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
-moz-margin-end: 4px;
|
||||
margin-inline-end: 4px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -128,7 +128,7 @@ calendar-category-box:not([categories]) {
|
|||
/* Margin that allows event creation by click and drag when the time slot is
|
||||
full of events. On the right side in normal view ... */
|
||||
.multiday-column-box-stack > .multiday-column-top-box[orient="horizontal"] {
|
||||
-moz-margin-end: 5px;
|
||||
margin-inline-end: 5px;
|
||||
}
|
||||
/* ... and on bottom in rotate view. */
|
||||
.multiday-column-box-stack > .multiday-column-top-box[orient="vertical"] {
|
||||
|
@ -168,7 +168,7 @@ calendar-event-column[orient="horizontal"][relation="today"] {
|
|||
calendar-event-column[orient="vertical"][relation="today"] {
|
||||
border-left: 1px solid var(--viewHighlightBorderColor);
|
||||
border-right: 1px solid var(--viewHighlightBorderColor);
|
||||
-moz-margin-end: -1px;
|
||||
margin-inline-end: -1px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -203,7 +203,7 @@ calendar-day-label[orient][relation="today"] {
|
|||
calendar-header-container[relation="today"] {
|
||||
border-left: 1px solid var(--viewTodayBorderColor);
|
||||
border-right: 1px solid var(--viewTodayBorderColor);
|
||||
-moz-margin-end: -1px;
|
||||
margin-inline-end: -1px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -347,8 +347,8 @@ calendar-header-container[weekend="true"][selected="true"],
|
|||
|
||||
.timeIndicator[orient="vertical"] {
|
||||
min-width: 1px;
|
||||
-moz-margin-start: -1px;
|
||||
-moz-margin-end: -1px;
|
||||
margin-inline-start: -1px;
|
||||
margin-inline-end: -1px;
|
||||
border-top: 2px solid red;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
@ -388,11 +388,11 @@ calendar-header-container[weekend="true"][selected="true"],
|
|||
}
|
||||
|
||||
.calendar-event-box-container[categories] {
|
||||
-moz-margin-end: 0px;
|
||||
margin-inline-end: 0px;
|
||||
}
|
||||
|
||||
.calendar-event-details {
|
||||
-moz-padding-start: 2px;
|
||||
padding-inline-start: 2px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -533,7 +533,7 @@ calendar-day-label[relation="today"],
|
|||
calendar-day-label[relation="today1day"] {
|
||||
background-color: var(--viewTodayDayLabelBackground);
|
||||
border: 1px solid var(--viewHighlightBorderColor);
|
||||
-moz-margin-end: -1px;
|
||||
margin-inline-end: -1px;
|
||||
margin-top: -1px;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -612,7 +612,7 @@ calendar-month-day-box {
|
|||
.calendar-month-day-box-other-month[relation="today"] {
|
||||
background-color: var(--viewTodayBackground);
|
||||
border: 1px solid var(--viewTodayBorderColor) !important;
|
||||
-moz-margin-end: -1px !important;
|
||||
margin-inline-end: -1px !important;
|
||||
margin-top: -1px !important;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -655,14 +655,14 @@ calendar-month-day-box {
|
|||
text-align: right;
|
||||
margin: 0px;
|
||||
padding-top: 1px;
|
||||
-moz-padding-end: 2px;
|
||||
padding-inline-end: 2px;
|
||||
padding-bottom: 1px;
|
||||
background-image: var(--viewMonthDayBoxLabelTexture);
|
||||
}
|
||||
|
||||
.calendar-month-day-box-week-label {
|
||||
text-align: left;
|
||||
-moz-padding-start: 2px;
|
||||
padding-inline-start: 2px;
|
||||
font-weight: normal !important;
|
||||
color: var(--viewMonthDayBoxWeekLabel) !important;
|
||||
}
|
||||
|
@ -691,7 +691,7 @@ calendar-month-day-box calendar-month-day-box-item[allday="true"] .calendar-colo
|
|||
}
|
||||
|
||||
.calendar-month-day-box-item-label[time="true"] {
|
||||
-moz-margin-end: 4px;
|
||||
margin-inline-end: 4px;
|
||||
}
|
||||
|
||||
.labeldaybox-container {
|
||||
|
@ -772,8 +772,8 @@ calendar-event-box[gripBars="both"]:not([readonly="true"]):hover .calendar-event
|
|||
text-align: right;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
-moz-margin-start: 0;
|
||||
-moz-margin-end: 1em; /* 1em space before value */
|
||||
margin-inline-start: 0;
|
||||
margin-inline-end: 1em; /* 1em space before value */
|
||||
}
|
||||
|
||||
.tooltipHeaderDescription {
|
||||
|
@ -891,12 +891,12 @@ tab[calview] > .tab-middle {
|
|||
|
||||
.view-header[type="end"] {
|
||||
text-align: right;
|
||||
-moz-margin-end: 6px;
|
||||
margin-inline-end: 6px;
|
||||
}
|
||||
|
||||
.navigation-inner-box {
|
||||
-moz-padding-start: 6px;
|
||||
-moz-padding-end: 6px;
|
||||
padding-inline-start: 6px;
|
||||
padding-inline-end: 6px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
|
@ -914,8 +914,8 @@ tab[calview] > .tab-middle {
|
|||
.today-navigation-button {
|
||||
-moz-user-focus: normal;
|
||||
-moz-appearance: toolbarbutton;
|
||||
-moz-margin-start: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
margin-inline-start: 2px;
|
||||
margin-inline-end: 2px;
|
||||
color: ButtonText;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
|
@ -61,7 +61,7 @@ label.label {
|
|||
-moz-image-region: rect(0px 147px 24px 140px);
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
-moz-margin-start: -3px;
|
||||
margin-inline-start: -3px;
|
||||
margin-bottom: -15px;
|
||||
position: relative;
|
||||
-moz-user-focus: normal;
|
||||
|
@ -85,7 +85,7 @@ label.label {
|
|||
|
||||
.keepduration-link-image {
|
||||
list-style-image: url(chrome://calendar-common/skin/calendar-event-dialog.png);
|
||||
-moz-margin-start: -1px;
|
||||
margin-inline-start: -1px;
|
||||
}
|
||||
|
||||
#link-image-top {
|
||||
|
@ -198,7 +198,7 @@ daypicker-monthday {
|
|||
}
|
||||
|
||||
.default-indent {
|
||||
-moz-margin-start: 1.5em;
|
||||
margin-inline-start: 1.5em;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
|
@ -222,11 +222,11 @@ daypicker-monthday {
|
|||
/* remove on Windows the double border with the splitter */
|
||||
@media (-moz-windows-theme) {
|
||||
#attendees-list > .listbox-noborder {
|
||||
-moz-border-end-style: none;
|
||||
border-inline-end-style: none;
|
||||
}
|
||||
#timebar > .listbox-noborder,
|
||||
#freebusy-grid > .listbox-noborder {
|
||||
-moz-border-start-style: none;
|
||||
border-inline-start-style: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -247,24 +247,24 @@ daypicker-monthday {
|
|||
}
|
||||
|
||||
freebusy-day {
|
||||
-moz-margin-end: 2px;
|
||||
-moz-border-start: 1px solid var(--eventBorderColor);
|
||||
-moz-border-end: 1px solid var(--eventBorderColor);
|
||||
margin-inline-end: 2px;
|
||||
border-inline-start: 1px solid var(--eventBorderColor);
|
||||
border-inline-end: 1px solid var(--eventBorderColor);
|
||||
border-bottom: 1px solid var(--eventBorderColor);
|
||||
}
|
||||
|
||||
freebusy-day:first-child {
|
||||
-moz-border-start: 1px solid transparent;
|
||||
border-inline-start: 1px solid transparent;
|
||||
}
|
||||
|
||||
freebusy-day:last-child {
|
||||
-moz-border-end: 1px solid transparent;
|
||||
border-inline-end: 1px solid transparent;
|
||||
}
|
||||
|
||||
/* negative margins to clear freebusy-day's border and margin */
|
||||
freebusy-day > box {
|
||||
-moz-margin-start: -1px;
|
||||
-moz-margin-end: -3px;
|
||||
margin-inline-start: -1px;
|
||||
margin-inline-end: -3px;
|
||||
}
|
||||
|
||||
.freebusy-content {
|
||||
|
@ -272,15 +272,15 @@ freebusy-day > box {
|
|||
clip: rect(0px 0px 0px 0px);
|
||||
}
|
||||
|
||||
/* -moz-margin-end 2px is needed to take border-right from the grid elements into account */
|
||||
/* margin-inline-end 2px is needed to take border-right from the grid elements into account */
|
||||
.freebusy-timebar-title {
|
||||
-moz-margin-end: 2px;
|
||||
-moz-padding-start: 2px;
|
||||
margin-inline-end: 2px;
|
||||
padding-inline-start: 2px;
|
||||
}
|
||||
|
||||
.freebusy-timebar-hour {
|
||||
-moz-padding-start: 2px;
|
||||
-moz-padding-end: 3px;
|
||||
padding-inline-start: 2px;
|
||||
padding-inline-end: 3px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
@ -296,11 +296,11 @@ freebusy-day > box {
|
|||
}
|
||||
|
||||
.freebusy-grid {
|
||||
-moz-border-start: 1px solid var(--eventGridStartBorderColor);
|
||||
border-inline-start: 1px solid var(--eventGridStartBorderColor);
|
||||
background-color: #E09EBD;
|
||||
color: #E09EBD;
|
||||
min-height: 16px;
|
||||
-moz-padding-start: 1px;
|
||||
padding-inline-start: 1px;
|
||||
}
|
||||
|
||||
.freebusy-grid[state="busy"] {
|
||||
|
@ -324,19 +324,19 @@ freebusy-day > box {
|
|||
}
|
||||
|
||||
.freebusy-grid:first-child {
|
||||
-moz-border-start: 1px solid transparent;
|
||||
border-inline-start: 1px solid transparent;
|
||||
}
|
||||
|
||||
.freebusy-grid.last-in-day {
|
||||
-moz-border-end: 1px solid var(--eventBorderColor);
|
||||
-moz-margin-end: 2px;
|
||||
border-inline-end: 1px solid var(--eventBorderColor);
|
||||
margin-inline-end: 2px;
|
||||
}
|
||||
|
||||
#dialog-box {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 10px;
|
||||
-moz-padding-start: 8px;
|
||||
-moz-padding-end: 10px;
|
||||
padding-inline-start: 8px;
|
||||
padding-inline-end: 10px;
|
||||
}
|
||||
|
||||
#addressingWidget {
|
||||
|
@ -413,11 +413,11 @@ freebusy-day > box {
|
|||
}
|
||||
|
||||
.left-icon .button-icon {
|
||||
-moz-margin-end: 3px;
|
||||
margin-inline-end: 3px;
|
||||
}
|
||||
|
||||
.right-icon .button-icon {
|
||||
-moz-margin-start: 3px;
|
||||
margin-inline-start: 3px;
|
||||
}
|
||||
|
||||
.legend {
|
||||
|
|
|
@ -21,8 +21,8 @@ calendar-invitations-richlistbox {
|
|||
calendar-invitations-richlistitem {
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
-moz-padding-start: 7px;
|
||||
-moz-padding-end: 7px;
|
||||
padding-inline-start: 7px;
|
||||
padding-inline-end: 7px;
|
||||
min-height: 25px;
|
||||
border-bottom: 1px dotted #C0C0C0;
|
||||
}
|
||||
|
@ -64,8 +64,8 @@ calendar-invitations-richlistitem[selected="true"] .calendar-invitations-richlis
|
|||
.calendar-invitations-richlistitem-button .button-icon {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
-moz-margin-start: 0px;
|
||||
-moz-margin-end: 5px;
|
||||
margin-inline-start: 0px;
|
||||
margin-inline-end: 5px;
|
||||
}
|
||||
|
||||
.calendar-invitations-richlistitem-accept-button {
|
||||
|
|
|
@ -12,12 +12,12 @@ calendar-subscriptions-richlistbox {
|
|||
border: 1px solid black;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
-moz-margin-start: 4px;
|
||||
-moz-margin-end: 4px;
|
||||
margin-inline-start: 4px;
|
||||
margin-inline-end: 4px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 3px;
|
||||
-moz-padding-start: 4px;
|
||||
-moz-padding-end: 2px;
|
||||
padding-inline-start: 4px;
|
||||
padding-inline-end: 2px;
|
||||
}
|
||||
|
||||
calendar-subscriptions-richlistitem[selected="true"] {
|
||||
|
@ -26,7 +26,7 @@ calendar-subscriptions-richlistitem[selected="true"] {
|
|||
}
|
||||
|
||||
.calendar-subscriptions-richlistitem-checkbox {
|
||||
-moz-margin-end: 0px;
|
||||
margin-inline-end: 0px;
|
||||
}
|
||||
|
||||
.calendar-subscriptions-richlistitem-checkbox > .checkbox-label-box {
|
||||
|
@ -40,7 +40,7 @@ calendar-subscriptions-richlistitem[selected="true"] {
|
|||
.calendar-subscriptions-status-box {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
-moz-margin-start: 4px;
|
||||
margin-inline-start: 4px;
|
||||
}
|
||||
|
||||
.calendar-subscriptions-status-icon {
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
}
|
||||
|
||||
#miniday-dropdown-button > .toolbarbutton-menu-dropmarker {
|
||||
-moz-padding-start: 0;
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
||||
.today-closebutton {
|
||||
|
@ -124,7 +124,7 @@
|
|||
}
|
||||
|
||||
#todaypane-new-event-button > .toolbarbutton-text {
|
||||
-moz-padding-start: 5px;
|
||||
padding-inline-start: 5px;
|
||||
}
|
||||
|
||||
#agenda-listbox {
|
||||
|
@ -155,16 +155,16 @@ agenda-allday-richlist-item {
|
|||
|
||||
.agenda-container-box {
|
||||
border-bottom: 1px dotted #C0C0C0;
|
||||
-moz-margin-start: 4px;
|
||||
-moz-margin-end: 4px;
|
||||
margin-inline-start: 4px;
|
||||
margin-inline-end: 4px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.agenda-allday-container-box {
|
||||
border-bottom: 1px dotted #C0C0C0;
|
||||
-moz-margin-start: 4px;
|
||||
-moz-margin-end: 4px;
|
||||
margin-inline-start: 4px;
|
||||
margin-inline-end: 4px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
@ -218,7 +218,7 @@ agenda-allday-richlist-item {
|
|||
list-style-image: url("chrome://calendar-common/skin/calendar-overlay.png");
|
||||
-moz-image-region: rect(0px 10px 10px 0px);
|
||||
margin-top: 0.35em;
|
||||
-moz-margin-start: 4px;
|
||||
margin-inline-start: 4px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
@ -226,7 +226,7 @@ agenda-allday-richlist-item {
|
|||
.agenda-multiDayEvent-image {
|
||||
list-style-image: url("chrome://calendar-common/skin/calendar-overlay.png");
|
||||
margin-top: 0.35em;
|
||||
-moz-margin-start: 3px;
|
||||
margin-inline-start: 3px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
display: none;
|
||||
|
|
|
@ -5,17 +5,17 @@
|
|||
treenode-checkbox {
|
||||
-moz-box-align: center;
|
||||
padding-top: 4px;
|
||||
-moz-padding-start: 4px;
|
||||
-moz-padding-end: 4px;
|
||||
padding-inline-start: 4px;
|
||||
padding-inline-end: 4px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.checkbox-label-box {
|
||||
-moz-margin-start: 4px;
|
||||
margin-inline-start: 4px;
|
||||
}
|
||||
|
||||
.checkbox-icon {
|
||||
-moz-margin-end: 2px;
|
||||
margin-inline-end: 2px;
|
||||
}
|
||||
|
||||
.checkbox-label {
|
||||
|
|
|
@ -73,7 +73,7 @@ minimonth {
|
|||
.minimonth-year-name-readonly {
|
||||
min-width: 4em;
|
||||
font-weight: bold;
|
||||
-moz-padding-start: 4px;
|
||||
padding-inline-start: 4px;
|
||||
}
|
||||
|
||||
.minimonth-month-name > .toolbarbutton-text {
|
||||
|
@ -187,8 +187,8 @@ minimonth {
|
|||
}
|
||||
|
||||
.minimonth-list {
|
||||
-moz-padding-start: 1em;
|
||||
-moz-padding-end: 1em;
|
||||
padding-inline-start: 1em;
|
||||
padding-inline-end: 1em;
|
||||
}
|
||||
|
||||
.minimonth-list[current="true"] {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
|
||||
#other-actions-box {
|
||||
-moz-margin-end: -1px;
|
||||
margin-inline-end: -1px;
|
||||
}
|
||||
|
||||
.task-details-name {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
/* Navigation controls for the views */
|
||||
#calendar-nav-control {
|
||||
background-color: AppWorkspace;
|
||||
-moz-border-start: 1px solid ThreeDShadow;
|
||||
border-inline-start: 1px solid ThreeDShadow;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
|
@ -51,8 +51,8 @@ tab[calview]:hover {
|
|||
}
|
||||
|
||||
.view-navigation-button {
|
||||
-moz-margin-start: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
margin-inline-start: 2px;
|
||||
margin-inline-end: 2px;
|
||||
}
|
||||
|
||||
.today-navigation-button {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
|
||||
#timezone-endtime {
|
||||
-moz-margin-start: 16px;
|
||||
margin-inline-start: 16px;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
|
|
|
@ -77,8 +77,8 @@ filefield[disabled="true"] .fileFieldIcon {
|
|||
height: 16px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
-moz-margin-start: 2px;
|
||||
-moz-margin-end: 4px;
|
||||
margin-inline-start: 2px;
|
||||
margin-inline-end: 4px;
|
||||
}
|
||||
|
||||
.fileFieldLabel {
|
||||
|
|
|
@ -18,11 +18,11 @@ treenode-checkbox > .checkbox-check {
|
|||
}
|
||||
|
||||
#task-tree-filtergroup {
|
||||
-moz-padding-start: 12px;
|
||||
padding-inline-start: 12px;
|
||||
}
|
||||
|
||||
calendar-list-tree .tree-scrollable-columns {
|
||||
-moz-padding-start: 18px;
|
||||
padding-inline-start: 18px;
|
||||
}
|
||||
|
||||
.view-navigation-button:hover {
|
||||
|
@ -30,9 +30,9 @@ calendar-list-tree .tree-scrollable-columns {
|
|||
}
|
||||
|
||||
.toolbarbutton-icon-begin {
|
||||
-moz-margin-end: 5px;
|
||||
margin-inline-end: 5px;
|
||||
}
|
||||
|
||||
.toolbarbutton-icon-end {
|
||||
-moz-margin-start: 5px;
|
||||
margin-inline-start: 5px;
|
||||
}
|
||||
|
|
|
@ -114,5 +114,5 @@
|
|||
}
|
||||
|
||||
#calendar-add-task-button > .toolbarbutton-text {
|
||||
-moz-margin-start: 0px;
|
||||
margin-inline-start: 0px;
|
||||
}
|
||||
|
|
|
@ -122,8 +122,8 @@ tab[calview] > .tab-middle {
|
|||
-moz-user-focus: normal;
|
||||
-moz-appearance: toolbarbutton;
|
||||
margin-top: 3px;
|
||||
-moz-margin-start: 3px;
|
||||
-moz-margin-end: 3px;
|
||||
margin-inline-start: 3px;
|
||||
margin-inline-end: 3px;
|
||||
margin-bottom: 1px;
|
||||
min-width: 22px;
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
|
||||
#timezone-endtime {
|
||||
-moz-margin-start: 15px;
|
||||
margin-inline-start: 15px;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
|
|
|
@ -16,8 +16,8 @@ prefwindow {
|
|||
.prefWindow-dlgbuttons {
|
||||
margin-top: 0;
|
||||
margin-bottom: 8px;
|
||||
-moz-margin-start: 12px;
|
||||
-moz-margin-end: 12px;
|
||||
margin-inline-start: 12px;
|
||||
margin-inline-end: 12px;
|
||||
}
|
||||
|
||||
#CalendarPreferences .prefWindow-dlgbuttons {
|
||||
|
@ -127,8 +127,8 @@ caption {
|
|||
border-bottom: 1px solid #ececec;
|
||||
padding-top: 4px !important;
|
||||
padding-bottom: 0 !important;
|
||||
-moz-padding-start: 4px !important;
|
||||
-moz-padding-end: 0 !important;
|
||||
padding-inline-start: 4px !important;
|
||||
padding-inline-end: 0 !important;
|
||||
}
|
||||
|
||||
#paneAdvanced description {
|
||||
|
@ -144,7 +144,7 @@ prefpane description {
|
|||
}
|
||||
|
||||
#alarmSoundFileField {
|
||||
-moz-margin-start: 2em;
|
||||
margin-inline-start: 2em;
|
||||
}
|
||||
|
||||
.dayOffCheckbox {
|
||||
|
@ -159,11 +159,11 @@ prefpane description {
|
|||
* Update Preferences
|
||||
*/
|
||||
#autoInstallOptions {
|
||||
-moz-margin-start: 20px;
|
||||
margin-inline-start: 20px;
|
||||
}
|
||||
|
||||
.updateControls {
|
||||
-moz-margin-start: 10px;
|
||||
margin-inline-start: 10px;
|
||||
}
|
||||
|
||||
tabpanels {
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
}
|
||||
|
||||
#todaypane-new-event-button > .toolbarbutton-text {
|
||||
-moz-margin-start: 0px;
|
||||
margin-inline-start: 0px;
|
||||
}
|
||||
|
||||
#todaypane-new-event-button > .toolbarbutton-icon {
|
||||
|
|
|
@ -13,9 +13,9 @@ treenode-checkbox > .checkbox-check {
|
|||
}
|
||||
|
||||
#task-tree-filtergroup {
|
||||
-moz-padding-start: 18px;
|
||||
padding-inline-start: 18px;
|
||||
}
|
||||
|
||||
calendar-list-tree .tree-scrollable-columns {
|
||||
-moz-padding-start: 18px;
|
||||
padding-inline-start: 18px;
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
|
||||
#other-actions-box {
|
||||
-moz-margin-end: -2px;
|
||||
margin-inline-end: -2px;
|
||||
}
|
||||
|
||||
.task-details-name {
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
@media (-moz-os-version: windows-xp) {
|
||||
#task-addition-box {
|
||||
-moz-border-start: 1px solid ThreeDShadow;
|
||||
border-inline-start: 1px solid ThreeDShadow;
|
||||
}
|
||||
|
||||
#calendar-task-tree {
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
#calendar-nav-control {
|
||||
background-color: ButtonFace;
|
||||
border-top: 1px solid ThreeDShadow;
|
||||
-moz-border-start: 1px solid ThreeDShadow;
|
||||
border-inline-start: 1px solid ThreeDShadow;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
#view-deck {
|
||||
background-color: -moz-Field;
|
||||
border-width: 0;
|
||||
-moz-border-start: 1px;
|
||||
border-inline-start: 1px;
|
||||
}
|
||||
|
||||
tab[calview] {
|
||||
|
@ -53,8 +53,8 @@ tab[calview]:hover {
|
|||
}
|
||||
|
||||
.view-navigation-button {
|
||||
-moz-margin-start: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
margin-inline-start: 2px;
|
||||
margin-inline-end: 2px;
|
||||
}
|
||||
|
||||
.today-navigation-button {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
|
||||
#timezone-endtime {
|
||||
-moz-margin-start: 16px;
|
||||
margin-inline-start: 16px;
|
||||
}
|
||||
|
||||
@media (-moz-os-version: windows-xp) {
|
||||
|
@ -252,7 +252,7 @@
|
|||
}
|
||||
|
||||
#event-toolbar {
|
||||
-moz-margin-start: 0;
|
||||
margin-inline-start: 0;
|
||||
padding: 1px 0 2px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -77,8 +77,8 @@ filefield[disabled="true"] .fileFieldIcon {
|
|||
height: 16px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
-moz-margin-start: 2px;
|
||||
-moz-margin-end: 4px;
|
||||
margin-inline-start: 2px;
|
||||
margin-inline-end: 4px;
|
||||
}
|
||||
|
||||
.fileFieldLabel {
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
}
|
||||
|
||||
.today-closebutton > .toolbarbutton-icon {
|
||||
-moz-margin-end: 0px; /* override toolkit's default value */
|
||||
margin-inline-end: 0px; /* override toolkit's default value */
|
||||
}
|
||||
|
||||
@media (-moz-os-version: windows-xp) {
|
||||
|
@ -144,7 +144,7 @@
|
|||
@media all and (-moz-windows-compositor) {
|
||||
@media not all and (-moz-os-version: windows-win10) {
|
||||
#messengerWindow[sizemode=normal] #today-pane-panel {
|
||||
-moz-border-end: 1px solid rgba(10%, 10%, 10%, .4);
|
||||
border-inline-end: 1px solid rgba(10%, 10%, 10%, .4);
|
||||
border-bottom: 1px solid rgba(10%, 10%, 10%, .4);
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
|
|
@ -44,17 +44,17 @@ treenode-checkbox[checked="true"] > .checkbox-check {
|
|||
}
|
||||
|
||||
#task-tree-filtergroup {
|
||||
-moz-padding-start: 12px;
|
||||
padding-inline-start: 12px;
|
||||
}
|
||||
|
||||
calendar-list-tree .tree-scrollable-columns {
|
||||
-moz-padding-start: 18px;
|
||||
padding-inline-start: 18px;
|
||||
}
|
||||
|
||||
.toolbarbutton-icon-begin {
|
||||
-moz-margin-end: 5px;
|
||||
margin-inline-end: 5px;
|
||||
}
|
||||
|
||||
.toolbarbutton-icon-end {
|
||||
-moz-margin-start: 5px;
|
||||
margin-inline-start: 5px;
|
||||
}
|
||||
|
|
|
@ -64,8 +64,8 @@
|
|||
border: 3px solid -moz-default-color;
|
||||
border-collapse: collapse;
|
||||
width: 40em;
|
||||
-moz-margin-start: auto;
|
||||
-moz-margin-end: auto;
|
||||
margin-inline-start: auto;
|
||||
margin-inline-end: auto;
|
||||
}
|
||||
#invitation-table > tbody > tr > td {
|
||||
padding: 3px;
|
||||
|
@ -83,7 +83,7 @@
|
|||
.description {
|
||||
width: 9em;
|
||||
text-align: right;
|
||||
-moz-border-end: 1px solid rgba(255, 255, 255, 0.2);
|
||||
border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
vertical-align: top;
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#calendar-status-todaypane-button > stack > .toolbarbutton-day-text {
|
||||
text-align: center;
|
||||
-moz-margin-start: 0;
|
||||
margin-inline-start: 0;
|
||||
margin-bottom: -4px;
|
||||
font-size: 7pt;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
|
|
@ -22,7 +22,7 @@ radio[pane=paneLightning] {
|
|||
/* iMIP notification bar */
|
||||
#imip-bar > image {
|
||||
list-style-image: url("chrome://calendar/skin/cal-icon32.png");
|
||||
-moz-margin-end: 8px;
|
||||
margin-inline-end: 8px;
|
||||
}
|
||||
|
||||
/* ::::: tabs ::::: */
|
||||
|
@ -206,8 +206,8 @@ toolbar[bighttext] #task-tab-button {
|
|||
min-height: 8px;
|
||||
background-image: url("chrome://messenger/skin/icons/vertical-threadpane-splitter-bg.gif");
|
||||
background-repeat: repeat-y;
|
||||
-moz-border-start: 1px solid #A6A6A6;
|
||||
-moz-border-end: 1px solid #8C8C8C;
|
||||
border-inline-start: 1px solid #A6A6A6;
|
||||
border-inline-end: 1px solid #8C8C8C;
|
||||
}
|
||||
|
||||
.calendar-splitter:-moz-locale-dir(rtl) {
|
||||
|
@ -222,13 +222,13 @@ toolbar[bighttext] #task-tab-button {
|
|||
background-repeat: repeat-x;
|
||||
border-top: 1px solid #A6A6A6;
|
||||
border-bottom: 1px solid #8C8C8C;
|
||||
-moz-border-start-width: 0;
|
||||
-moz-border-end-width: 0;
|
||||
border-inline-start-width: 0;
|
||||
border-inline-end-width: 0;
|
||||
}
|
||||
|
||||
.calendar-splitter[state="collapsed"] {
|
||||
border-bottom-width: 0;
|
||||
-moz-border-end: 0;
|
||||
border-inline-end: 0;
|
||||
}
|
||||
|
||||
.calendar-sidebar-splitter {
|
||||
|
@ -238,14 +238,14 @@ toolbar[bighttext] #task-tab-button {
|
|||
}
|
||||
|
||||
#today-splitter {
|
||||
-moz-border-start: 1px solid #8B8B8B;
|
||||
-moz-margin-end: -2px;
|
||||
border-inline-start: 1px solid #8B8B8B;
|
||||
margin-inline-end: -2px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#ltnSidebar {
|
||||
-moz-border-end: 1px solid #8B8B8B;
|
||||
-moz-margin-end: -3px !important;
|
||||
border-inline-end: 1px solid #8B8B8B;
|
||||
margin-inline-end: -3px !important;
|
||||
}
|
||||
|
||||
/* ::: imip button icons ::: */
|
||||
|
|
|
@ -164,14 +164,14 @@ grid[anonid="time-picker-hour-grid"][format12hours="true"] .timepicker-topRow-ho
|
|||
|
||||
vbox[anonid="time-picker-five-minute-grid-box"] {
|
||||
min-width : 195px;
|
||||
-moz-margin-start : 1px;
|
||||
margin-inline-start : 1px;
|
||||
}
|
||||
|
||||
/* five minute grid */
|
||||
|
||||
grid[anonid="time-picker-five-minute-grid"] {
|
||||
margin-top : 2px;
|
||||
-moz-margin-end : 1px;
|
||||
margin-inline-end : 1px;
|
||||
border-top : 1px solid ThreeDShadow;
|
||||
border-left : 1px solid ThreeDShadow;
|
||||
border-right : 1px solid ThreeDShadow;
|
||||
|
@ -206,14 +206,14 @@ grid[anonid="time-picker-five-minute-grid"] {
|
|||
|
||||
vbox[anonid="time-picker-one-minute-grid-box"] {
|
||||
min-width : 195px;
|
||||
-moz-margin-start : 1px;
|
||||
margin-inline-start : 1px;
|
||||
}
|
||||
|
||||
/* one minute grid */
|
||||
|
||||
grid[anonid="time-picker-one-minute-grid"] {
|
||||
margin-top : 2px;
|
||||
-moz-margin-end : 1px;
|
||||
margin-inline-end : 1px;
|
||||
border-top : 1px solid ThreeDShadow;
|
||||
border-left : 1px solid ThreeDShadow;
|
||||
border-right : 1px solid ThreeDShadow;
|
||||
|
@ -277,5 +277,5 @@ grid[anonid="time-picker-one-minute-grid"] {
|
|||
background-color : -moz-Dialog;
|
||||
color : -moz-DialogText;
|
||||
border : 1px solid ThreeDShadow;
|
||||
-moz-margin-end : 1px;
|
||||
margin-inline-end : 1px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче