[Weberp-svn] SF.net SVN: weberp:[8717] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-04-28 21:31:36
|
Revision: 8717 http://weberp.svn.sourceforge.net/weberp/?rev=8717&view=rev Author: tim_schofield Date: 2012-04-28 21:31:30 +0000 (Sat, 28 Apr 2012) Log Message: ----------- Layout improvements, new css and buttons Modified Paths: -------------- trunk/SuppPaymentRun.php trunk/css/silverwolf/default.css Modified: trunk/SuppPaymentRun.php =================================================================== --- trunk/SuppPaymentRun.php 2012-04-28 21:31:20 UTC (rev 8716) +++ trunk/SuppPaymentRun.php 2012-04-28 21:31:30 UTC (rev 8717) @@ -353,8 +353,8 @@ echo '<tr><td>' . _('Starting Reference no (eg chq no)') . ':</td> <td><input type="text" name="Ref" maxlength="11" size="12" value="' . $_POST['Ref'] . '" /></td></tr>'; - echo '</table><br /><div class="centre"><input type="submit" name="PrintPDF" value="' . _('Print PDF Only') . '" /> - <input type="submit" name="PrintPDFAndProcess" value="' . _('Print and Process Payments') . '" /></div>'; + echo '</table><br /><div class="centre"><button type="submit" name="PrintPDF">' . _('Print PDF Only') . '</button> + <button type="submit" name="PrintPDFAndProcess">' . _('Print and Process Payments') . '</button></div>'; include ('includes/footer.inc'); } /*end of else not PrintPDF */ Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2012-04-28 21:31:20 UTC (rev 8716) +++ trunk/css/silverwolf/default.css 2012-04-28 21:31:30 UTC (rev 8717) @@ -215,7 +215,7 @@ input { font-family: Arial, Helvetica, sans-serif; font-size: 100%; - background-color: #e3e1e1; + background-color: transparent; border-width:1px; color:#645959; border-bottom-color: gray; @@ -232,15 +232,15 @@ input:hover { font-family: Arial, Helvetica, sans-serif; font-size: 100%; - background-color: #e3e5f5; + background-color: transparent; border-width:1px; - border-bottom-color: gray; + border-bottom-color: black; border-bottom-style: solid; - border-top-color: gray; + border-top-color: black; border-top-style: solid; - border-left-color: gray; + border-left-color: black; border-left-style: solid; - border-right-color: gray; + border-right-color: black; border-right-style: solid; border-radius: 3px; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |