Chromium Code Reviews

Unified Diff: ui/login/screen_container.css

Issue 2693793002: Remove webkit prefixes for transform and perspective in ui/ styles (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | ui/webui/resources/css/overlay.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/screen_container.css
diff --git a/ui/login/screen_container.css b/ui/login/screen_container.css
index 848d04c228480ef3f5da84c9f04bcac4719ed2c0..446669f73114e64f18f950d37cf2bf6b63e50ce6 100644
--- a/ui/login/screen_container.css
+++ b/ui/login/screen_container.css
@@ -6,11 +6,11 @@
#outer-container {
-webkit-box-align: center;
-webkit-box-pack: center;
- -webkit-perspective: 1px; /* Workaround, see http://crbug.com/360567 */
bottom: 57px; /* Leave space for the header bar */
display: -webkit-box;
left: 0;
min-height: 717px; /* This enables scrolling. Min resolution: 1024x768 */
+ perspective: 1px; /* Workaround, see http://crbug.com/360567 */
position: absolute;
right: 0;
top: 0;
@@ -18,8 +18,8 @@
}
.oobe-display #outer-container {
- -webkit-perspective: 600px;
bottom: 47px; /* header-bar is 47 pixels high during OOBE */
+ perspective: 600px;
}
.pin-container.pin-enabled {
« no previous file with comments | « no previous file | ui/webui/resources/css/overlay.css » ('j') | no next file with comments »

Powered by Google App Engine