mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 556758 - Remove close button dead space in toolbar [r=vingtetun ui-r=madhava]
This commit is contained in:
parent
15db94bc7e
commit
8fccca5598
@ -73,7 +73,7 @@ toolbarbutton.urlbar-button {
|
||||
|
||||
#tool-app-close {
|
||||
min-width: 64px !important;
|
||||
visibility: hidden;
|
||||
visibility: collapse;
|
||||
list-style-image: url("chrome://browser/skin/images/task-close-40.png");
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
/* main toolbar (URL bar) -------------------------------------------------- */
|
||||
#tool-app-close {
|
||||
visibility: hidden;
|
||||
visibility: collapse;
|
||||
min-height: 0 !important;
|
||||
min-width: 0 !important;
|
||||
margin-top: -40px; /* keep pixels */
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
/* main toolbar (URL bar) -------------------------------------------------- */
|
||||
#tool-app-close {
|
||||
visibility: hidden;
|
||||
visibility: collapse;
|
||||
min-height: 0 !important;
|
||||
min-width: 0 !important;
|
||||
margin-top: -18px; /* keep pixels */
|
||||
|
Loading…
x
Reference in New Issue
Block a user