JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
start on deck designer
[peach-cgt.git] / style.less
index 31bb99d..db96490 100644 (file)
@@ -156,3 +156,15 @@ h1 {
 #my_side div {
        top: 0; // @table-height - @hand-height;
 }
+
+#deck_designer {
+       position: absolute;
+       top: 40px;
+       left: 10px;
+       background: white;
+       z-index: 10000;
+       width: @table-width + 10;
+       height: @table-height + 20;
+       overflow: scroll;
+       .shadow(3px, 3px, 16px, 0.8);
+}