summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-01 16:12:07 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-01 16:33:59 +0100
commit238d19f7e09bfa754f4b91622f1c34d08f2ef26d (patch)
treea0c44ac571570eae50ee6857637b36933b13c8ee /hyperkitty/static
parentf2c860df51e936b79f05794c17bfb0baf95befa3 (diff)
downloadhyperkitty-238d19f7e09bfa754f4b91622f1c34d08f2ef26d.tar.gz
hyperkitty-238d19f7e09bfa754f4b91622f1c34d08f2ef26d.tar.xz
hyperkitty-238d19f7e09bfa754f4b91622f1c34d08f2ef26d.zip
Minor cosmetics in the navbar, month page title, and user profile
Diffstat (limited to 'hyperkitty/static')
-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 {