From: <tim...@us...> - 2010-12-22 14:34:54
|
Revision: 4218 http://web-erp.svn.sourceforge.net/web-erp/?rev=4218&view=rev Author: tim_schofield Date: 2010-12-22 14:34:48 +0000 (Wed, 22 Dec 2010) Log Message: ----------- $Message Modified Paths: -------------- trunk/css/default/default.css trunk/index.php Modified: trunk/css/default/default.css =================================================================== --- trunk/css/default/default.css 2010-12-22 14:34:34 UTC (rev 4217) +++ trunk/css/default/default.css 2010-12-22 14:34:48 UTC (rev 4218) @@ -19,7 +19,7 @@ body { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 14px; + font-size: 10px; background-color: #CCCCDD; margin-left: 5px; margin-top: 5px; @@ -35,7 +35,7 @@ /*links before selection */ a { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 12px; + font-size: 10px; font-weight: bold; text-decoration: none; color: black; @@ -65,7 +65,7 @@ /*table detail items default format */ td { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 12px; + font-size: 10px; text-align: left; } @@ -154,7 +154,7 @@ input { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 12px; + font-size: 10px; } input.number{ @@ -171,7 +171,7 @@ select { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 12px; + font-size: 10px; } font.good { @@ -202,7 +202,7 @@ #page { width: 100%; color: black; - font-size: 12px; + font-size: 10px; white-space: nowrap; border: none; } @@ -239,7 +239,7 @@ textarea{ font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 12px; + font-size: 10px; } textarea:hover{ @@ -297,7 +297,7 @@ width: 100%; margin: 0px; padding: 0px; - font-size: 12px; + font-size: 10px; } /* Main page heading with quick menu within */ @@ -323,7 +323,7 @@ /*The main page heading left part before quick menu */ .quick_menu_left { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 12px; + font-size: 10px; font-weight: bold; border: 0px; white-space: nowrap; @@ -391,12 +391,12 @@ } .system_menu_tabs a { - font-size: 12px; + font-size: 10px; color: black; } .system_menu_tabs a:hover { - font-size: 12px; + font-size: 10px; color: black; } @@ -408,7 +408,7 @@ .main_menu { background-color: #40FC40; - font-size: 14px; + font-size: 10px; border-top: 1px #AAAAAA solid; border-bottom: 1px #AAAAAA solid; font-weight: normal; @@ -471,7 +471,7 @@ span.main_menu_nolink { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 12px; + font-size: 10px; font-weight: bold; color: #777777; text-decoration: none; @@ -505,7 +505,7 @@ .menu_group_area { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 14px; + font-size: 10px; border: 2px inset white; color: #cc6600; background-color: #CCCCCC; @@ -527,7 +527,7 @@ .menu_group_headers_text { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 12px; + font-size: 10px; font-weight: bold; color: white; } @@ -559,7 +559,7 @@ padding-top: 2px; padding-bottom: 2px; font-weight: bold; - font-size: 12px; + font-size: 10px; color: black; TEXT-ALIGN:center; } @@ -604,7 +604,7 @@ span.menu_group_nolink { font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 12px; + font-size: 10px; font-weight: normal; color: #777777; text-decoration: none; Modified: trunk/index.php =================================================================== --- trunk/index.php 2010-12-22 14:34:34 UTC (rev 4217) +++ trunk/index.php 2010-12-22 14:34:48 UTC (rev 4218) @@ -63,7 +63,7 @@ } echo '</tr></table>'; -echo "<div style='margin-left: 10px; position: absolute; top:50px; z-index:99;'><ul class='makeMenu'>"; +echo "<div style='margin-left: 10px; position: absolute; top:60px; z-index:99;'><ul class='makeMenu'>"; $ModuleID=0; for ($i=0; $i<sizeOf($MenuStructure); $i++) { if ($MenuStructure[$i]['parent']==-1) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |