From: <tim...@us...> - 2009-11-18 21:32:22
|
Revision: 3049 http://web-erp.svn.sourceforge.net/web-erp/?rev=3049&view=rev Author: tim_schofield Date: 2009-11-18 21:32:16 +0000 (Wed, 18 Nov 2009) Log Message: ----------- Correction to jelly theme Modified Paths: -------------- trunk/css/jelly/default.css trunk/doc/Change.log.html Modified: trunk/css/jelly/default.css =================================================================== --- trunk/css/jelly/default.css 2009-11-18 20:06:51 UTC (rev 3048) +++ trunk/css/jelly/default.css 2009-11-18 21:32:16 UTC (rev 3049) @@ -50,8 +50,8 @@ table { background: #eee; border: 0px 0px 2px 2px #222 solid; + margin: 0 auto; background: #eee; - margin: 0 auto; } .dpTbl { @@ -295,17 +295,17 @@ width:90%; background: #eee; border: 0px 0px 2px 2px #222 solid; - background: #eee; margin: 0 auto; } + /* Table type is used for UI tables type 2 */ .table2 { width:90%; background: #eee; border: 0px 0px 2px 2px #222 solid; - background: #eee; margin: 0 auto; } + input.address3 { text-transform: uppercase; } @@ -458,7 +458,7 @@ } .main_menu { -background:none; + background:none; border: 0px; height:28px; } @@ -569,18 +569,19 @@ .menu_group_items { vertical-align: top; border: none; - padding: 10px; + padding: 10px } .menu_group_item { padding-top: 2px; - padding-bottom: 2px; + background: #eee; + padding-bottom: 2px } .menu_group_item p { color: #00f; /* This is the color for bullets, I like it to be the same as the anchor color, but it's up to you */ text-indent: -12px; /* this makes the bullet to appear as the li tag previously used */ - margin: 0 0 0 12px; /* One thing that I didn´t like of the li was that it had no left margin applied */ + margin: 0 0 0 12px;/* One thing that I didn´t like of the li was that it had no left margin applied */ } .page_title_text { Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2009-11-18 20:06:51 UTC (rev 3048) +++ trunk/doc/Change.log.html 2009-11-18 21:32:16 UTC (rev 3049) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p> +<p>18/11/09 Tim: default.css - Correction to jelly theme <p>18/11/09 Tim: PO_Header.php - Add direct link to raise a Purchase Order <p>18/11/09 Tim: PO_PDFOrderPageHeader.inc - Include payment terms on the order. <p>18/11/09 Tim: Customers.php - Provide for better error handling when price lists and customer types are not setup. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |