You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2012/12/13 11:31:45 UTC

svn commit: r1421201 - /sling/site/trunk/content/res/site.css

Author: fmeschbe
Date: Thu Dec 13 10:31:45 2012
New Revision: 1421201

URL: http://svn.apache.org/viewvc?rev=1421201&view=rev
Log:
Improve box CSS

Modified:
    sling/site/trunk/content/res/site.css

Modified: sling/site/trunk/content/res/site.css
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/res/site.css?rev=1421201&r1=1421200&r2=1421201&view=diff
==============================================================================
--- sling/site/trunk/content/res/site.css (original)
+++ sling/site/trunk/content/res/site.css Thu Dec 13 10:31:45 2012
@@ -172,24 +172,60 @@ td {
     padding: 3px 4px;
 }
 
-.info {
-    background-color: #D8E4F1;
-    border: 1px solid #3C78B5;
-}
-
-.note {
+.note
+{
+/*
     background-color: #FFFFCE;
     border: 1px solid #F0C000;
+*/
+    border: 1px solid #f0c000;
+	background: #ffffce url('icons/warning.gif') no-repeat 5px 5px;
+	text-align: left;
+	margin-top: 5px;
+	margin-bottom: 5px;
+	padding: 5px 5px 5px 28px;
 }
 
-.tip {
-    background-color: #DDFFDD;
-    border: 1px solid #009900;
-}
-
-.warning {
+.warning
+{
+/*
     background-color: #FFCCCC;
     border: 1px solid #CC0000;
+*/
+    border: 1px solid #f0c000;
+	background: #ffffce url('icons/forbidden.gif') no-repeat 5px 5px;
+	text-align: left;
+	margin-top: 5px;
+	margin-bottom: 5px;
+	padding: 5px 5px 5px 28px;
+}
+
+.info
+{
+/*
+    background-color: #D8E4F1;
+    border: 1px solid #3C78B5;
+*/
+    border: 1px solid #3c78b5;
+	background: #D8E4F1 url('icons/information.gif') no-repeat 5px 5px;
+	text-align: left;
+	margin-top: 5px;
+	margin-bottom: 5px;
+	padding: 5px 5px 5px 28px;
+}
+
+.tip
+{
+/*
+    background-color: #DDFFDD;
+    border: 1px solid #009900;
+*/
+	border: 1px solid #090;
+	background: #dfd url('/icons/check.gif') no-repeat 5px 5px;
+	text-align: left;
+	margin-top: 5px;
+	margin-bottom: 5px;
+	padding: 5px 5px 5px 28px;
 }
 
 /** Breadcrump at the top of each page */