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

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

Issue 930953002: Chrome OS Gaia: UI specific changes to implement MinuteMaid flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests Created 5 years, 10 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/theme/theme_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 7676f0202a9155f260a2be992ab069baad3bb769..c199d227fc77b8a9f94526f3e01073d26dfff5d4 100644
--- a/chrome/browser/resources/chromeos/login/header_bar.css
+++ b/chrome/browser/resources/chromeos/login/header_bar.css
@@ -65,6 +65,22 @@ html[screen=oobe] .login-header-bar-animate-slow {
height: 34px;
}
+.add-supervised-user-menu {
+ display: none;
+}
+
+#more-settings-header-bar-item.active .add-supervised-user-menu {
+ background-color: white;
+ border: 1px solid lightgray;
+ border-radius: 2px;
+ bottom: 15px;
+ display: block;
+ font-size: 13px;
+ left: 15px;
+ position: absolute;
+ width: 220px;
+}
+
html[dir=rtl] .header-bar-item {
background-position: right center;
}
@@ -73,6 +89,7 @@ html[dir=rtl] .header-bar-item {
#login-header-bar #restart-button,
#login-header-bar #add-user-button,
#login-header-bar #guest-user-button,
+#login-header-bar #more-settings-button,
#login-header-bar #cancel-multiple-sign-in-button {
-webkit-padding-start: 24px;
background-position: left center;
@@ -83,11 +100,16 @@ html[dir=rtl] .header-bar-item {
html[dir=rtl] #login-header-bar #shutdown-button,
html[dir=rtl] #login-header-bar #restart-button,
html[dir=rtl] #login-header-bar #add-user-button,
+html[dir=rtl] #login-header-bar #more-settings-button,
html[dir=rtl] #login-header-bar #guest-user-button,
html[dir=rtl] #login-header-bar #cancel-multiple-sign-in-button {
background-position: right center;
}
+#login-header-bar #more-settings-header-bar-item {
+ position: relative;
+}
+
#login-header-bar #shutdown-button {
background-image: url(chrome://theme/IDR_ICON_POWER_WHITE);
}
@@ -100,6 +122,10 @@ html[dir=rtl] #login-header-bar #cancel-multiple-sign-in-button {
background-image: url(chrome://theme/IDR_ICON_ADD_USER_WHITE);
}
+#login-header-bar #more-settings-button {
+ background-image: url(chrome://theme/IDR_ICON_MORE_VERT_WHITE);
+}
+
#login-header-bar #guest-user-button {
background-image: url(chrome://theme/IDR_ICON_GUEST_WHITE);
}
« no previous file with comments | « chrome/app/theme/theme_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