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

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

Issue 3236001: Add the collapsed 'miniview' to the apps and most visisted sections. (Closed)
Patch Set: more unnecessary changes Created 10 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
Index: chrome/browser/resources/new_new_tab.css
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css
index edf9612a8583069c3ac9581dbaa6893adbe4c7f7..5f27622eb6e4af5cc5febb7ce7de89668b4ba6ab 100644
--- a/chrome/browser/resources/new_new_tab.css
+++ b/chrome/browser/resources/new_new_tab.css
@@ -134,7 +134,6 @@ html[anim=false] *,
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
- text-decoration: none;
font-size: 100%;
}
@@ -194,10 +193,6 @@ html[dir=rtl] .item {
-webkit-box-orient: horizontal;
}
-#most-visited {
- margin-bottom: 20px;
-}
-
#sync-status {
display: none;
border-radius: 6px;
@@ -334,7 +329,13 @@ html[dir=rtl] #option-menu > [command=hide]:before {
}
.section > div {
- margin-bottom: 10px;
+ margin-bottom: 15px;
+}
+
+#apps-section-content {
+ /* This one is special because the app buttons already have a lot of empty
+ space around them. */
+ margin-bottom: 5px;
}
.section > h2 {
@@ -368,6 +369,9 @@ html[dir=rtl] #option-menu > [command=hide]:before {
.section > .miniview {
display: none;
+ /* Because the items have 10px horizontal margins. */
+ margin-left:-10px;
arv (Not doing code reviews) 2010/08/31 20:54:22 -webkit-margin-start: -10px; -webkit-margin-end: -
+ margin-right:-10px;
}
.section.hidden > * {

Powered by Google App Engine
This is Rietveld 408576698