diff options
author | emkael <emkael@tlen.pl> | 2015-08-28 15:12:01 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-08-28 15:12:01 +0200 |
commit | fa37c62ec3fba525b54bd2be000e8d7da00b3919 (patch) | |
tree | d8571713ec39f1c0f8785b13bccc028586b9901e /css | |
parent | 84b22e5ecffb95a84e2a0e9a30f71b127a2cf05e (diff) |
* cosmetic changes to the bidding link
Diffstat (limited to 'css')
-rw-r--r-- | css/bidding.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/bidding.css b/css/bidding.css index 6de8eae..bb289c2 100644 --- a/css/bidding.css +++ b/css/bidding.css @@ -5,4 +5,5 @@ box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75); } #bidding_popup table { width: 100%; text-align: center; } -#bidding_popup table th { text-align: center; }
\ No newline at end of file +#bidding_popup table th { text-align: center; } +a.biddingLink { background: url('../images/link.png') no-repeat; display: inline-block; width: 16px; height: 16px; float: right; margin: 1px 1px 1px 3px } |