Backed out changeset 40978aa5238d (bug 951694)

This commit is contained in:
Tim Taubert 2013-12-18 20:07:41 +01:00
parent 8d679bbe90
commit d389876697
6 changed files with 18 additions and 6 deletions

View File

@ -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;
}

View File

@ -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

View File

@ -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;
}

View File

@ -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

View File

@ -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;
}

View File

@ -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