summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty.css
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static/css/hyperkitty.css')
-rw-r--r--hyperkitty/static/css/hyperkitty.css26
1 files changed, 9 insertions, 17 deletions
diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css
index 4494736..0ce2c98 100644
--- a/hyperkitty/static/css/hyperkitty.css
+++ b/hyperkitty/static/css/hyperkitty.css
@@ -108,6 +108,7 @@ ul.lists li a:hover {
/* User profile page */
table.user-data {
+ margin-top: 2em;
width: auto;
}
@@ -225,10 +226,6 @@ form.likeform {
margin-left: 20px;
}
-.nav .root {
- font-weight: bold;
-}
-
#top_right {
position: absolute;
@@ -364,27 +361,22 @@ form.likeform {
margin-bottom: 4em;
}
-#month-view .month-header .list-name {
- display: inline;
- font-size: 190%;
- font-weight: bold;
- padding-right: 0.5em;
-}
-
-#month-view .month-header .month-name {
- display: inline;
- font-size: 190%;
- padding-right: 1em;
-}
-
#month-view .month-header .month-info {
display: inline;
list-style-type: none;
+ margin: 0;
+ padding: 0;
}
#month-view .month-header .month-info li {
display: inline;
+ margin-right: 2em;
+}
+#month-view .month-header .month-info li.list-address {
+ font-size: 120%;
+ margin-right: 4em;
}
+
/* Thread list */
.thread {