X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=style.less;fp=style.less;h=db96490672c0cf9751ddada9cb7d49734608a5ca;hp=31bb99d9afcd2e528e8b6e44964071bcbf9eaea7;hb=d2732fceca505157f58de882f35a4b419690ddd1;hpb=9f3c815c1cc9fa0b68771487362065bd8df9a17e diff --git a/style.less b/style.less index 31bb99d..db96490 100644 --- a/style.less +++ b/style.less @@ -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); +}