diff options
author | emkael <emkael@tlen.pl> | 2016-10-23 16:03:11 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-10-23 16:03:11 +0200 |
commit | bf493a028cc052f33456a4e40a58684a2f2de1f9 (patch) | |
tree | bf5ba946af5298164e46eef6523414dccbcf0d16 /res/css/bidding.css | |
parent | 4842e7a3b252ec76f47c8a07aecff424c62d139e (diff) |
* CSS for bidding link fixed (now redouble fits)
Diffstat (limited to 'res/css/bidding.css')
-rw-r--r-- | res/css/bidding.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/css/bidding.css b/res/css/bidding.css index ea4ef4a..1a0f4df 100644 --- a/res/css/bidding.css +++ b/res/css/bidding.css @@ -7,5 +7,5 @@ } #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; min-height: 16px; min-width: 55px}
\ No newline at end of file +a.biddingLink { background: white url('../images/link.png') no-repeat; display: inline-block; width: 16px; height: 16px; float: right; margin: 1px 1px 1px 3px } +td.nol {position:relative; min-height: 16px} |