summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-11-17 02:27:50 +0100
committeremkael <emkael@tlen.pl>2016-11-17 02:27:50 +0100
commitd97129cda2d0471c4f9d74dc630713b27ce5ba96 (patch)
tree4685ae08b0f48fa5dddb0d3a1d3b26fb5b1f967c
parent726a8c4701abd995ca53e8bfe130f2754d477552 (diff)
* now that CSS is not added globally, only to bidding table files, we can revert to sane styles for bidding link
-rw-r--r--res/css/bidding.css9
1 files changed, 2 insertions, 7 deletions
diff --git a/res/css/bidding.css b/res/css/bidding.css
index 21e536a..f884979 100644
--- a/res/css/bidding.css
+++ b/res/css/bidding.css
@@ -7,10 +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; 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;
- }
-}
+a.biddingLink { background: white url('../images/link.png') no-repeat; display: inline-block; width: 16px; height: 16px; position: absolute; right: 2px; top: 3px}
+td.nol {position:relative; min-height: 16px; padding: 2px 21px 2px 2px}