summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-04-19 23:08:18 -0700
committerArun Persaud <arun@nubati.net>2010-04-19 23:08:18 -0700
commit252c638b8028a86ba8cb5e315b3f13992b6fa77d (patch)
tree0bb5983a3cb59af8da91eb2c5d22f2432de4e7e2 /css
parent07cd86af6d50e786e40ef876106afef7b4be378d (diff)
downloade-DoKo-252c638b8028a86ba8cb5e315b3f13992b6fa77d.tar.gz
e-DoKo-252c638b8028a86ba8cb5e315b3f13992b6fa77d.tar.bz2
e-DoKo-252c638b8028a86ba8cb5e315b3f13992b6fa77d.zip
moved gameinfo box (calls, comment-input, submit, games player by otheres) to the bottom of the page
this should make it easier for people with a mobile phone.
Diffstat (limited to 'css')
-rw-r--r--css/standard024.css (renamed from css/standard023.css)21
1 files changed, 8 insertions, 13 deletions
diff --git a/css/standard023.css b/css/standard024.css
index 539f788..ac8aaff 100644
--- a/css/standard023.css
+++ b/css/standard024.css
@@ -460,19 +460,14 @@ ul.tricks li div div span.comment span{
}
.gameinfo {
- position:absolute;
- top:27em;
- right:0em;
- margin:1em;
- margin-top:0em;
- margin-right:3em;
-
- width:12em;
-
- padding:0.3em;
-
- border: 2px solid gray;
- background-color: #efefef;
+ position:relative;
+ top:0em;
+ margin:0em;
+ padding:0em;
+ width:100%;
+ border-top: 2px solid gray;
+ background-color: #efaaaa;
+ text-align:center;
}
.usermenu {