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

Unified Diff: chrome/browser/resources/chromeos/login/user_pod_row.css

Issue 13194004: User pods centered with any resolution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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/chromeos/login/user_pod_row.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/user_pod_row.css
diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.css b/chrome/browser/resources/chromeos/login/user_pod_row.css
index 44f8a678827f6bd84ae1a858c5cfc6d4f8ceae36..0f8236a73b1a4c17e0b455f2cf22c02adb26ec5b 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_row.css
+++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
@@ -8,17 +8,24 @@
podrow {
-webkit-box-align: center;
-webkit-box-pack: center;
- -webkit-transition: width 180ms ease;
+ /* Temporarily disabled because animation interferes with updating screen's
+ size. */
+ /* -webkit-transition: width 180ms ease; */
display: -webkit-box;
max-height: 650px;
- overflow: hidden;
- padding: 23px 15px;
- position: relative;
- width: 1152px;
+ overflow: visible;
}
podrow[ncolumns='4'] {
- width: 900px;
+ width: 880px;
+}
+
+podrow[ncolumns='5'] {
+ width: 1100px;
+}
+
+podrow[ncolumns='6'] {
+ width: 1152px;
}
/* Hide the pod row while images are loading. */
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698