Bug 1164594 - Part 2b New Tab menu shouldn't use text-transform: uppercase [r=Mardak]

--HG--
extra : amend_source : 02a84f2e00fe5435c9169a7f6d2f95d4afdc22fd
This commit is contained in:
Marina Samuel 2015-06-05 02:48:38 -07:00
Родитель ef085a4209
Коммит 0a736201fd
3 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -482,7 +482,6 @@ input[type=button] {
line-height: 52px;
padding-left: 15px;
font-weight: 600;
text-transform: uppercase;
cursor: default;
border-radius: 5px 5px 0px 0px;
}

Просмотреть файл

@ -34,7 +34,7 @@
<xul:panel id="newtab-customize-panel" orient="vertical" type="arrow"
noautohide="true" hidden="true">
<xul:hbox id="newtab-customize-title" class="newtab-customize-panel-item">
<xul:label>&newtab.customize.cog.title;</xul:label>
<xul:label>&newtab.customize.cog.title2;</xul:label>
</xul:hbox>
<xul:vbox class="newtab-customize-complex-option">
<xul:hbox id="newtab-customize-classic" class="newtab-customize-panel-superitem newtab-customize-panel-item selectable">

Просмотреть файл

@ -6,7 +6,7 @@
<!ENTITY newtab.pageTitle "New Tab">
<!ENTITY newtab.customize.classic "Show your top sites">
<!ENTITY newtab.customize.cog.enhanced "Include suggested sites">
<!ENTITY newtab.customize.cog.title "New Tab Controls">
<!ENTITY newtab.customize.cog.title2 "NEW TAB CONTROLS">
<!ENTITY newtab.customize.cog.learn "Learn about New Tab">
<!ENTITY newtab.customize.title "Customize your New Tab page">
<!ENTITY newtab.customize.suggested "Show suggested and your top sites">