From 5bf52687a58ddc664667a250d827eb973a0482a3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 22 Mar 2014 23:19:29 +0100 Subject: [PATCH] xpbar size fix --- www/css/desktop.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/css/desktop.css b/www/css/desktop.css index a3d43a35..3b1d2356 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -96,6 +96,7 @@ article{padding:70px 0 30px} .qglist .qgtitle .solved .fa{color:#bcd75e} .qglist .qgtitle .bonus{background:#f5821f} +.xpinfo{display:none} .xpbar{width:60%;float:left;height:10px;position:relative;background:#eee;border-radius:25px;margin:8px 0 16px} .xpbar span{display:block;height:100%;border-radius:20px;background:#bcd75e;position:relative;overflow:hidden} .xpnumeric{float:right;color:#869845} @@ -112,10 +113,12 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo @media only screen and (min-width:480px){ .questgroups li{width:48%;float:left} .questgroups li:nth-child(even){float:right} +.xpinfo{display:inline-block;float:left;padding-right:20px} +.xpbar{width:50%} } @media only screen and (min-width:768px){ - +.xpbar{width:70%} } @media only screen and (min-width:1024px){