bump version numbers
[themes.git] / EarlyBlue / messenger / dialogs.css
index 2466928a2f33b1e019d0a127efcee5d5b172e2d3..7b1fc05dbcc57736e04cd2384d9c65d705fe30c6 100644 (file)
@@ -56,7 +56,10 @@ menu.push {
 menu.push:hover:active,
 menu.push[open] {
   border-style: inset;
-  padding: 3px 1px 1px 3px;
+  padding-top: 3px;
+  padding-bottom: 1px;
+  -moz-padding-start: 3px;
+  -moz-padding-end: 1px;
 }
 
 menu.push[disabled="true"],
@@ -64,27 +67,3 @@ menu.push[disabled="true"]:hover,
 menu.push[disabled="true"]:hover:active {
   color: #999999;
 }
-
-/* ::::: askSendFormat.xul ::::: */
-
-askSendFormat {
-  width: 40em;
-}
-
-#askImageBox {
- -moz-box-align: start;
-}
-
-#convertYes,
-#convertAltering {
-  list-style-image:url("chrome://global/skin/icons/alert-question.gif");
-}
-
-#convertNo {
-  list-style-image:url("chrome://global/skin/icons/alert-exclam.gif");
-}
-
-/* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */
-#convertDefault {
-  list-style-image:url("chrome://global/skin/icons/alert-question.gif");
-}