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

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

Issue 2751123002: Fix padding on Add Supervised User button (Closed)
Patch Set: Add 1px to padding Created 3 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 | « 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/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 b157b004afc98fe2430fd205a0529aab2e21888b..69a24c7491d65ce36900f50800ce79c7c45f1d8d 100644
--- a/chrome/browser/resources/chromeos/login/header_bar.css
+++ b/chrome/browser/resources/chromeos/login/header_bar.css
@@ -72,14 +72,16 @@ html[screen=oobe] .login-header-bar-animate-slow {
font-size: 13px;
height: auto;
min-height: 34px;
+ padding: 0 16px;
position: absolute;
text-align: center;
- width: 180px;
+ white-space: nowrap;
}
#more-settings-header-bar-item.active button.add-supervised-user-menu:focus {
border: 2px solid var(--google-blue-500);
border-radius: 2px;
+ padding: 0 15px;
}
html[dir=rtl] .header-bar-item {
« 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