Browse Source

Improves the css a little (in transaction.css) for shop_log now that table is relative to take into account longer statuses.

devel
Jonathan Rosenbaum 9 years ago
parent
commit
90c93eb996
  1. 2
      shop_log.php

2
shop_log.php

@ -189,7 +189,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "FormEdit")) {
<br /><br />
<table width="relative" style="margin-left:170px" border="1" cellpadding="1" cellspacing="0" bordercolor="#CCCCCC">
<table id="shop_log" width="relative" style="margin-left:170px" border="1" cellpadding="1" cellspacing="0" bordercolor="#CCCCCC">
<tbody
<tr valign="bottom" bordercolor="#CCCCCC">
<td height="25" colspan="1" bgcolor="#99CC33">Existing Shop Users</td>

Loading…
Cancel
Save