diff --git a/views/html/charactergroupsquests/quest.tpl b/views/html/charactergroupsquests/quest.tpl index aa620e35..55313bd1 100644 --- a/views/html/charactergroupsquests/quest.tpl +++ b/views/html/charactergroupsquests/quest.tpl @@ -65,7 +65,7 @@

- +
diff --git a/views/html/quests/index.tpl b/views/html/quests/index.tpl index eb08bb7d..4b0f0801 100644 --- a/views/html/quests/index.tpl +++ b/views/html/quests/index.tpl @@ -76,5 +76,9 @@ -

+ diff --git a/www/css/desktop.css b/www/css/desktop.css index e4941abd..5d6d8fb4 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -153,6 +153,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .task strong{font-style:italic;font-weight:400} .task table{max-width:800px} .task td{background:#fff;padding:1px 5px;border:1px solid #d7d4cf} +.task table option{font-size:0.675em} +.task input[type="text"].small{width:40px} +.task input[type="text"].medium{width:90px} /** Popup Notification **/ @@ -234,9 +237,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .cglist li p{margin:0;display:inline} .cglist .gbanner{width:40px;height:40px;border-radius:3px;display:inline;margin:5px 5px 0 0} .cglist .xp{display:block} -.cglist.rnkng li:nth-child(-n+3){border:3px solid #cd7f32;border-width:0 0 2px} -.cglist.rnkng li:nth-child(-n+2){border-color:#c0c0c0} -.cglist.rnkng li:nth-child(-n+1){border-color:#ffd700} +.cglist.rnkng li:nth-child(3){margin-bottom:16px} .cglist.rnkng li:nth-child(-n+3) a{display:inline-block;vertical-align:top;margin-top:10px} .cgqlist li{background:#fff;margin-bottom:5px;padding:3px} @@ -265,10 +266,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo /** Charactergroup Quest **/ -.grpqlist li{background:#fff;margin-bottom:6px;padding:5px 15px 5px 0;font-size:.875em;border-radius:3px} -.grpqlist .date{padding:0 15px;border-right:1px solid #dad8d5} -.grpqlist .group{padding:0 15px} -.grpqlist .xp{float:right} +.grpqlist li{list-style-type:decimal;background:#fff;margin:0 0 6px 30px;padding:5px 15px;font-size:.875em;border-radius:3px} +.grpqlist .date{padding:0 15px 0 0;display:block} +.grpqlist .xp{display:block} .gqgllry li{display:inline-block} @@ -365,6 +365,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .gchars li{width:32%} +.grpqlist .date{float:left} +.grpqlist .xp{float:right} + .achmnts .xpbar{width:89%} .admnql span{float:right}