From 805f7294b0cc98b7afec39c66d0005e0ee93b004 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 22 Apr 2014 12:17:35 +0200 Subject: [PATCH] new design for already solved quest navigation --- views/html/quests/quest.tpl | 16 +++++++++------- www/css/desktop.css | 4 +++- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/views/html/quests/quest.tpl b/views/html/quests/quest.tpl index 96b19b08..6e232bab 100644 --- a/views/html/quests/quest.tpl +++ b/views/html/quests/quest.tpl @@ -58,13 +58,15 @@ -

: -

+
+

: +

+

diff --git a/www/css/desktop.css b/www/css/desktop.css index 42a10445..5891199b 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -241,6 +241,8 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .error{border:1px solid #850000;background:#ebd3d3;color:#850000} .success p,.error p{margin-bottom:5px} +.solvdmsg{margin-top:20px} + .mchoice{list-style-type:lower-alpha;list-style-position:inside} .mchoice li{margin:0 0 10px 0} .mchoice input[type=checkbox]{display:inline-block;margin:-19px 10px 0 24px;vertical-align:top} @@ -250,7 +252,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .submit p{margin:15px 0 0 0;font-weight:bold} .submit ul{list-style-type:square;margin-left:20px} -.textinput input[type=text]{height:16px} +.textinput input[type=text]{height:16px;font-size:.875em} .crossword table{width:100%;max-width:800px;border-spacing:2px;border-collapse:separate} .crossword td{background:#d7d4cf;padding:1px}