From 89e84e95377c8a453ef7daff75a1a93eb6259d5d Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Fri, 11 Oct 2013 17:50:41 +0100 Subject: [PATCH] Issue #72 tweaks. --- resources/script.js | 1 - resources/style.css | 85 +++++++++++++++++++++++++++++---------------- 2 files changed, 55 insertions(+), 31 deletions(-) diff --git a/resources/script.js b/resources/script.js index f6364bf9..f3c09c6d 100755 --- a/resources/script.js +++ b/resources/script.js @@ -120,7 +120,6 @@ function showSection(evt) { } else { hideElement(document.getElementById('filtersToggle')); hideElement(document.getElementById('filters')); - } } function toggleMessages(evt) { diff --git a/resources/style.css b/resources/style.css index 6a206676..4b93c90a 100755 --- a/resources/style.css +++ b/resources/style.css @@ -110,36 +110,61 @@ input[type='checkbox'] { top:0.15em; margin-right:0.5em; } - -ul {margin-top:0.5em;list-style:none;padding-left:0;} - - -#plugins > ul > li, #summary > div {background:white; overflow:hidden; margin:1em; box-shadow:0 0 3px 0px rgba(0,0,0,0.5); padding:1em;} -.mod {font-size:1.5em; display:block; font-weight:normal; margin-bottom:0.5em; margin-top:0; } -.version{color:#6394F8;} -.crc{color:#BC8923;} -.tag.add {color:green;} -.tag.remove {color:red;} -.meta + ul {margin-top:1em;} - -.hidden, li.hidden, #summary.hidden, #plugins.hidden { - display:none; +ul { + margin-top:0.5em; + list-style:none; + padding-left:0; } -/* Old BOSS Log CSS */ -#summary div { - float:left;} -#summary li, li > ul > li {padding:0.5em 1em;list-style:disc inside;} - -.error{background:#ff9090;padding:0.5em 1em;list-style:disc inside;} - -.warn{background:#FFDD55;padding:0.5em 1em;list-style:disc inside;} - -.good > td {background: #90ff90;} - -.warn > td {background: #FFDD55;} - -.error > td {background:#ff9090;} - -h2 {font-weight: normal; margin:0; display:block;} +#plugins > ul > li, #summary > div { + background:white; + overflow:hidden; + margin:1em; + box-shadow:0 0 3px 0px rgba(0,0,0,0.5); + padding:1em; +} +.mod { + font-size:1.3em; + display:block; + font-weight:normal; + margin-bottom:0em; + margin-top:0; +} +.version{ + color:#6394F8; +} +.crc{ + color:#BC8923; +} +.tag.add { + color:green; +} +.tag.remove { + color:red; +} +.hidden { + display:none; +} +#summary > div { + float:left; +} +#summary li, li > ul > li { + padding:0.5em 1em; + list-style:disc inside; +} +.error, .warn { + padding:0.5em 1em; + list-style:disc inside; +} +.error{ + background:#ff9090; +} +.warn{ + background:#FFDD55; +} +h2 { + font-weight: normal; + margin:0; + display:block; +}