diff options
author | emkael <emkael@tlen.pl> | 2016-11-10 20:43:05 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-11-10 20:43:05 +0100 |
commit | 3d3ed2604cfc47a9ed76e52449679707c7baeb4c (patch) | |
tree | b7e783601268c9dca403d2c1aeee67399aa5b2bd /res/css/bidding.css | |
parent | 987dc8818a2e5a6a6b1dc88d0f98112b5a665870 (diff) |
* CSS hack for Firefox image link positioning
Diffstat (limited to 'res/css/bidding.css')
-rw-r--r-- | res/css/bidding.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/css/bidding.css b/res/css/bidding.css index 1a0f4df..21e536a 100644 --- a/res/css/bidding.css +++ b/res/css/bidding.css @@ -9,3 +9,8 @@ #bidding_popup table th { text-align: center; } 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} +@-moz-document url-prefix() { /* firefox hack */ + a.biddingLink { + margin-top: -16px; + } +} |