[Weberp-svn] SF.net SVN: weberp:[8737] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-04-29 19:22:02
|
Revision: 8737 http://weberp.svn.sourceforge.net/weberp/?rev=8737&view=rev Author: tim_schofield Date: 2012-04-29 19:21:56 +0000 (Sun, 29 Apr 2012) Log Message: ----------- Layout improvements, new css and buttons Modified Paths: -------------- trunk/StockUsage.php trunk/css/silverwolf/default.css Modified: trunk/StockUsage.php =================================================================== --- trunk/StockUsage.php 2012-04-29 19:21:46 UTC (rev 8736) +++ trunk/StockUsage.php 2012-04-29 19:21:56 UTC (rev 8737) @@ -83,8 +83,8 @@ } echo '</select>'; -echo '<input type="submit" name="ShowUsage" value="' . _('Show Stock Usage') . '" />'; -echo '<input type="submit" name="ShowGraphUsage" value="' . _('Show Graph Of Stock Usage') . '" /></td></tr></table><br />'; +echo '<button type="submit" name="ShowUsage">' . _('Show Stock Usage') . '</button>'; +echo '<button type="submit" name="ShowGraphUsage">' . _('Show Graph Of Stock Usage') . '</button></td></tr></table><br />'; /* $_SESSION['NumberOfPeriodsOfStockUsage'] is defined in config.php as a user definable variable config.php is loaded by header.inc */ Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2012-04-29 19:21:46 UTC (rev 8736) +++ trunk/css/silverwolf/default.css 2012-04-29 19:21:56 UTC (rev 8737) @@ -689,10 +689,7 @@ background: -moz-linear-gradient(left, #C3C0C0, #7A7A89); background: -webkit-linear-gradient(left, #C3C0C0, #7A7A89); width: 33%; - border-style: solid; - border-width: 1px; - border-color: #666; - border-radius: 5px; + border-radius: 5px; margin: 10px auto; text-align:center; -moz-box-shadow: 3px 3px 2px #888; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |