resync with EarlyBlue
[themes.git] / LCARStrek / communicator / alerts / alert.css
index 07d4b5c1c53bea5b3c3f6cf20643e781d28b6831..cb7b33943a2b93f12d058afae5c27ec054826ae0 100644 (file)
@@ -40,6 +40,8 @@
   == Styles specific to the alerts dialog.
   ======================================================================= */
 
+@import url("chrome://global/skin/");
+
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 .alertBox {
   font-weight: bold;
 }
 
+.alertText {
+  margin-right: 6px;
+}
+
 .alertText[clickable="true"] {
   cursor: pointer;
   color: #1455D6;
@@ -70,3 +76,8 @@
 .alertText[clickable="true"]:hover:active {
   color: #424F63;
 }
+
+.alertTextBox {
+  padding-right: 10px;
+  padding-top: 5px;
+}