summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/style.css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-10-05 15:01:59 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-10-05 15:01:59 +0200
commitc7570addec98c4e7695d83202650b9296e47c957 (patch)
tree147cd9e6e981acdd11efd6fd3950d8f936f8ae42 /hyperkitty/static/css/style.css
parentcd1a2d5f2ec738ab2f17c86dcabe8733a682aa4f (diff)
downloadhyperkitty-c7570addec98c4e7695d83202650b9296e47c957.tar.gz
hyperkitty-c7570addec98c4e7695d83202650b9296e47c957.tar.xz
hyperkitty-c7570addec98c4e7695d83202650b9296e47c957.zip
Improve appearance
Diffstat (limited to 'hyperkitty/static/css/style.css')
-rw-r--r--hyperkitty/static/css/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css
index ef9bfa2..cc6945d 100644
--- a/hyperkitty/static/css/style.css
+++ b/hyperkitty/static/css/style.css
@@ -1,6 +1,6 @@
body {
position: relative;
- padding-top: 90px;
+ padding-top: 55px;
background-color: white;
}
@@ -353,4 +353,9 @@ body {
.removed {
display: none;
-}[
+}
+
+p.attachments {
+ margin-bottom: 0;
+ font-weight: bold;
+}