summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-08-24 20:53:06 +0200
committeremkael <emkael@tlen.pl>2015-08-24 20:53:06 +0200
commit90a32d5f0a02f7f8ba07fe305e3abeb3436eb2ca (patch)
tree851871baac2564e207ddad98d8654aa1b2fd96a7 /css
parent0d5da97180d321ba56deb75e6a4e4bfbbd0b9ab1 (diff)
* popup style
Diffstat (limited to 'css')
-rw-r--r--css/bidding.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/bidding.css b/css/bidding.css
new file mode 100644
index 0000000..6de8eae
--- /dev/null
+++ b/css/bidding.css
@@ -0,0 +1,8 @@
+/* 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);
+}
+#bidding_popup table { width: 100%; text-align: center; }
+#bidding_popup table th { text-align: center; } \ No newline at end of file