Index: chrome/browser/resources/options/chromeos/display_options.css |
diff --git a/chrome/browser/resources/options/chromeos/display_options.css b/chrome/browser/resources/options/chromeos/display_options.css |
index cec5b4b3c0531a6c3766a287d5ec4fb90ef5b20c..4a69b57dc0d72e756c076facfd8f7f9f44d738b9 100644 |
--- a/chrome/browser/resources/options/chromeos/display_options.css |
+++ b/chrome/browser/resources/options/chromeos/display_options.css |
@@ -27,7 +27,6 @@ |
#display-configurations { |
background-color: white; |
border-top: 1px solid lightgrey; |
- height: 65px; |
padding: 15px; |
} |
@@ -45,24 +44,19 @@ |
z-index: 1; |
} |
-#display-options-buttons-container { |
- float: right; |
+#selected-display-data-container { |
z-index: 2; |
} |
-html[dir=rtl] #display-options-buttons-container { |
- float: left; |
-} |
- |
- |
-#selected-display-data-container { |
- float: left; |
- line-height: 200%; |
- z-index: 2; |
+#selected-display-data-container h2 { |
James Hawkins
2013/05/15 21:55:33
Why does this need to be different from any other
James Hawkins
2013/05/16 17:37:11
This comment is unresolved.
Jun Mukai
2013/05/16 23:51:10
sorry for not replying.
The new patchset changed t
|
+ font-size: large; |
+ font-weight: normal; |
+ margin-top: 5px; |
+ padding: 0; |
} |
-html[dir=rtl] #selected-display-data-container { |
- float: right; |
+#selected-display-data-container td { |
+ padding-right: 10px; |
} |
#selected-display-name { |
@@ -88,10 +82,6 @@ html[dir=rtl] #selected-display-data-container { |
color: rgb(0, 138, 255); |
} |
-.display-options-single-button-container { |
- padding: 5px 0; |
-} |
- |
.display-options-button { |
- width: 120px; |
+ width: 135px; |
} |