Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4689)

Unified Diff: chrome/browser/resources/new_new_tab.css

Issue 3033032: Remove tips from NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/profile_manager.cc ('k') | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.css
===================================================================
--- chrome/browser/resources/new_new_tab.css (revision 53888)
+++ chrome/browser/resources/new_new_tab.css (working copy)
@@ -245,50 +245,25 @@
margin: 0 10px;
}
-#set-as-home-page {
- display: none;
- margin: 10px 0;
- text-align: center;
-}
-
#top-bar {
display: -webkit-box;
-webkit-box-align: center;
min-height: 56px;
}
-#tip-line {
- -webkit-box-flex: 1;
- -webkit-transition: opacity .15s;
- -webkit-user-select: text;
- border: 0;
- cursor: text;
- display: block; /* Since we are reusing the section display logic we need
- to override the display for hidden tips. */
- margin: 10px;
- -webkit-margin-start: 50%;
- text-align: end;
-}
-
-.notification.hidden,
-#tip-line.hidden,
-.notification-shown #tip-line {
+.notification.hidden {
opacity: 0;
pointer-events: none;
}
-#tip-line a,
-#tip-line button {
- /* We do not want a trailing single word from a link on the last line */
- white-space: nowrap;
-}
-
#option-button {
-webkit-appearance: none;
background-color: transparent;
width: 19px;
height: 17px;
- margin: 0;
+ position: absolute;
+ right: 0;
+ top: 20px;
border: 0;
padding: 0;
vertical-align: top;
« no previous file with comments | « chrome/browser/profile_manager.cc ('k') | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698