From 3d3ed2604cfc47a9ed76e52449679707c7baeb4c Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 10 Nov 2016 20:43:05 +0100 Subject: * CSS hack for Firefox image link positioning --- bundle/bidding_data-1.1-gui.zip | Bin 14138262 -> 14138312 bytes bundle/bidding_data-1.1.zip | Bin 13563088 -> 13563138 bytes res/css/bidding.css | 5 +++++ 3 files changed, 5 insertions(+) diff --git a/bundle/bidding_data-1.1-gui.zip b/bundle/bidding_data-1.1-gui.zip index c44c6c5..c491cdb 100644 Binary files a/bundle/bidding_data-1.1-gui.zip and b/bundle/bidding_data-1.1-gui.zip differ diff --git a/bundle/bidding_data-1.1.zip b/bundle/bidding_data-1.1.zip index c62f9da..5ec274c 100644 Binary files a/bundle/bidding_data-1.1.zip and b/bundle/bidding_data-1.1.zip differ 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; + } +} -- cgit v1.2.3