Bug 929868 - Set a min-width on all toolbarbuttons in the #sources-toolbar. r=vporof

This commit is contained in:
Nick Fitzgerald 2013-10-27 16:33:27 -04:00
parent 4f2c7dcf68
commit 8b2bff59bb
3 changed files with 12 additions and 3 deletions

View File

@ -24,8 +24,11 @@
-moz-border-end: 1px solid #222426; /* Match the sources list's dark margin. */
}
#sources-toolbar .devtools-toolbarbutton {
min-width: 32px;
}
#pretty-print {
min-width: 0;
font-weight: bold;
}

View File

@ -26,8 +26,11 @@
-moz-border-end: 1px solid #222426; /* Match the sources list's dark margin. */
}
#sources-toolbar .devtools-toolbarbutton {
min-width: 32px;
}
#pretty-print {
min-width: 0;
font-weight: bold;
}

View File

@ -24,8 +24,11 @@
-moz-border-end: 1px solid #222426; /* Match the sources list's dark margin. */
}
#sources-toolbar .devtools-toolbarbutton {
min-width: 32px;
}
#pretty-print {
min-width: 0;
font-weight: bold;
}