Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / browser_options.css
index edcb8f6..f3ef248 100644 (file)
@@ -87,6 +87,12 @@ html[dir=rtl] #account-picture-wrapper {
   min-height: 0;
 }
 
+#profiles-list .profile-container {
+  -webkit-box-align: center;
+  display: -webkit-box;
+  max-width: 100%;
+}
+
 #profiles-list .profile-name {
   -webkit-box-flex: 1;
   overflow: hidden;
@@ -94,6 +100,11 @@ html[dir=rtl] #account-picture-wrapper {
   white-space: nowrap;
 }
 
+#profiles-list .profile-supervised {
+  color: #999;
+  margin-left: 5px;
+}
+
 #profiles-list > * {
   height: 40px;
 }
@@ -418,10 +429,6 @@ list:not([disabled]) > .network-group[selected] {
   overflow: hidden;
 }
 
-#auto-open-file-types-label {
-  padding: 0.45em 0
-}
-
 .sliding {
   -webkit-transition: height 200ms;
   overflow-y: hidden;
@@ -440,7 +447,39 @@ list:not([disabled]) > .network-group[selected] {
   -webkit-box-align: baseline;
 }
 
-#accessibility-autoclick label + select {
+#accessibility-autoclick-dropdown,
+#accessibility-autoclick-label {
   /* Same as .controlled-setting-with-label > input + span. */
   -webkit-margin-start: 0.6em;
 }
+
+div[guestmode=true] :-webkit-any(
+<if expr="not chromeos">
+    #searchBox,
+</if>
+    #appearance-section,
+    #startup-section,
+    #reset-profile-settings-section) {
+  display: none;
+}
+
+div[supervisedMode=true] :-webkit-any(
+    #profiles-enable-guest,
+    #profiles-enable-add-person) {
+  display: none;
+}
+
+footer {
+  display: flex;
+}
+
+#version-button {
+  -webkit-margin-start: auto;
+  color: #999;
+}
+
+/* An input that has no function except to take up the same amount of space as
+ * a checkbox. */
+.spacer-checkbox {
+  visibility: hidden;
+}