mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 40978aa5238d (bug 951694)
This commit is contained in:
parent
8d679bbe90
commit
d389876697
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user