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

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

Issue 160291: Fix issues with right border of the lower section as well as some CSS... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | « no previous file | chrome/browser/resources/new_new_tab.js » ('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 21750)
+++ chrome/browser/resources/new_new_tab.css (working copy)
@@ -85,6 +85,10 @@
border: 3px solid hsl(213, 60%, 92%);
}
+.list > .filler * {
+ visibility: hidden !important;
+}
+
.filler .thumbnail {
visibility: inherit;
border: 1px solid white;
@@ -264,12 +268,13 @@
-webkit-box-shadow: 0px 2px 2px hsla(0, 0%, 0%, .5);
}
-.dragging {
- -webkit-transition: none;
+.dragging,
+.dragging * {
+ -webkit-transition: none !important;
}
.dragging > .title {
- opacity: 0 !important;
+ opacity: 0;
}
.list > .dragging > .title {
@@ -505,8 +510,6 @@
}
.section {
- -webkit-box-flex: 1;
- width: 50%;
display: inline-block;
}
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698