diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-04-24 16:57:01 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-04-24 17:01:29 +0200 |
commit | cb6837524e2a6cbe0636c08fff46eac1cc1a57e9 (patch) | |
tree | 143d383d8f332aa1b35cb7a15ed72ea60c80da45 /hyperkitty/static/css/hyperkitty-common.css | |
parent | 3c2b0470bef7ce201618c97df010b2f70f0bfc3e (diff) | |
download | hyperkitty-cb6837524e2a6cbe0636c08fff46eac1cc1a57e9.tar.gz hyperkitty-cb6837524e2a6cbe0636c08fff46eac1cc1a57e9.tar.xz hyperkitty-cb6837524e2a6cbe0636c08fff46eac1cc1a57e9.zip |
Add a 'Create new thread' button to the overview page
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-common.css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-common.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 5bfcdb4..b385f1d 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -235,9 +235,15 @@ a.reply.disabled { /* - * New thread form + * New thread */ +a.thread-new strong { + font-size: 150%; + font-weight: bold; + margin-right: 0.2em; +} + .new-thread-form { margin-left: 2em; } |