зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1145303 - Remove unused 'What is this page?' link and related intro messaging. r=mconley
This commit is contained in:
Родитель
74c077bdae
Коммит
a2bdf04cfd
|
@ -50,50 +50,6 @@ input[type=button] {
|
|||
right: auto;
|
||||
}
|
||||
|
||||
#newtab-intro-what {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
right: 70px;
|
||||
top: 20px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#newtab-intro-what:-moz-locale-dir(rtl) {
|
||||
left: 70px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
#newtab-scrollbox[page-disabled] #newtab-intro-what {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#newtab-intro-panel {
|
||||
color: #6a7b86;
|
||||
font-size: 15px;
|
||||
line-height: 19px;
|
||||
width: 520px;
|
||||
}
|
||||
|
||||
#newtab-intro-panel h1 {
|
||||
color: #343f48;
|
||||
font-family: Open Sans, sans-serif;
|
||||
font-size: 30px;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
#newtab-intro-panel p {
|
||||
margin: 10px 20px;
|
||||
}
|
||||
|
||||
#newtab-intro-panel p:last-child {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
#newtab-intro-what:hover,
|
||||
#newtab-intro-panel a {
|
||||
color: #4a90e2;
|
||||
}
|
||||
|
||||
/* MARGINS */
|
||||
#newtab-vertical-margin {
|
||||
display: -moz-box;
|
||||
|
@ -299,7 +255,6 @@ input[type=button] {
|
|||
text-align: start;
|
||||
}
|
||||
|
||||
#newtab-intro-panel input,
|
||||
.sponsored-explain input,
|
||||
.suggested-explain input {
|
||||
background-size: 18px;
|
||||
|
|
|
@ -24,11 +24,6 @@
|
|||
|
||||
<div id="newtab-customize-overlay"></div>
|
||||
|
||||
<xul:panel id="newtab-intro-panel" orient="vertical" type="arrow"
|
||||
noautohide="true" hidden="true">
|
||||
<h1>&newtab.intro.header;</h1>
|
||||
</xul:panel>
|
||||
|
||||
<xul:panel id="newtab-search-panel" orient="vertical" type="arrow"
|
||||
noautohide="true" hidden="true">
|
||||
<xul:hbox id="newtab-search-manage">
|
||||
|
@ -132,8 +127,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div id="newtab-intro-what">&newtab.customize.what;</div>
|
||||
|
||||
<input id="newtab-customize-button" type="button" title="&newtab.customize.title;"/>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -109,9 +109,6 @@ function runTests() {
|
|||
|
||||
is(getData(1), null, "directory link still pushed out by pinned history link");
|
||||
|
||||
ok(getContentDocument().getElementById("newtab-intro-what"),
|
||||
"'What is this page?' link exists");
|
||||
|
||||
yield unpinCell(0);
|
||||
|
||||
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
<!ENTITY newtab.customize.suggested "Show suggested and your top sites">
|
||||
<!ENTITY newtab.customize.topsites "Show your top sites">
|
||||
<!ENTITY newtab.customize.blank2 "Show blank page">
|
||||
<!ENTITY newtab.customize.what "What is this page?">
|
||||
<!ENTITY newtab.intro.header "What is this page?">
|
||||
<!ENTITY newtab.undo.removedLabel "Thumbnail removed.">
|
||||
<!ENTITY newtab.undo.undoButton "Undo.">
|
||||
<!ENTITY newtab.undo.restoreButton "Restore All.">
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
width: 16px;
|
||||
}
|
||||
|
||||
#newtab-intro-panel,
|
||||
.newtab-title {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
color: rgb(20,79,174);
|
||||
}
|
||||
|
||||
#newtab-intro-panel,
|
||||
.newtab-title {
|
||||
font-family: Lucida Grande;
|
||||
}
|
||||
|
|
|
@ -155,7 +155,6 @@
|
|||
}
|
||||
|
||||
/* TITLES */
|
||||
#newtab-intro-what,
|
||||
.newtab-sponsored,
|
||||
.newtab-title,
|
||||
.newtab-suggested {
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
#newtab-intro-panel,
|
||||
.newtab-title {
|
||||
font-family: Segoe UI;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче