summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-03-23 18:46:01 +0100
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-03-23 18:46:01 +0100
commitf59f5d96f3c40ae22c0050b22e7b46f92ee98be9 (patch)
treed4e3747233392bcd01860dd67ba34a8bac4cccb5 /static
parent919d535f4077b4b0fc94b5b3e72507c603d1e779 (diff)
downloadhyperkitty-f59f5d96f3c40ae22c0050b22e7b46f92ee98be9.tar.gz
hyperkitty-f59f5d96f3c40ae22c0050b22e7b46f92ee98be9.tar.xz
hyperkitty-f59f5d96f3c40ae22c0050b22e7b46f92ee98be9.zip
Improve Thread view UI -- Add link from the monthly view to the thread
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css3
-rw-r--r--static/css/thread.css2
2 files changed, 3 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 91a925f..3089a60 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -207,12 +207,13 @@ a {
#recent_activities{
width: 90%;
margin-top: 20px;
- margin-right: 20px;
+ margin-right: 10px;
float: right;
}
#archives{
width: 8%;
+ margin-left: 10px;
margin-top: 20px;
float: left;
/*
diff --git a/static/css/thread.css b/static/css/thread.css
index a31c2b5..ae5f35a 100644
--- a/static/css/thread.css
+++ b/static/css/thread.css
@@ -10,7 +10,7 @@
#thread_nav .thread_title{
margin:auto;
- width: 600px;
+ width: 50%;
}
#thread_nav br {