From: <var...@us...> - 2010-12-20 15:40:06
|
Revision: 7794 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7794&view=rev Author: vargenau Date: 2010-12-20 15:40:00 +0000 (Mon, 20 Dec 2010) Log Message: ----------- Align "hint" with "warning" and "errors" Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2010-12-20 14:27:45 UTC (rev 7793) +++ trunk/themes/fusionforge/fusionforge.css 2010-12-20 15:40:00 UTC (rev 7794) @@ -619,6 +619,8 @@ font-style: oblique; } +/* Banners ============================================================ */ + .errors { font-weight: bold; font-size: 11px; @@ -660,14 +662,20 @@ /* Hints */ .hint { - color: black; - background: #eeeeee; - font-style: italic; - margin-left: 3em; - padding: 0.5ex 0.5em; - border: thin solid #aaaaaa; + font-weight: bold; + font-size: 11px; + text-align: left; + border-width: 2px; + border-style: solid; + background-color: #eeeeee; + border-color: black; + padding: 0.5em; + border-radius: 1em; + -moz-border-radius: 1em; + -webkit-border-radius: 1em; } -span.hint { + +span.warning, span.errors, span.hint { padding: 0; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |