summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-13 19:04:27 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-13 19:04:27 +0100
commit0de68afc823627fa20bfad7cc7c04d24a2017865 (patch)
treea6831e80acab7ff9f9a2c327d67acf94ecedaa19 /hyperkitty/static/css
parent02d09d5304823de3439bc0eb701cddbdb66c0d42 (diff)
downloadhyperkitty-0de68afc823627fa20bfad7cc7c04d24a2017865.tar.gz
hyperkitty-0de68afc823627fa20bfad7cc7c04d24a2017865.tar.xz
hyperkitty-0de68afc823627fa20bfad7cc7c04d24a2017865.zip
Fix the tags display
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r--hyperkitty/static/css/hyperkitty.css33
1 files changed, 21 insertions, 12 deletions
diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css
index bc57a32..9d5b724 100644
--- a/hyperkitty/static/css/hyperkitty.css
+++ b/hyperkitty/static/css/hyperkitty.css
@@ -150,7 +150,6 @@ table.user-data {
/* Add icons to some text */
.participant, .discussion, .saved, .notsaved {
padding-left: 20px;
- padding-right: 10px;
background: no-repeat scroll left center;
}
@@ -441,20 +440,30 @@ form.likeform {
color: rgb(128, 0, 0);
}
-.thread_content {
- margin-top: 0.5em;
-}
-
.thread_info {
text-align:right;
clear: both;
margin-left: 46px;
}
-.thread_info .btn {
+.thread_info .tags {
+ display: inline;
+ margin-right: 1em;
+}
+.thread_info .participant {
+ margin-right: 1em;
+}
+.thread_info .discussion {
+ margin-right: 2em;
+}
+.thread_info .thread-show {
padding-top: 2px;
padding-bottom: 2px;
+ margin-left: 2em;
}
+.thread_content {
+ margin-top: 0.5em;
+}
.thread_content .gravatar {
float: left;
}
@@ -464,12 +473,6 @@ form.likeform {
margin-bottom: 5px;
}
-.tags {
- text-align:left;
- margin: 0px 0px 0px 200px;
- padding: 0px;
-}
-
/* Part containing the body of the mail which can be shown/hidden */
.expander {
background-image: linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%);
@@ -748,6 +751,12 @@ a.attachments {
padding: 10px 0;
margin: 0;
}
+#tags ul li {
+ padding-left: 0;
+}
+#tags ul li span {
+ margin-left: 5px;
+}
#add_tag {
margin-top: 0.3em;