diff --git a/views/html/charactergroups/group.tpl b/views/html/charactergroups/group.tpl index 9e792865..31b6db4f 100644 --- a/views/html/charactergroups/group.tpl +++ b/views/html/charactergroups/group.tpl @@ -26,41 +26,36 @@ diff --git a/www/css/desktop.css b/www/css/desktop.css index 4ebf4fb8..dcce96dd 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -158,11 +158,11 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .gdata h1{margin:0;padding:0} .gdata .fa{color:#aca8a1} -.gchars li{background:#fff;padding:15px 0;border-radius:3px;text-align:center;float:left;margin-bottom:5px;width:49%} +.gchars li{background:#fff;padding:15px 0;border-radius:3px;float:left;margin-bottom:5px;width:49%} .gchars li:nth-child(even){float:right} .gchars img{width:50px;height:50px;border-radius:25px} -.gchars p{margin:0;padding:0} -.gchars .fa{position:absolute;margin-left:-14px} +.gchars p{margin:0;padding:0;text-align:center} +.gchars .fa{position:absolute;margin:-10px 0 0} .gquests li{padding:12px 15px 0 15px;border-radius:3px} .gquests li:nth-child(odd){background:#fff}