update both themes for suite default changes up to 2010-12-03
[themes.git] / LCARStrek / help / help.css
index 2577b97ae88e1fce9539f5ca5457b088eded0b4c..65eb4ea7fc4ffd12776a2f6f208dab729d1e72de 100644 (file)
 }
 
 /* Set the minimum sidebar width so the help contents aren't squeezed together.*/
-#help-sidebar { min-width: 15em; width: 20em; max-width: 25em; }
-
-#search-sidebar-closebutton {
-  list-style-image: url("chrome://global/skin/icons/close-button.gif");
+#help-sidebar {
+  min-width: 30px;
+  width: 20em;
+  max-width: 25em;
 }
 
 /* ----- BACK BUTTON ----- */
 #context-copy[disabled="true"] {
   display: none;
 }
+
+/* make findbar appear above content */
+#appcontent {
+  -moz-box-direction: reverse;
+}
+
+/* style findbar for being on top */
+#FindToolbar {
+  border-bottom: 1px solid #666699;
+  border-top: 1px solid transparent;
+}