From 4c52d59cc3cfb1ff2dbad1e835a7ab392ddb487a Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 20 Nov 2013 19:22:21 +0100 Subject: Be more specific in the CSS definitions --- .../static/hyperkitty/css/hyperkitty-overview.css | 27 +++++++++++----------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css index 3b2d5c8..062b3c5 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css @@ -180,32 +180,32 @@ section#statistics h3 { } /* this needs to be integrated into hyperkitty-threadslist.css eventually */ -div.thread { +#overview div.thread { border: 1px solid #e5e5e5; padding: 1%; - margin: .5% !important; + margin: .5%; } -.thread { +#overview .thread { min-height: 1.2em; } -.widget { +#overview .widget { clear: both; margin-bottom: 2em; } -.thread ul.inline-block { +#overview .thread ul.inline-block { width: 28%; } -.thread ul.inline-block li, -.thread ul.inline-block span { +#overview .thread ul.inline-block li, +#overview .thread ul.inline-block span { text-align: left; min-width: 6.5%; } -.thread-title { +#overview .thread-title { width: 68%; float: left; white-space: nowrap; @@ -215,25 +215,24 @@ div.thread { } -.maker-name, .maker-id { +#overview .maker-name, .maker-id { font-size: small; } -.maker-id { +#overview .maker-id { color: #aaa; } -.thread-id { +#overview .thread-id { float: left; } -.maker-name { +#overview .maker-name { display: block !important; max-width: 152px !important; word-wrap: break-word !important; } -.maker .gravatar { +#overview .maker .gravatar { padding-right: 5px; } - -- cgit