keeping up with Classic development, removing padding around XUL directory list
[themes.git] / EarlyBlue / global / global.css
index a31941b34df2d55330481fd930173ea72a67f2c8..13685a121875f0482c2824e403d784b4cbea4b1c 100644 (file)
@@ -71,6 +71,10 @@ wizard {
   color: #000000;
   font: 11px helvetica,arial,tahoma,sans-serif;
 }
+
+page {
+  padding: 3px;
+}
   
 /* deprecated */
 window.dialog { 
@@ -142,8 +146,12 @@ statusbarpanel {
   padding: 0px;
 }    
 
+resizer[dir="bottomright"] {
+  cursor: se-resize;
+}
+
 /* ::::: miscellaneous ::::: */
 
 .toolbar-focustarget {
   -moz-user-focus: ignore !important;
-}
+}
\ No newline at end of file