зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 40978aa5238d (bug 951694)
This commit is contained in:
Родитель
647bfdcb6e
Коммит
df679aa05e
|
@ -5,6 +5,10 @@
|
|||
|
||||
/* Sources and breakpoints pane */
|
||||
|
||||
#sources-pane {
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
#sources-pane > tabs {
|
||||
-moz-border-end: 1px solid #222426; /* Match the sources list's dark margin. */
|
||||
}
|
||||
|
@ -68,8 +72,7 @@
|
|||
#black-boxed-message,
|
||||
#source-progress-container {
|
||||
background: url(background-noise-toolbar.png) rgb(61,69,76);
|
||||
/* Prevent the container deck from aquiring the size from this message. */
|
||||
min-width: 1px;
|
||||
/* Prevent the container deck from aquiring the height from this message. */
|
||||
min-height: 1px;
|
||||
color: white;
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
/* Generic pane helpers */
|
||||
|
||||
.generic-toggled-side-pane {
|
||||
min-width: 50px;
|
||||
-moz-margin-start: 0px !important;
|
||||
/* Unfortunately, transitions don't work properly with locale-aware properties,
|
||||
so both the left and right margins are set via js, while the start margin
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
|
||||
/* Sources and breakpoints pane */
|
||||
|
||||
#sources-pane {
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
#sources-pane > tabs {
|
||||
-moz-border-end: 1px solid #222426; /* Match the sources list's dark margin. */
|
||||
}
|
||||
|
@ -70,8 +74,7 @@
|
|||
#black-boxed-message,
|
||||
#source-progress-container {
|
||||
background: url(background-noise-toolbar.png) rgb(61,69,76);
|
||||
/* Prevent the container deck from aquiring the size from this message. */
|
||||
min-width: 1px;
|
||||
/* Prevent the container deck from aquiring the height from this message. */
|
||||
min-height: 1px;
|
||||
color: white;
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
/* Generic pane helpers */
|
||||
|
||||
.generic-toggled-side-pane {
|
||||
min-width: 50px;
|
||||
-moz-margin-start: 0px !important;
|
||||
/* Unfortunately, transitions don't work properly with locale-aware properties,
|
||||
so both the left and right margins are set via js, while the start margin
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
|
||||
/* Sources and breakpoints pane */
|
||||
|
||||
#sources-pane {
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
#sources-pane > tabs {
|
||||
-moz-border-end: 1px solid #222426; /* Match the sources list's dark margin. */
|
||||
}
|
||||
|
@ -68,8 +72,7 @@
|
|||
#black-boxed-message,
|
||||
#source-progress-container {
|
||||
background: url(background-noise-toolbar.png) rgb(61,69,76);
|
||||
/* Prevent the container deck from aquiring the size from this message. */
|
||||
min-width: 1px;
|
||||
/* Prevent the container deck from aquiring the height from this message. */
|
||||
min-height: 1px;
|
||||
color: white;
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
/* Generic pane helpers */
|
||||
|
||||
.generic-toggled-side-pane {
|
||||
min-width: 50px;
|
||||
-moz-margin-start: 0px !important;
|
||||
/* Unfortunately, transitions don't work properly with locale-aware properties,
|
||||
so both the left and right margins are set via js, while the start margin
|
||||
|
|
Загрузка…
Ссылка в новой задаче