summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-11-20 19:22:21 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-11-20 19:24:11 +0100
commit4c52d59cc3cfb1ff2dbad1e835a7ab392ddb487a (patch)
treec6291b6240eb729db0fcaaa2de327a85e28fceee
parentf43b52e6b57ff70ec1d290943de1b0d69c578fde (diff)
downloadhyperkitty-4c52d59cc3cfb1ff2dbad1e835a7ab392ddb487a.tar.gz
hyperkitty-4c52d59cc3cfb1ff2dbad1e835a7ab392ddb487a.tar.xz
hyperkitty-4c52d59cc3cfb1ff2dbad1e835a7ab392ddb487a.zip
Be more specific in the CSS definitions
-rw-r--r--hyperkitty/static/hyperkitty/css/hyperkitty-overview.css27
1 files 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;
}
-