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

Unified Diff: chrome/browser/resources/options/chromeos/display_options.css

Issue 1126933004: Allow switching between extended and unified (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added div for class=checkbox, with controlled-setting-with-label + inline-block Created 5 years, 7 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
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 73a78e45833622c4636e0c1b3954cfe08023deed..2c000110c9bf9552db2e92249694430c32495cde 100644
--- a/chrome/browser/resources/options/chromeos/display_options.css
+++ b/chrome/browser/resources/options/chromeos/display_options.css
@@ -73,6 +73,10 @@
margin-right: 10px;
}
+.xxx {
xiyuan 2015/05/20 20:17:52 Is this needed?
+ display: inline-block;
+}
+
.displays-display {
-webkit-user-select: none;
background: rgb(240, 240, 240);
@@ -100,3 +104,8 @@
.display-options-button {
width: 130px;
}
+
+.controlled-setting-with-label,
xiyuan 2015/05/20 20:17:51 This line has side effect because it applies to al
+.display-options-toggle-unified-desktop-label {
+ display: inline-block;
+}

Powered by Google App Engine
This is Rietveld 408576698