diff options
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 |