X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;h=db96490672c0cf9751ddada9cb7d49734608a5ca;hb=d2732fceca505157f58de882f35a4b419690ddd1;hp=2473abf3855a5017fd5984d78bad57d5b0ea332a;hpb=5e5f70bb208fb1f8a7e774ed5a172e78660be639;p=peach-cgt.git diff --git a/style.less b/style.less index 2473abf..db96490 100644 --- a/style.less +++ b/style.less @@ -102,7 +102,7 @@ h1 { border-color: black; } -.flipped { +.flipped, .your_hand { .cardtext { display: none; } @@ -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); +}