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

Unified Diff: chrome/browser/resources/login/screen_container.css

Issue 304153004: Center lock screen user pod when virtual keyboard is shown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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/login/screen_container.css
diff --git a/chrome/browser/resources/login/screen_container.css b/chrome/browser/resources/login/screen_container.css
index 6a1d6afd66d2b204fd19d7ffa9da8fc85e3b099a..475a26789da767ada45c6af3694ac1ec23f35a1d 100644
--- a/chrome/browser/resources/login/screen_container.css
+++ b/chrome/browser/resources/login/screen_container.css
@@ -10,12 +10,15 @@
bottom: 51px; /* Leave space for the header bar */
display: -webkit-box;
left: 0;
- min-height: 717px; /* This enables scrolling. Min resolution: 1024x768 */
position: absolute;
right: 0;
top: 0;
}
+html[not(screen=lock)] #outer-container {
+ min-height: 717px; /* This enables scrolling. Min resolution: 1024x768 */
+}
+
.oobe-display #outer-container.down {
-webkit-perspective: 600px;
}
« no previous file with comments | « chrome/browser/resources/login/display_manager.js ('k') | chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698