added email to first player at the beginning of the game; fixed small layout issue
[e-DoKo.git] / css / standard.css
index 704610cf4f023e84b8fa782afa9f3c447ab8314a..c1ec28b8f42ceabbf804f13f3dd6d048147802ac 100644 (file)
@@ -252,4 +252,18 @@ ul.tricks li div div.card3 span{
   border:2px solid gray;
   padding-top:0.5em;
   clear:left;
   border:2px solid gray;
   padding-top:0.5em;
   clear:left;
+}
+
+.over { 
+  text-align:center;
+  margin-bottom:0.1em;
+}
+
+.submitbutton { 
+ border:0;
+ background-color: #efe;
+ }
+
+.submitbutton:hover { 
+background-color:#afa; 
 }
\ No newline at end of file
 }
\ No newline at end of file