From: <var...@us...> - 2009-10-09 17:17:20
|
Revision: 7201 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7201&view=rev Author: vargenau Date: 2009-10-09 17:17:10 +0000 (Fri, 09 Oct 2009) Log Message: ----------- Align Phpwiki "errors" class with "error" class from Gforge Modified Paths: -------------- trunk/themes/gforge/gforge.css Modified: trunk/themes/gforge/gforge.css =================================================================== --- trunk/themes/gforge/gforge.css 2009-10-09 17:00:54 UTC (rev 7200) +++ trunk/themes/gforge/gforge.css 2009-10-09 17:17:10 UTC (rev 7201) @@ -136,12 +136,6 @@ } /** - * Other - */ -/* PHP Warnings */ -div.errors { font-size: smaller } - -/** * General */ img { border: 0ex; } @@ -651,25 +645,15 @@ font-style: oblique; } -/* PHP Warnings */ div.errors { - color: black; - background: #eee; - margin-top: 1em; - margin-bottom: 1em; - padding-left: 0.8em; - padding-right: 0.8em; - padding-top: 0.8ex; - padding-bottom: 0; - border: medium solid red; - clear: both; + font-weight: bold; + border-width: 2px; + border-style: solid; + background-color: #ffc0cb; /* pink */ + border-color: red; + padding: 0.5em; } -h4.errors { - color: red; - margin: 0; - padding: 0; - text-decoration: underline; -} + div.warning { color: black; background: #eee; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |