summaryrefslogtreecommitdiffstats
path: root/css/standard.less
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-12-09 19:05:55 -0800
committerArun Persaud <arun@nubati.net>2012-12-09 19:05:55 -0800
commitc058b932630a8392771ed369a965efa8b3cc326d (patch)
tree3bd4a443860dc54450db7c9dfe332f9b9d76345e /css/standard.less
parent89f79886863416f6ab4f7587d053dbcac438e1b1 (diff)
downloade-DoKo-c058b932630a8392771ed369a965efa8b3cc326d.tar.gz
e-DoKo-c058b932630a8392771ed369a965efa8b3cc326d.tar.bz2
e-DoKo-c058b932630a8392771ed369a965efa8b3cc326d.zip
LAYOUT: fix score table layout
Diffstat (limited to 'css/standard.less')
-rw-r--r--css/standard.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/standard.less b/css/standard.less
index 3a32187..d2c2806 100644
--- a/css/standard.less
+++ b/css/standard.less
@@ -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;
}