Author: marcus
Date: Sun Jun 29 16:06:38 2014
New Revision: 1606531

URL: http://svn.apache.org/r1606531
Log:
Updated styles for the alert box

Modified:
    openoffice/ooo-site/trunk/content/exceptions.css

Modified: openoffice/ooo-site/trunk/content/exceptions.css
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/exceptions.css?rev=1606531&r1=1606530&r2=1606531&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/exceptions.css Sun Jun 29 16:06:38 2014
@@ -24,10 +24,9 @@ h1 { padding-left: 0.5em; }
 #navcol { display: none; }
 .warning { border: solid 3px #F00; background: #FDD; padding: 1em; }
 
-#alert_box { margin-bottom: 2%; border-radius: 15px; min-height: 100px; 
max-height: 325px; width: 100%; min-width: 680px; max-width: 1200px; }
-#alert_box h2 { margin-left: 3%; padding: 2% 0 0 0; border: none; color: 
#000000; font-weight: bold; text-decoration: none; cursor: default; }
-#alert_box p { display: block; margin-left: 3%; padding: 5px 3% 0px 0px; 
color: #000000; font-size: .9em; text-decoration: none; cursor: default; }
-#alert_box p a { display: block; margin-left: 0; padding: 5px 3% 2% 0px; 
color: #000000; text-decoration: underline; cursor: pointer; }
+#alert_box { margin-bottom: 2%; border-radius: 15px; max-height: 215px; width: 
100%; min-width: 680px; max-width: 1200px; }
+#alert_box h2 { margin-left: 3%; padding: 2% 3% 2% 0px; border: none; color: 
#000000; font-weight: bold; text-decoration: none; }
+#alert_box p { margin-left: 3%; padding: 5px 3% 2% 0px; color: #000000; 
font-size: .9em; text-decoration: none; }
 /* The color is set via customized JS variable as CSS style value in the HTML 
webpage.
 #alert_box { background: #FFD9A7; } */
 


Reply via email to