diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-07-22 15:28:43 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-07-22 15:28:49 +0200 |
commit | 4f7f46f606c1be9c014352e820590d45c6de2eee (patch) | |
tree | 051c0f4671de35599801e70d31fbd3b738e97cb1 /hyperkitty/static | |
parent | 859c8ca6e54d95b8fd6b26487a09165f0a294025 (diff) | |
download | hyperkitty-4f7f46f606c1be9c014352e820590d45c6de2eee.tar.gz hyperkitty-4f7f46f606c1be9c014352e820590d45c6de2eee.tar.xz hyperkitty-4f7f46f606c1be9c014352e820590d45c6de2eee.zip |
Improve appearance of the rattach thread page
Diffstat (limited to 'hyperkitty/static')
-rw-r--r-- | hyperkitty/static/hyperkitty/css/hyperkitty-common.css | 1 | ||||
-rw-r--r-- | hyperkitty/static/hyperkitty/css/hyperkitty-message.css | 15 | ||||
-rw-r--r-- | hyperkitty/static/hyperkitty/img/participant.png | bin | 675 -> 676 bytes |
3 files changed, 12 insertions, 4 deletions
diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-common.css b/hyperkitty/static/hyperkitty/css/hyperkitty-common.css index 91c4556..dab65bb 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-common.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-common.css @@ -85,7 +85,6 @@ form .buttons .submit { } .participant { background-image: url("../img/participant.png"); - padding-left: 16px; margin-right: 1em; } .discussion { diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-message.css b/hyperkitty/static/hyperkitty/css/hyperkitty-message.css index 769dc02..2f76e4e 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-message.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-message.css @@ -101,11 +101,11 @@ display: none; } -#thread-overview-info .unread { - margin: 0 2px 0 2px; +#thread-overview-info i { + margin-right: 1px; + margin-left: 1px; } - /* Tags */ #tags { @@ -322,9 +322,18 @@ /* * Re-attach threads */ +.reattach-thread h1 { + text-align: center; + font-size: 24px; + line-height: 26px; + margin-bottom: 2em; +} .reattach-thread form { margin-bottom: 0; } +.reattach-thread form.search { + margin-top: 2em; +} .reattach-thread form.search p { line-height: 22px; } diff --git a/hyperkitty/static/hyperkitty/img/participant.png b/hyperkitty/static/hyperkitty/img/participant.png Binary files differindex f2d700b..ed6b861 100644 --- a/hyperkitty/static/hyperkitty/img/participant.png +++ b/hyperkitty/static/hyperkitty/img/participant.png |