NEW FEATURE: addicted people can turn of a lot of the email spam and just check...
[e-DoKo.git] / css / standard.css
index bea5189fc31a9f8c764de2eca14c0055d50c325d..68247267731074c4035d9206c77b10e4b1746533 100644 (file)
@@ -5,6 +5,13 @@
   border-bottom:    3px solid gray;
 }
 
+.lastlogin {
+  position:absolute;
+  font-size:smaller;
+  top:0;
+  left:0;
+}
+
 .main {
   min-height: 40em;
 }
@@ -373,4 +380,13 @@ div span img.button {
 .gamestatusplay {
   padding:0 0.3em;
   background-color: #15de26;
+}
+
+.scoretable{
+  height:10em;
+  overflow: auto;
+}
+table.score {
+  width:10em;
+  border-collapse:collapse;
 }
\ No newline at end of file