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

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

Issue 1013613002: Three dot menu is shown now on WebView start screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Button used instead of div for 'Add SU user'. Created 5 years, 9 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/chromeos/login/header_bar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/header_bar.css
diff --git a/chrome/browser/resources/chromeos/login/header_bar.css b/chrome/browser/resources/chromeos/login/header_bar.css
index c199d227fc77b8a9f94526f3e01073d26dfff5d4..a1fd0958f2d81d7d286c954471e1c43d3c720e78 100644
--- a/chrome/browser/resources/chromeos/login/header_bar.css
+++ b/chrome/browser/resources/chromeos/login/header_bar.css
@@ -69,16 +69,19 @@ html[screen=oobe] .login-header-bar-animate-slow {
display: none;
}
-#more-settings-header-bar-item.active .add-supervised-user-menu {
+#more-settings-header-bar-item.active button.add-supervised-user-menu {
background-color: white;
border: 1px solid lightgray;
border-radius: 2px;
bottom: 15px;
+ color: black !important;
display: block;
font-size: 13px;
left: 15px;
+ margin: 0 0 -10px -10px;
position: absolute;
- width: 220px;
+ text-align: center;
+ width: 180px;
}
html[dir=rtl] .header-bar-item {
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/chromeos/login/header_bar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698