[Weberp-svn] SF.net SVN: weberp:[8725] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-04-29 19:19:57
|
Revision: 8725 http://weberp.svn.sourceforge.net/weberp/?rev=8725&view=rev Author: tim_schofield Date: 2012-04-29 19:19:51 +0000 (Sun, 29 Apr 2012) Log Message: ----------- Layout improvements, new css and buttons Modified Paths: -------------- trunk/PDFPriceList.php trunk/css/silverwolf/default.css Modified: trunk/PDFPriceList.php =================================================================== --- trunk/PDFPriceList.php 2012-04-28 21:32:33 UTC (rev 8724) +++ trunk/PDFPriceList.php 2012-04-29 19:19:51 UTC (rev 8725) @@ -299,7 +299,7 @@ <td><input type="text" size="11" class="date" alt="' . $_SESSION['DefaultDateFormat'] . '" name="EffectiveDate" value="' . Date($_SESSION['DefaultDateFormat']) . '" /></td> </tr>'; - echo '</table><br /><div class="centre"><input type="submit" name="PrintPDF" value="'. _('Print PDF'). '" /></div>'; + echo '</table><br /><div class="centre"><button type="submit" name="PrintPDF">'. _('Print PDF'). '</button></div>'; } include('includes/footer.inc'); Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2012-04-28 21:32:33 UTC (rev 8724) +++ trunk/css/silverwolf/default.css 2012-04-29 19:19:51 UTC (rev 8725) @@ -279,6 +279,19 @@ select { font-family: Arial, Helvetica, sans-serif; font-size: 100%; + background: transparent; + border-width: 1px; + border-bottom-color: gray; + border-bottom-style: solid; + border-top-color: gray; + border-top-style: solid; + border-left-color: gray; + border-left-style: solid; + border-right-color: gray; + border-right-style: solid; + -webkit-border-radius: .5em; + -moz-border-radius: .5em; + border-radius: .5em; } font.good { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |