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 | |
parent | 987dc8818a2e5a6a6b1dc88d0f98112b5a665870 (diff) |
* CSS hack for Firefox image link positioning
-rw-r--r-- | bundle/bidding_data-1.1-gui.zip | bin | 14138262 -> 14138312 bytes | |||
-rw-r--r-- | bundle/bidding_data-1.1.zip | bin | 13563088 -> 13563138 bytes | |||
-rw-r--r-- | res/css/bidding.css | 5 |
3 files changed, 5 insertions, 0 deletions
diff --git a/bundle/bidding_data-1.1-gui.zip b/bundle/bidding_data-1.1-gui.zip Binary files differindex c44c6c5..c491cdb 100644 --- a/bundle/bidding_data-1.1-gui.zip +++ b/bundle/bidding_data-1.1-gui.zip diff --git a/bundle/bidding_data-1.1.zip b/bundle/bidding_data-1.1.zip Binary files differindex c62f9da..5ec274c 100644 --- a/bundle/bidding_data-1.1.zip +++ b/bundle/bidding_data-1.1.zip 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; + } +} |