Chromium Code Reviews| Index: chrome/browser/resources/chromeos/arc_support/main.css |
| diff --git a/chrome/browser/resources/chromeos/arc_support/main.css b/chrome/browser/resources/chromeos/arc_support/main.css |
| index 02be7b71631d7e3f795266406df2682f62e309f1..dffb4901afa1f264ebc4947d09f19c210be396b8 100644 |
| --- a/chrome/browser/resources/chromeos/arc_support/main.css |
| +++ b/chrome/browser/resources/chromeos/arc_support/main.css |
| @@ -40,6 +40,12 @@ webview, |
| width: 640px; |
| } |
| +.bubble-button > div { |
|
khmel
2016/08/12 20:33:23
we have text for option smaller than in settings.
|
| + height: 12px; |
| + top: -8px; |
| + width: 12px; |
| +} |
| + |
| .button-separator { |
| width: 1px; |
| } |
| @@ -72,6 +78,15 @@ webview, |
| padding: 0; |
| } |
| +.controlled-setting-indicator { |
|
khmel
2016/08/12 20:33:23
Same as before
|
| + -webkit-margin-end: 3px; |
| + -webkit-margin-start: 2px; |
| +} |
| + |
| +.controlled-setting-indicator[controlled-by] > div { |
| + background-size: 16px; |
| +} |
| + |
| .image-header { |
| display: block; |
| height: 300px; |