From d4692bbf84ccf9f5793229d648691f65b7cafd33 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 24 Apr 2014 15:48:23 +0200 Subject: [PATCH] admin quest list design update --- views/html/quests/index.tpl | 16 +++++++++------- views/html/quests/submissions.tpl | 12 ++++++------ www/css/desktop.css | 10 ++++++++++ 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/views/html/quests/index.tpl b/views/html/quests/index.tpl index f7557b1e..8e927524 100644 --- a/views/html/quests/index.tpl +++ b/views/html/quests/index.tpl @@ -3,10 +3,12 @@ -

-

+ +

-
+
Filter @@ -28,12 +30,12 @@ -
    + diff --git a/views/html/quests/submissions.tpl b/views/html/quests/submissions.tpl index a00ce56d..2078281d 100644 --- a/views/html/quests/submissions.tpl +++ b/views/html/quests/submissions.tpl @@ -9,29 +9,29 @@

    -
      +
      1. -
    +

    -
      +
      1. -
    +

    -
      +
      1. -
    +
    diff --git a/www/css/desktop.css b/www/css/desktop.css index c6d2371d..7f41c61a 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -133,6 +133,13 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .admin li a{padding:4px 15px;background:#5cb6bd;border-bottom:2px solid #50a0a6;color:#fff;border-radius:3px} .admin li a:hover{background:#62c5cd} +.admnql{margin-top:30px} +.admnql li{background:#fff;margin-bottom:8px;padding:5px 10px;border-radius:3px} +.admnql p{margin:0} +.admnql span{font-size:.875em;font-weight:normal;display:block} + +.admnqf label{margin:10px 0 5px} +.admnqf select{font-size:0.875em} /** Login & Registration **/ @@ -280,6 +287,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo #dragZone{background:#eae8e4;box-sizing:border-box;padding:5px 5px 0 5px} .drop{background:#eae8e4} + /** Media Queries **/ @media only screen and (min-width:480px){ @@ -298,6 +306,8 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .achmnts .xpbar{width:89%} +.admnql span{float:right} + .libindx li{float:left;width:49%} .libindx li:nth-child(2n){float:right} .libindx .ltopc{height:80px}