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

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

Issue 191033002: Polish the appearance of the Controlled by Extension bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/options/controlled_setting.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/controlled_setting.css
diff --git a/chrome/browser/resources/options/controlled_setting.css b/chrome/browser/resources/options/controlled_setting.css
index 488e907fce49b31e19fbcb080ea5c743b61a1202..ad2051ad8bb89b5cc65ded56048e246aeb70cee2 100644
--- a/chrome/browser/resources/options/controlled_setting.css
+++ b/chrome/browser/resources/options/controlled_setting.css
@@ -56,6 +56,10 @@
padding: 0 !important;
}
+.controlled-setting-bubble-header {
+ margin-top: 3px;
+}
+
.controlled-setting-bubble-content-row {
height: 35px;
position: relative;
@@ -66,7 +70,7 @@
background-repeat: no-repeat;
font-weight: bold;
height: 24px;
- margin-top: -12px;
+ margin-top: -9px;
overflow: hidden;
padding-top: 3px;
position: absolute;
@@ -81,7 +85,8 @@ html[dir='rtl'] .controlled-setting-bubble-extension-name {
}
.controlled-setting-bubble-extension-manage-link {
- margin-top: -0.5em;
+ margin-left: -0.35em;
+ margin-top: -0.30em;
position: absolute;
top: 50%;
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/controlled_setting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698