From 134a2e15ca3865059338229121a93cb1784e8fe7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 14 May 2014 14:33:15 +0200 Subject: [PATCH 1/4] font style italic for strong tag in tasks --- www/css/desktop.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/desktop.css b/www/css/desktop.css index 112b3ed9..c1eaa88d 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -150,6 +150,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .admnqf select{font-size:0.875em} .task img{max-width:100%} +.task strong{font-style:italic;font-weight:400} /** Popup Notification **/ From c98a86fff1b4e105043345a8089dbad9f6d2ceac Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 14 May 2014 14:54:57 +0200 Subject: [PATCH 2/4] task table design --- www/css/desktop.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/www/css/desktop.css b/www/css/desktop.css index c1eaa88d..2e7168fb 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -151,6 +151,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .task img{max-width:100%} .task strong{font-style:italic;font-weight:400} +.task table{max-width:800px} +.task td{background:#fff;padding:1px 5px;border:1px solid #d7d4cf} + /** Popup Notification **/ @@ -316,8 +319,8 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .textinput input[type=text]{height:16px;font-size:.875em} -.crossword table{max-width:800px;border-spacing:2px;border-collapse:separate} -.crossword td{background:#d7d4cf;padding:1px} +.crossword table{border-spacing:2px;border-collapse:separate} +.crossword td{background:#d7d4cf;padding:1px;border:0} .crossword input[type=text]{text-align:center;height:26px;width:100%;min-width:8px;max-width:40px;margin:0;padding:0;border:none;text-transform:uppercase} .crossword ol{list-style-type:decimal;margin-left:25px} .crossword li{margin-top:20px} From b7352194c5b3e2e8a591cb0df830e575aaa73507 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 14 May 2014 15:05:06 +0200 Subject: [PATCH 3/4] increased size for mod comments on submission --- questtypes/submit/html/submission.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questtypes/submit/html/submission.tpl b/questtypes/submit/html/submission.tpl index e985f56e..d7992256 100644 --- a/questtypes/submit/html/submission.tpl +++ b/questtypes/submit/html/submission.tpl @@ -21,7 +21,7 @@ -
+
From 3ada3163c406d09764d5884021f13683a5d29143 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 14 May 2014 16:57:59 +0200 Subject: [PATCH 4/4] group quest design with icon --- views/html/charactergroups/groupsgroup.tpl | 8 ++++++-- www/css/desktop.css | 8 +++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/views/html/charactergroups/groupsgroup.tpl b/views/html/charactergroups/groupsgroup.tpl index 3bbe6fa3..fd95b2d2 100644 --- a/views/html/charactergroups/groupsgroup.tpl +++ b/views/html/charactergroups/groupsgroup.tpl @@ -34,8 +34,12 @@
  • -
      + +
        -
      • +
      • + +

        +
      diff --git a/www/css/desktop.css b/www/css/desktop.css index 2e7168fb..ed0378e5 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -233,7 +233,10 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .cglist li{list-style-type:decimal;background:#fff;margin:0 0 6px 30px;padding:5px 15px;border-radius:3px} .cglist li p{margin:0} .cglist .xp{display:block} -.cgqlist li{list-style-type:square;margin-left:25px;padding:2px 15px} + +.cgqlist li{background:#fff;margin-bottom:5px;padding:3px} +.cgqlist img{float:left;width:40px;height:40px;border-radius:3px;margin-right:10px} +.cgqlist p{margin:5px 0 0} /** Charactergroup Profile **/ @@ -383,6 +386,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .achmnts .desc{padding-top:0} .achmnts .unlcked{font-size:.75em;float:right;margin:-6px -4px 0 0;color:#878787} +.cgqlist li{width:48%;float:left} +.cgqlist li:nth-child(odd){float:right} + .libindx li{float:left;width:32%;margin-right:2%} .libindx li:nth-child(2n){float:left} .libindx li:nth-child(3n){margin-right:0}