LAYOUT: fix score table layout
authorArun Persaud <arun@nubati.net>
Mon, 10 Dec 2012 03:05:55 +0000 (19:05 -0800)
committerArun Persaud <arun@nubati.net>
Mon, 10 Dec 2012 03:05:55 +0000 (19:05 -0800)
css/standard.less

index 3a3218701161306b25efcc9c7708f110fa8ecebf..d2c280681d74542932507d025bf901c805d43ceb 100644 (file)
@@ -86,8 +86,7 @@ footer .left  { text-align:left;  line-height:90%;font-size:smaller;}
 }
 .session div.sessionscore div{
   position:absolute;
-  width:12em;
-  right:3em;
+  right:1em;
   display:none;
   background-color: #fff;
   border: 1px solid #000;
@@ -97,12 +96,13 @@ footer .left  { text-align:left;  line-height:90%;font-size:smaller;}
 .session img.rulesicon{ height: 1em; }
 
 .session .scoretable{
-  height:20em;
+  height: 20em;
+  width:  16em;
   overflow: auto;
 }
 .session table.score {
   margin:0.5em;
-  width:10em;
+  width:  10em;
   border-collapse:collapse;
 }