From: <tim...@us...> - 2010-01-07 19:47:51
|
Revision: 3281 http://web-erp.svn.sourceforge.net/web-erp/?rev=3281&view=rev Author: tim_schofield Date: 2010-01-07 19:47:45 +0000 (Thu, 07 Jan 2010) Log Message: ----------- Changes for new menu layout Modified Paths: -------------- trunk/css/silverwolf/default.css trunk/doc/Change.log.html Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2010-01-07 15:42:08 UTC (rev 3280) +++ trunk/css/silverwolf/default.css 2010-01-07 19:47:45 UTC (rev 3281) @@ -125,24 +125,36 @@ background-color: #fddbdb; color: red; border: 1px solid red; + width: 80%; + text-align: center; + margin: 0 auto; } div.warn { background-color: #f5dbfd; color: maroon; border: 1px solid maroon; -} + width: 80%; + text-align: center; + margin: 0 auto; + } div.success { background-color: #b9ecb4; color: #006400; /* darkgreen is not a w3c css valid color */ border: 1px solid #006400; /* darkgreen is not a w3c css valid color */ + width: 80%; + text-align: center; + margin: 0 auto; } div.info { background-color: #c7ccf6; color: navy; border: 1px solid navy; + width: 80%; + text-align: center; + margin: 0 auto; } input { @@ -450,6 +462,7 @@ /* position: relative; it's not a div but a table */ text-align: center; white-space: nowrap; + height: 16pt; } /* From merge, uncomment to apply style Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-01-07 15:42:08 UTC (rev 3280) +++ trunk/doc/Change.log.html 2010-01-07 19:47:45 UTC (rev 3281) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p> +<p>07/01/10 Tim: silverwolf/default.css - Changes for new menu layout <p>07/01/10 Tim: PrintCustTransPortrait.php - Correct errors preventing invoice from printing <p>07/01/10 Tim: Change to only allow authorised staff to release invoices from hold <p>06/01/10 Tim: index.php - Ensure the modules positioning remains consistent. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |