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

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

Issue 178065: NNTP cleanup (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 | « no previous file | 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 25087)
+++ chrome/browser/resources/new_new_tab.css (working copy)
@@ -187,6 +187,9 @@
cursor: pointer;
text-decoration: underline;
color: hsl(213, 90%, 24%);
+ -webkit-appearance: none;
+ border: 0;
+ background: none;
}
.thumbnail-container {
@@ -491,14 +494,11 @@
}
#sync-status {
- -webkit-transition: height .15s, opacity .15s;
- background-color: hsla(213, 60%, 92%, .4);
- border: 1px solid hsl(213, 60%, 92%);
+ display: none;
-webkit-border-radius: 6px;
padding: 5px 0;
margin: 10px 0;
white-space: nowrap;
- opacity: 0;
overflow-x: hidden;
}
@@ -512,29 +512,12 @@
margin: 0 10px;
}
-/* TODO(rahulk): The following two classes control the looks of Make this my
-homepage link and need to be refined. */
#set-as-homepage {
- -webkit-transition: height .15s, opacity .15s;
- padding: 5px 0;
+ display: none;
margin: 10px 0;
- white-space: nowrap;
- opacity: 0;
- overflow-x: hidden;
text-align: center;
}
-#set-as-homepage > * {
- display: inline-block;
- max-width: none;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-size: 100%;
- margin: 0 10px;
- text-align: center;
-}
-
#view-toolbar {
-webkit-user-select: none;
text-align: right;
@@ -707,8 +690,7 @@
/* tip line */
#tip-line {
- margin-top: 40px;
- margin-bottom: 10px;
+ margin: 10px 0;
text-align: center;
}
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698