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

Unified Diff: chrome/browser/resources/user_manager/control_bar.css

Issue 476253002: Extremely minor CSS fixes to the desktop User Manager (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/user_manager/control_bar.css
diff --git a/chrome/browser/resources/user_manager/control_bar.css b/chrome/browser/resources/user_manager/control_bar.css
index 16ceaf279335ade88ca71b2a46c61cd91e41a1ab..6a2838cbbcf5264c5277edec19d85e4cbea6dc5c 100644
--- a/chrome/browser/resources/user_manager/control_bar.css
+++ b/chrome/browser/resources/user_manager/control_bar.css
@@ -23,6 +23,7 @@
.header-bar-item {
display: inline-block;
+ font-size: 12px;
}
html[dir=rtl] .header-bar-item {
@@ -59,9 +60,9 @@ html[dir=rtl] #login-header-bar #guest-user-button {
background-position: left center;
background-repeat: no-repeat;
border: none;
+ border-radius: 0;
box-shadow: none;
cursor: pointer;
- font-size: 12px;
opacity: 0.8;
}
« 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