[Weberp-svn] SF.net SVN: weberp:[8712] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-04-28 21:30:46
|
Revision: 8712 http://weberp.svn.sourceforge.net/weberp/?rev=8712&view=rev Author: tim_schofield Date: 2012-04-28 21:30:40 +0000 (Sat, 28 Apr 2012) Log Message: ----------- Layout improvements, new css and buttons Modified Paths: -------------- trunk/TaxAuthorities.php trunk/css/silverwolf/default.css Modified: trunk/TaxAuthorities.php =================================================================== --- trunk/TaxAuthorities.php 2012-04-28 21:30:27 UTC (rev 8711) +++ trunk/TaxAuthorities.php 2012-04-28 21:30:40 UTC (rev 8712) @@ -170,7 +170,7 @@ <td>%s</td> <td><a href="%s&SelectedTaxAuthID=%s">' . _('Edit') . '</a></td> <td><a href="%s&SelectedTaxAuthID=%s&delete=yes">' . _('Delete') . '</a></td> - <td><td><a href="%s&TaxAuthority=%s">' . _('Edit Rates') . '</a></td> + <td><a href="%s&TaxAuthority=%s">' . _('Edit Rates') . '</a></td> </tr>', $myrow['taxid'], $myrow['description'], @@ -202,7 +202,7 @@ } -echo '<br /><form method="post" action="' . htmlspecialchars($_SERVER['PHP_SELF'], ENT_QUOTES, 'UTF-8') . '">'; +echo '<form method="post" action="' . htmlspecialchars($_SERVER['PHP_SELF'], ENT_QUOTES, 'UTF-8') . '">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; if (isset($SelectedTaxAuthID)) { Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2012-04-28 21:30:27 UTC (rev 8711) +++ trunk/css/silverwolf/default.css 2012-04-28 21:30:40 UTC (rev 8712) @@ -60,7 +60,8 @@ th { font-weight: normal; - background-color: #C3C3C3; + background-color: transparent; + border: solid #A49999 1px; font-size: 100%; color: #300; text-align: center; @@ -97,7 +98,7 @@ font-family: Arial, Helvetica, sans-serif; font-size: 100%; text-align: left; - border-radius: 5px; + background-color: transparent; } td.select { @@ -110,9 +111,9 @@ background: -webkit-linear-gradient(left, #DCDCDC, #8D98A6); border: solid #A49999 1px; border-radius: 5px; - -moz-box-shadow: 3px 3px 2px #888; - -webkit-box-shadow: 3px 3px 2px #888; - box-shadow: 3px 3px 2px #888; + -moz-box-shadow: 3px 3px 2px #B1B1B1; + -webkit-box-shadow: 3px 3px 2px #B1B1B1; + box-shadow: 3px 3px 2px #B1B1B1; } td.number { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |