From: <tim...@us...> - 2010-06-19 07:56:38
|
Revision: 3502 http://web-erp.svn.sourceforge.net/web-erp/?rev=3502&view=rev Author: tim_schofield Date: 2010-06-19 07:56:32 +0000 (Sat, 19 Jun 2010) Log Message: ----------- Use percentages for font sizes Modified Paths: -------------- trunk/css/silverwolf/default.css trunk/doc/Change.log.html Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2010-06-18 16:16:49 UTC (rev 3501) +++ trunk/css/silverwolf/default.css 2010-06-19 07:56:32 UTC (rev 3502) @@ -15,7 +15,7 @@ | reflected throughout Web-ERP. | \--------------------------------------------------*/ -/* $Id$*/ +/* $Id: default.css 3446 2010-05-05 10:11:54Z tim_schofield $*/ body { font-family: Arial, Verdana, Helvetica, sans-serif; @@ -41,7 +41,7 @@ /*links before selection */ a { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 10px; + font-size: 100%; font-weight: normal; text-decoration: none; color: #00f; @@ -61,7 +61,7 @@ th { font-weight: normal; background-color: #cccce5; - font-size: 10px; + font-size: 100%; color: #300; text-align: center; vertical-align: middle; @@ -76,7 +76,7 @@ /*table detail items default format */ td { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 10px; + font-size: 100%; text-align: left; } @@ -174,7 +174,7 @@ textarea { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 10px; + font-size: 100%; background-color: #e3e1e1; border-width:1px; border-bottom-color: gray; @@ -189,7 +189,7 @@ input { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 10px; + font-size: 100%; background-color: #e3e1e1; border-width:1px; border-bottom-color: gray; @@ -204,7 +204,7 @@ input:hover { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 10px; + font-size: 100%; background-color: #e3e5f5; border-width:1px; border-bottom-color: gray; @@ -227,7 +227,7 @@ select { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 10px; + font-size: 100%; } font.good { @@ -258,7 +258,7 @@ #page { width: 100%; color: black; - font-size: 10px; + font-size: 100%; white-space: nowrap; border: none; } @@ -341,7 +341,7 @@ padding-top: 1px; padding-bottom: 1px; font-weight: normal; - font-size: 10px; + font-size: 100%; TEXT-ALIGN:center; } End Merge */ @@ -361,7 +361,7 @@ width: 100%; margin: 0px; padding: 0px; - font-size: 10px; + font-size: 100%; } /* Main page heading with quick menu within */ @@ -387,7 +387,7 @@ .quick_menu_left { background: none; font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 10px; + font-size: 100%; font-weight: bold; border: none; white-space: nowrap; @@ -458,12 +458,12 @@ } .system_menu_tabs a { - font-size: 10px; + font-size: 100%; color: black; } .system_menu_tabs a:hover { - font-size: 10px; + font-size: 100%; color: black; } @@ -534,7 +534,7 @@ span.main_menu_nolink { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 10px; + font-size: 100%; font-weight: bold; color: #777; text-decoration: none; @@ -576,7 +576,7 @@ .menu_group_headers_text { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 10px; + font-size: 100%; font-weight: bold; color: black; } @@ -603,7 +603,7 @@ padding-top: 2px; padding-bottom: 2px; font-weight: bold; - font-size: 10px; + font-size: 100%; color: black; background-color: #cccce5; width: 33%; @@ -628,7 +628,7 @@ position: static; font-family: Verdana, Arial, Helvetica; font-weight: normal; - font-size: 10px; + font-size: 100%; color: black; text-align:center; } @@ -653,7 +653,7 @@ padding-top: 1px; padding-bottom: 1px; font-weight: normal; - font-size: 10px; + font-size: 100%; color: black; TEXT-ALIGN:left; } @@ -662,7 +662,7 @@ span.menu_group_nolink { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 10px; + font-size: 100%; font-weight: normal; color: #777; text-decoration: none; Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-06-18 16:16:49 UTC (rev 3501) +++ trunk/doc/Change.log.html 2010-06-19 07:56:32 UTC (rev 3502) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>18/06/10 Tim: default.css - Use percentages for font sizes</p> <p>18/06/10 Tim: WWW_Users.php - Extend for Contracts module</p> <p>17/06/10 Zhiguo & Alec_H: Updates to Chinese translation</p> <p>17/06/10 Tim: Enable a supplier to login and make an offer to the company</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |