From 1bda1e000faf1e10cf0cb2860b8d07a1edd88c0b Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 12 Dec 2017 13:23:40 +0100 Subject: Displaying bidding tables in the original table, not in a pop-over --- res/css/bidding.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'res/css') 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} -- cgit v1.2.3