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

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

Issue 2952943002: Update voice interaction OOBE with new UX spec (Closed)
Patch Set: Adding description and transformation to Button labels Created 3 years, 6 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/chromeos/login/oobe_dialog.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog.css b/chrome/browser/resources/chromeos/login/oobe_dialog.css
index aea06c5c3b92f158ad9022037a944fb2e9b12e51..3fd74899a92ea44596e15dec529ed8e1253657b3 100644
--- a/chrome/browser/resources/chromeos/login/oobe_dialog.css
+++ b/chrome/browser/resources/chromeos/login/oobe_dialog.css
@@ -6,6 +6,10 @@
padding: 64px 64px 0 64px;
}
+#header-container[android] {
+ padding: 48px 48px 0 48px;
+}
+
.oobe-header {
min-height: 84px; /* 64 title + 20 subtitle */
}
@@ -28,3 +32,7 @@
#oobe-bottom[hideShadow] {
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
+
+#oobe-bottom[android] {
+ height: 60px;
+}

Powered by Google App Engine
This is Rietveld 408576698