Author: mseidel
Date: Mon Jan 30 10:45:12 2017
New Revision: 1780895

URL: http://svn.apache.org/viewvc?rev=1780895&view=rev
Log:
Changes radius from boxes from 15 to 10 to match side-navigation

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

Modified: openoffice/ooo-site/trunk/content/css/exceptions.css
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/css/exceptions.css?rev=1780895&r1=1780894&r2=1780895&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/css/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/css/exceptions.css Mon Jan 30 10:45:12 
2017
@@ -24,22 +24,22 @@ h1 { padding-left: 0.5em; }
 #navcol { display: none; }
 .warning { border: solid 3px #F00; background: #FDD; padding: 1em; }
 
-#event_box { margin-bottom: 2%; border-radius: 15px; background: #D3D3D3; 
width: 100%; }
-/* #event_box { margin-bottom: 2%; border-radius: 15px; background: #D3D3D3; 
max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; } */
+#event_box { margin-bottom: 2%; border-radius: 10px; background: #D3D3D3; 
width: 100%; }
+/* #event_box { margin-bottom: 2%; border-radius: 10px; background: #D3D3D3; 
max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; } */
 #event_box li:hover { background: none; }
 #event_box p { margin: 0px 0px 0px 15px; padding: 15px 20px 15px 0px; color: 
#000000; font-size: .9em; text-decoration: none; cursor: pointer; }
 /* #event_box_text { float: left; margin: -88px 0px 0px 251px; } */
 
-#alert_box { margin-bottom: 2%; border-radius: 15px; background: #F5A9A9; 
width: 100%; }
-/* #alert_box { margin-bottom: 2%; border-radius: 15px;  width: 100%; 
min-width: 680px; max-width: 1200px; } */
+#alert_box { margin-bottom: 2%; border-radius: 10px; background: #F5A9A9; 
width: 100%; }
+/* #alert_box { margin-bottom: 2%; border-radius: 10px;  width: 100%; 
min-width: 680px; max-width: 1200px; } */
 #alert_box li:hover { background: none; }
 #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; } */
 
-#redirect_box { margin-bottom: 2%; border-radius: 15px; background: #F2F5A9; 
width: 100%; }
-/* #redirect_box { margin-bottom: 2%; border-radius: 15px; background: 
#F2F5A9; max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; } 
*/
+#redirect_box { margin-bottom: 2%; border-radius: 10px; background: #F2F5A9; 
width: 100%; }
+/* #redirect_box { margin-bottom: 2%; border-radius: 10px; background: 
#F2F5A9; max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; } 
*/
 #redirect_box li:hover { background: none; }
 
 #redirect_box p { margin-left: 3%; padding: 2% 3% 2% 0px; color: #000000; 
font-size: .9em; text-decoration: none; cursor: pointer; }


Reply via email to