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

Unified Diff: chrome/browser/resources/options/supervised_user_learn_more.css

Issue 490203002: Supervised user "learn more" page: Fix css flex usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/supervised_user_learn_more.css
diff --git a/chrome/browser/resources/options/supervised_user_learn_more.css b/chrome/browser/resources/options/supervised_user_learn_more.css
index 9ff81cf5c4d9f8be39c1a549aa77214d239818ae..dfd55339d4a6c6e8723b5530b419d35f120e7c4d 100644
--- a/chrome/browser/resources/options/supervised_user_learn_more.css
+++ b/chrome/browser/resources/options/supervised_user_learn_more.css
@@ -3,6 +3,8 @@
* found in the LICENSE file. */
#supervised-user-learn-more {
+ display: flex;
+ flex-direction: column;
width: 722px;
}
@@ -31,7 +33,6 @@
url(../../../../ui/resources/default_100_percent/supervised_illustration_start.png) 1x,
url(../../../../ui/resources/default_200_percent/supervised_illustration_start.png) 2x);
background-position: center;
- flex: 1;
height: 344px;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698