diff options
author | emkael <emkael@tlen.pl> | 2015-09-01 20:53:02 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-09-01 20:53:02 +0200 |
commit | 1c3fb72ac83e96e765a65186bb5e371dd1e5ebcb (patch) | |
tree | 7305de5b016878129f6f70424205fe5c54002f44 /css/bidding.css | |
parent | 663b0ce431635ad98908fd53689205d61f21b56f (diff) |
* build tools and environment
Diffstat (limited to 'css/bidding.css')
-rw-r--r-- | css/bidding.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/css/bidding.css b/css/bidding.css deleted file mode 100644 index ea4ef4a..0000000 --- a/css/bidding.css +++ /dev/null @@ -1,11 +0,0 @@ -/* 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; } -a.biddingLink { background: white url('../images/link.png') no-repeat; display: inline-block; width: 16px; height: 16px; position: absolute; right: 0; margin: 1px 1px 1px 3px } -td.nol {position:relative; min-height: 16px; min-width: 55px}
\ No newline at end of file |