Author: buildbot Date: Thu Dec 13 10:31:51 2012 New Revision: 842087 Log: Staging update by buildbot for sling
Modified: websites/staging/sling/trunk/content/ (props changed) websites/staging/sling/trunk/content/res/site.css Propchange: websites/staging/sling/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Thu Dec 13 10:31:51 2012 @@ -1 +1 @@ -1421194 +1421201 Modified: websites/staging/sling/trunk/content/res/site.css ============================================================================== --- websites/staging/sling/trunk/content/res/site.css (original) +++ websites/staging/sling/trunk/content/res/site.css Thu Dec 13 10:31:51 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 */