Bug 1402929 - add header to overflow panel in customize mode, r=mikedeboer

MozReview-Commit-ID: 7Z8Xk2X707J

--HG--
extra : rebase_source : 6422413079a4aeb0bf1e44ff39aaea58a2711166
This commit is contained in:
Gijs Kruitbosch 2017-09-29 23:10:38 +01:00
parent d9dae67b93
commit c7a51be34d
3 changed files with 11 additions and 2 deletions

View File

@ -27,7 +27,8 @@
</box>
<box class="panel-arrowcontent" side="top" flex="1">
<vbox id="customization-panelHolder">
<description id="customization-panelDescription">&customizeMode.emptyOverflowList.description;</description>
<description id="customization-panelHeader">&customizeMode.overflowList.title;</description>
<description id="customization-panelDescription">&customizeMode.overflowList.description;</description>
</vbox>
<box class="panel-inner-arrowcontentfooter" hidden="true"/>
</box>

View File

@ -855,7 +855,8 @@ you can use these alternative items. Otherwise, their values should be empty. -
<!ENTITY customizeMode.lwthemes.menuManage.accessKey "M">
<!ENTITY customizeMode.lwthemes.menuGetMore "Get More Themes">
<!ENTITY customizeMode.lwthemes.menuGetMore.accessKey "G">
<!ENTITY customizeMode.emptyOverflowList.description "Drag and drop items here to keep them within reach but out of your toolbar…">
<!ENTITY customizeMode.overflowList.title "Overflow Panel">
<!ENTITY customizeMode.overflowList.description "Drag and drop items here to keep them within reach but out of your toolbar…">
<!ENTITY customizeMode.uidensity "Density">
<!-- LOCALIZATION NOTE (customizeMode.uidensity.menuNormal.*):
Normal is displayed in the Customize screen, under the Density menu. -->

View File

@ -502,6 +502,13 @@ toolbarpaletteitem[place=toolbar] > toolbarspring {
margin: 0;
}
#customization-panelHeader {
font-size: 1.3em;
font-weight: 500;
padding: 2px 12px;
margin: 0;
}
#customization-panelHolder > #widget-overflow-fixed-list {
padding-top: 10px;
min-height: 225px;