Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / browser_options.css
index 24ed45d..960aa5f 100644 (file)
@@ -451,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;
+}