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

Unified Diff: chrome/browser/resources/ntp4/nav_dot.css

Issue 128013002: Fix apps page footer shrinking/overlap for small window sizes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delay layoutFooter Created 6 years, 11 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/ntp4/new_tab.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/nav_dot.css
diff --git a/chrome/browser/resources/ntp4/nav_dot.css b/chrome/browser/resources/ntp4/nav_dot.css
index 1ef5a0478024b5881ec7902eb90fd31357e211b1..ebcf48b16e6a0eb89da6673ee0ecfaf9ee8e25dc 100644
--- a/chrome/browser/resources/ntp4/nav_dot.css
+++ b/chrome/browser/resources/ntp4/nav_dot.css
@@ -10,7 +10,7 @@
-webkit-box-flex: 1;
/* Center child dots. */
-webkit-box-pack: center;
- display: -webkit-box;
+ display: -webkit-flex;
height: 100%;
list-style-type: none;
margin: 0;
@@ -22,7 +22,6 @@ html.starting-up #dot-list {
}
.dot {
- -webkit-box-flex: 1;
-webkit-margin-end: 10px;
-webkit-padding-start: 2px;
-webkit-transition: -webkit-margin-end 250ms, max-width 250ms, opacity 250ms;
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698