keeping up with Classic development, removing padding around XUL directory list
[themes.git] / EarlyBlue / global / global.css
index 3ba6299a017831e6832ee65146bc9ba525008b5c..13685a121875f0482c2824e403d784b4cbea4b1c 100644 (file)
@@ -69,7 +69,11 @@ dialog,
 wizard { 
   background-color: #CCD0DD;
   color: #000000;
-  font: 3mm helvetica,arial,tahoma,sans-serif;
+  font: 11px helvetica,arial,tahoma,sans-serif;
+}
+
+page {
+  padding: 3px;
 }
   
 /* deprecated */
@@ -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