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

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

Issue 2247723002: ChromeOS: Implement EULA screen of material design OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 4 years, 4 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_host.css
diff --git a/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.css b/chrome/browser/resources/chromeos/login/oobe_dialog_host.css
similarity index 73%
copy from ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.css
copy to chrome/browser/resources/chromeos/login/oobe_dialog_host.css
index 204e397c466ba411b87b0a6b69a838c653041545..59dc512502a2d2a4173c5cbeaaed881ea074c19b 100644
--- a/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.css
+++ b/chrome/browser/resources/chromeos/login/oobe_dialog_host.css
@@ -3,5 +3,7 @@
* found in the LICENSE file. */
:host {
- display: inline-block;
+ display: flex;
+ flex-direction: column;
+ position: relative;
}

Powered by Google App Engine
This is Rietveld 408576698