Bug 1145303 - Remove unused 'What is this page?' link and related intro messaging. r=mconley

This commit is contained in:
Ursula 2015-05-22 15:52:43 -04:00
parent 107db4ac6c
commit a88a26c93c
8 changed files with 0 additions and 61 deletions

View File

@ -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;

View File

@ -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>

View File

@ -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);

View File

@ -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.">

View File

@ -14,7 +14,6 @@
width: 16px;
}
#newtab-intro-panel,
.newtab-title {
font-family: sans-serif;
}

View File

@ -9,7 +9,6 @@
color: rgb(20,79,174);
}
#newtab-intro-panel,
.newtab-title {
font-family: Lucida Grande;
}

View File

@ -155,7 +155,6 @@
}
/* TITLES */
#newtab-intro-what,
.newtab-sponsored,
.newtab-title,
.newtab-suggested {

View File

@ -13,7 +13,6 @@
padding: 0;
}
#newtab-intro-panel,
.newtab-title {
font-family: Segoe UI;
}