From cff124886c9768ca60891f449b88592e58a0b8d1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 27 Mar 2014 22:20:13 +0100 Subject: [PATCH] improved readability on mobile --- views/html/charactergroups/group.tpl | 6 +++--- www/css/desktop.css | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/views/html/charactergroups/group.tpl b/views/html/charactergroups/group.tpl index 9959c327..19cc7b43 100644 --- a/views/html/charactergroups/group.tpl +++ b/views/html/charactergroups/group.tpl @@ -15,9 +15,9 @@ Schweb wie ein Schmetterling! Stich wie eine Biene! diff --git a/www/css/desktop.css b/www/css/desktop.css index cdd52d8e..8cb26ad1 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -180,7 +180,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .cportrait{float:right;width:25%} .gdata .gbanner{float:left;min-width:100px} -.gdata .gdesc{float:left;width:60%} +.gdata .gdesc{float:left;width:75%} .gdata ul{clear:both} .gchars li{width:32%;margin-right:5px} .gchars li:nth-child(even){float:left} @@ -190,6 +190,8 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .xpbar{width:70%} .gdata{margin-top:40px} +.gdata .gdesc{width:60%} +.gdata li{font-size:.875em;padding-bottom:5px} .gdata ul{clear:none;float:right;width:20%;margin:0;padding:0} .gchars li{width:19%}