Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / browser_options.css
index ac9230d..960aa5f 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;
 }
@@ -148,6 +159,21 @@ input[type='range'] {
   padding-top: 0;
 }
 
+.extension-controlled-warning-box {
+  background-color: #fbfbfb;
+  border: 1px solid #cecece;
+  border-radius: 3px;
+  padding: 19px;
+}
+
+.extension-controlled-warning {
+  -webkit-padding-start: 35px;
+  background-repeat: no-repeat;
+  margin-bottom: 14px;
+  padding-bottom: 6px;
+  padding-top: 3px;
+}
+
 /* Override a platform specific rule in Widgets that may no longer be relevant.
  * Too late in the development cycle to update Widgets.css due to the number
  * of pages that depend on it.
@@ -403,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;
@@ -429,3 +451,22 @@ list:not([disabled]) > .network-group[selected] {
   /* 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;
+}
+
+footer {
+  display: flex;
+}
+
+#version-button {
+  -webkit-margin-start: auto;
+  color: #999;
+}