From 153622c06804ec892c2fb7f0c3716e67d329166d Mon Sep 17 00:00:00 2001 From: kaernyk Date: Fri, 26 Sep 2014 07:42:12 -0400 Subject: [PATCH 1/2] Corrected changes improperly set in catalog.css Conflicts: stylesheets/style.css --- stylesheets/style.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index eea2fb0d..43588ecc 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -516,14 +516,14 @@ form.ban-appeal textarea { margin-right: 15px; text-align:center; font-weight:normal; - width:205px; + padding: 2px; + height:300px; + width:205px; overflow:hidden; position: relative; font-size:11px; - padding: 15px; - max-height:300px; - background: rgba(182, 182, 182, 0.12); - border: 2px solid rgba(111, 111, 111, 0.34); + background: rgba(182, 182, 182, 0.12); + border: 2px solid rgba(111, 111, 111, 0.34); } .theme-catalog div.thread strong { display: block; @@ -533,6 +533,11 @@ form.ban-appeal textarea { margin-left: -20px; } ++div.threads:hover { + background: #D6DAF0; + border-color: #B7C5D9; +} + .theme-catalog div.grid-size-vsmall img { max-width: 100%; max-height: 100px; From 359c295ecaf079318d55b1acc6e900ee74feb6d3 Mon Sep 17 00:00:00 2001 From: kaernyk Date: Fri, 26 Sep 2014 07:58:56 -0400 Subject: [PATCH 2/2] Correct thread:hover highlighting --- stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 43588ecc..a21b30f5 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -533,14 +533,14 @@ form.ban-appeal textarea { margin-left: -20px; } -+div.threads:hover { +div.thread:hover { background: #D6DAF0; border-color: #B7C5D9; } .theme-catalog div.grid-size-vsmall img { max-width: 100%; - max-height: 100px; + max-height: 64px; } .theme-catalog div.grid-size-vsmall {