diff options
author | emkael <emkael@tlen.pl> | 2017-12-12 13:23:40 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-12-12 13:23:40 +0100 |
commit | 1bda1e000faf1e10cf0cb2860b8d07a1edd88c0b (patch) | |
tree | 930592307e39a7ee26141b7613b02dbbb0cfe2cc /res/css | |
parent | 37c509b858cbaf2af13728c31c295a7819452dc4 (diff) |
Displaying bidding tables in the original table, not in a pop-over
Diffstat (limited to 'res/css')
-rw-r--r-- | res/css/bidding.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/res/css/bidding.css b/res/css/bidding.css index f884979..22e3696 100644 --- a/res/css/bidding.css +++ b/res/css/bidding.css @@ -1,11 +1,6 @@ /* Tabelka licytacji */ -#bidding_popup { background-color: white; padding: 10px; border-radius: 10px; border: 1px solid black; - -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75); - -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75); - box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75); - z-index: 1000; -} -#bidding_popup table { width: 100%; text-align: center; } -#bidding_popup table th { text-align: center; } +.bidding_popup table { width: 100%; text-align: center; } +.bidding_popup table th { text-align: center; } +.bidding_popup table td { width: 25%; } 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} |