X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=css%2Fstandard.css;h=68247267731074c4035d9206c77b10e4b1746533;hp=bea5189fc31a9f8c764de2eca14c0055d50c325d;hb=19f70fcd8c26c4a6279addcf8c29fba8f21e13da;hpb=01e982e40cc5679cdb4647aec7c37d3d789eeb4b;ds=sidebyside diff --git a/css/standard.css b/css/standard.css index bea5189..6824726 100644 --- a/css/standard.css +++ b/css/standard.css @@ -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