зеркало из https://github.com/mozilla/gecko-dev.git
Bug 941211 - use px sizes for Australis' panel/palette icons, and incorporate into height, r=jaws
This commit is contained in:
Родитель
9a5aa5f1bb
Коммит
f254f56f3c
|
@ -937,8 +937,9 @@ toolbarpaletteitem[dragover] {
|
|||
}
|
||||
|
||||
toolbarpaletteitem[place="palette"] {
|
||||
width: 110px;
|
||||
height: 94px;
|
||||
width: 10em;
|
||||
height: calc(40px + 2em);
|
||||
margin-bottom: 5px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -950,8 +951,8 @@ toolbarpaletteitem[place="palette"][hidden] {
|
|||
#customization-palette .toolbarpaletteitem-box {
|
||||
-moz-box-pack: center;
|
||||
-moz-box-flex: 1;
|
||||
width: 110px;
|
||||
max-width: 110px;
|
||||
width: 10em;
|
||||
max-width: 10em;
|
||||
}
|
||||
|
||||
/* UI Tour */
|
||||
|
|
|
@ -126,8 +126,8 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton,
|
|||
-moz-box-orient: vertical;
|
||||
min-width: 7em;
|
||||
max-width: 7em;
|
||||
height: 6em;
|
||||
max-height: 6em;
|
||||
height: calc(40px + 2.4em);
|
||||
max-height: calc(40px + 2.4em);
|
||||
}
|
||||
|
||||
.panel-customization-placeholder[expand],
|
||||
|
@ -155,7 +155,7 @@ toolbaritem[cui-areatype="menu-panel"][sdkstylewidget="true"]:not(.panel-wide-wi
|
|||
}
|
||||
|
||||
toolbaritem[cui-areatype="menu-panel"][sdkstylewidget="true"] > iframe {
|
||||
margin: calc(5em / 12) auto;
|
||||
margin: 4px auto;
|
||||
}
|
||||
|
||||
toolbaritem[cui-areatype="menu-panel"][sdkstylewidget="true"]:not(.panel-wide-item) > .toolbarbutton-text {
|
||||
|
@ -169,9 +169,9 @@ toolbaritem[cui-areatype="menu-panel"] > toolbarbutton > .toolbarbutton-icon,
|
|||
toolbarpaletteitem[place="palette"] > #bookmarks-menu-button > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
|
||||
toolbarpaletteitem[place="palette"] > toolbarbutton > .toolbarbutton-icon,
|
||||
toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton > .toolbarbutton-icon {
|
||||
min-width: calc(8em / 3);
|
||||
min-height: calc(8em / 3);
|
||||
margin: calc(5em / 12);
|
||||
min-width: 32px;
|
||||
min-height: 32px;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
|
||||
|
|
Загрузка…
Ссылка в новой задаче