update both themes to state of suite default trunk of 2010-11-14
[themes.git] / EarlyBlue / help / help.css
index 3c5f9e96527ca4087c12840cc8661d852a7e8987..211e8fa728bcf5ff1c5a73d85ada471b8bd191a3 100644 (file)
 #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;
+}