diff options
author | Daniel <darthdaniel85@gmail.com> | 2013-11-25 12:49:07 -0500 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2013-11-25 12:49:07 -0500 |
commit | 227ef973f923ec201a1ece197f6242b3248c66ae (patch) | |
tree | 9eae95c47d7ac19a15d1f61f19d417e354b943c0 /framework/Wsat/themes | |
parent | efde949d00b808f55710abbd3d82ceb490545116 (diff) |
WSAT beta release with doc.
Diffstat (limited to 'framework/Wsat/themes')
-rw-r--r-- | framework/Wsat/themes/PradoSoft/main.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/Wsat/themes/PradoSoft/main.css b/framework/Wsat/themes/PradoSoft/main.css index c35a87d8..9970c88b 100644 --- a/framework/Wsat/themes/PradoSoft/main.css +++ b/framework/Wsat/themes/PradoSoft/main.css @@ -58,6 +58,7 @@ html, body{ padding: 1em 1em 1em 1em; line-height: 135%; float: left; + width: 700px; } .topic { @@ -123,7 +124,7 @@ html, body{ font-size: 11px; } -.success_panel{ +.green_panel{ background-color: #C5FBBD; border: 1px solid #76C376; padding: 10px; @@ -132,7 +133,7 @@ html, body{ text-align: center; } -.exception_panel{ +.red_panel{ background-color: #ff6666; border: 1px solid red; padding: 10px; |