diff options
author | emkael <emkael@tlen.pl> | 2015-08-30 20:53:47 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-08-30 20:53:47 +0200 |
commit | 4852a3ab35b60788e656742a8e44efa14431ae08 (patch) | |
tree | 5301dabcdb4ccea1e873dcc691d6d6ac0642e825 | |
parent | c5a6c6249cc22409157406612de97363b87f3e3e (diff) |
* less intrusive styles
-rw-r--r-- | css/bidding.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/bidding.css b/css/bidding.css index f6e72fa..ea4ef4a 100644 --- a/css/bidding.css +++ b/css/bidding.css @@ -8,4 +8,4 @@ #bidding_popup table { width: 100%; text-align: center; } #bidding_popup table th { text-align: center; } a.biddingLink { background: white url('../images/link.png') no-repeat; display: inline-block; width: 16px; height: 16px; position: absolute; right: 0; margin: 1px 1px 1px 3px } -td.nol {position:relative; height: 16px; width: 55px}
\ No newline at end of file +td.nol {position:relative; min-height: 16px; min-width: 55px}
\ No newline at end of file |