From dd5c4302c3b97ba638e08204166d7cd12f3dab16 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 21 Mar 2014 18:06:52 +0100 Subject: [PATCH] shortened xp/lvl info for main menu --- views/html/html.tpl | 2 +- www/css/desktop.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/views/html/html.tpl b/views/html/html.tpl index 080220da..e22367cf 100644 --- a/views/html/html.tpl +++ b/views/html/html.tpl @@ -23,7 +23,7 @@ - ( XPs, ) + diff --git a/www/css/desktop.css b/www/css/desktop.css index 23a7b798..59488e48 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -68,6 +68,7 @@ menu li{display:block;margin:0 5%} menu a,#profile{display:block;padding:15px 0;color:#fff} #profile{float:right} +.circlenote{margin-left:15px;background:#bcd75e;border-radius:0.8em;display:inline-block;color:#0f373c;font-weight:bold;line-height:1.6em;text-align:center;width:1.6em;font-size:.8em} #toggle,.toggle{display:none} .toggle{display:inline-block;padding:15px 15px 15px 0;position:relative;cursor:pointer;-webkit-touch-callout:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}