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 089e27dbbd7bbef2cce3f266da3d741aad7913d0..324c691d75bb247c8dd1b404936b40184ea2535b 100644 |
--- a/chrome/browser/resources/options/controlled_setting.css |
+++ b/chrome/browser/resources/options/controlled_setting.css |
@@ -54,29 +54,14 @@ input:-webkit-any([type='text'],[type='url'],:not([type])) + |
} |
.controlled-setting-bubble-content { |
- -webkit-padding-start: 30px; |
background-repeat: no-repeat; |
background-size: 22px; |
Dan Beam
2014/01/07 17:28:53
can you combine this?
.controlled-setting-bubbl
|
- min-height: 32px; |
-} |
- |
-.controlled-setting-bubble-content[controlled-by='policy'] { |
- background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY'); |
-} |
- |
-.controlled-setting-bubble-content[controlled-by='owner'] { |
- background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY'); |
} |
.controlled-setting-bubble-content[controlled-by='extension'] { |
background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_EXTENSION'); |
Dan Beam
2014/01/07 17:28:53
^ why does this version of the bubble still get an
dconnelly
2014/01/08 09:18:23
It shouldn't. Brain failure. Thanks. That obviates
|
} |
-.controlled-setting-bubble-content:-webkit-any([controlled-by='recommended'], |
- [controlled-by='hasRecommendation']) { |
- background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY'); |
-} |
- |
html[dir='rtl'] .controlled-setting-bubble-content { |
background-position: right top; |
} |