synching EarlyBlue with trunk *stripe, rest of global/ files
[themes.git] / EarlyBlue / global / popup.css
index 3891fcba3054c7fc3f4350f12f8eb325e9377133..f138cf514e5a9e8ab15ca1e3cb1fcc962c44325c 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
 /* ===== popup.css ======================================================
-  == Styles used by XUL popups.
+  == Styles used by the XUL popup element.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /* ::::: menupopup ::::: */
 
 menupopup,
@@ -55,7 +55,7 @@ tooltip {
   background-color : #FFFFCC;
   border : 1px outset #FFFFCC;
   color: #000000;
-  font: smaller;
+  /* font-size: smaller; */
   padding: 2px;
   max-width: 40em;
 }
@@ -63,10 +63,13 @@ tooltip {
 .tooltip-label {
   border: 0px;
   padding: 0px;
+  margin: 0px !important;
 }
 
 tooltip[titletip="true"] {
-  margin: -2px 0px 0px -3px;
+  /* See bug 32157 comment 128
+   * margin: -2px 0px 0px -3px;
+   */
   max-width: none;
 }