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

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

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Create OOBE screen for Voice Interaction value proposition 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 5dabdd20eebe5b3513fdf0f2871f6c0cf4be8564..aea06c5c3b92f158ad9022037a944fb2e9b12e51 100644
--- a/chrome/browser/resources/chromeos/login/oobe_dialog.css
+++ b/chrome/browser/resources/chromeos/login/oobe_dialog.css
@@ -14,9 +14,17 @@
padding: 44px 64px 0 64px;
}
+#footer-container[noFooter] {
+ padding: 0;
+}
+
#oobe-bottom {
box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.14);
height: 80px;
padding: 0;
z-index: 1;
}
+
+#oobe-bottom[hideShadow] {
+ box-shadow: 0 0 0 rgba(0, 0, 0, 0);
+}
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.js ('k') | chrome/browser/resources/chromeos/login/oobe_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698