diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-23 18:46:01 +0100 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-23 18:46:01 +0100 |
commit | f59f5d96f3c40ae22c0050b22e7b46f92ee98be9 (patch) | |
tree | d4e3747233392bcd01860dd67ba34a8bac4cccb5 | |
parent | 919d535f4077b4b0fc94b5b3e72507c603d1e779 (diff) | |
download | hyperkitty-f59f5d96f3c40ae22c0050b22e7b46f92ee98be9.tar.gz hyperkitty-f59f5d96f3c40ae22c0050b22e7b46f92ee98be9.tar.xz hyperkitty-f59f5d96f3c40ae22c0050b22e7b46f92ee98be9.zip |
Improve Thread view UI -- Add link from the monthly view to the thread
-rw-r--r-- | static/css/style.css | 3 | ||||
-rw-r--r-- | static/css/thread.css | 2 | ||||
-rw-r--r-- | templates/month_view2.html | 3 |
3 files changed, 5 insertions, 3 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 { diff --git a/templates/month_view2.html b/templates/month_view2.html index 65d646b..fe0153e 100644 --- a/templates/month_view2.html +++ b/templates/month_view2.html @@ -24,7 +24,8 @@ <div class="thread"> <div class="notsaved"> <span class="thread_title"> - <a name="{{email.ThreadID}}" href="#{{email.ThreadID}}"> + <a name="{{email.ThreadID}}" + href="/2/thread/{{list_address}}/{{email.ThreadID}}"> {{email.Subject}} </a> </span> |