update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / EarlyBlue / global / autocomplete.css
index 7c9089983fdcf6024c460bdcfaac7157ffbfe814..c86773d26b71960a2061feae458c1f81d562827c 100644 (file)
@@ -79,7 +79,10 @@ textbox:not(.padded) .textbox-input-box {
 
 .autocomplete-history-dropmarker[open="true"] {
   border: 1px inset #CCD0DD;
-  padding: 2px 0px 0px 2px;
+  padding-top: 2px;
+  padding-bottom: 0;
+  -moz-padding-start: 2px;
+  -moz-padding-end: 0;
 }
 
 /* ::::: autocomplete popups ::::: */
@@ -154,7 +157,10 @@ panel[type="autocomplete-richlistbox"],
 .ac-site-icon {
   width: 16px;
   height: 16px;
-  margin: 0 5px -3px 3px;
+  margin-top: 0;
+  margin-bottom: -3px;
+  -moz-margin-start: 3px;
+  -moz-margin-end: 5px;
 }
 
 .ac-type-icon {
@@ -171,13 +177,13 @@ panel[type="autocomplete-richlistbox"],
 }
 
 .ac-ellipsis-after {
-  margin: 2px 0px 0px 0px !important;
+  margin: 2px 0px 0px !important;
   padding: 0;
   min-width: 1em;
 }
 
 .ac-normal-text {
-  margin: 2px 0px 0px 0px !important;
+  margin: 2px 0px 0px !important;
   padding: 0;
 }