update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / LCARStrek / communicator / sidebar / sidebar.css
index a7f3edc63fa900ef79f75e31b311402b6fb48afe..965adc22955df05cd0311816e605d99f118fb466 100644 (file)
@@ -37,6 +37,8 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+/* ::::: sidebar container ::::: */
+
 #sidebar-box {
   border: none;
 }
@@ -55,7 +57,7 @@
 }
 
 #sidebar-splitter[state="collapsed"] {
-  margin-left: 0px;
+  -moz-margin-start: 0px;
 }
 
 /* ::::: sidebar header ::::: */
@@ -88,6 +90,8 @@
 
 #sidebar-panel-picker {
   padding: 3px 1px 3px 1px;
+  /** bugzilla 89144 - must be able to access tabs dropdown **/
+  -moz-user-focus:normal !important;
 }
 
 /* ::::: sidebar panel ::::: */
   color: #FF9F00;
 }
 
-.iframe-panel {
+.iframe-panel, .browser-sidebar {
 }  
 
 /* ::::: loading info ::::: */
 }
 
 .text-panel-loading[loading="false"] {
-  margin-left: 11px;
+  -moz-margin-start: 11px;
 }
 
 .image-panel-loading {
 
 .tab-back {
   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-}
+}
\ No newline at end of file