diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-25 22:55:07 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-25 22:55:07 +0100 |
commit | 3ea84d7eab20947ac52dc7e6c205252f0a76c047 (patch) | |
tree | 9cb7c69c30fd108deb2f700fe5a88d24dba3d194 /view/css | |
parent | a80c45940e14d75ef91b39e62d8aab9e2efc01cc (diff) | |
download | volse-hubzilla-3ea84d7eab20947ac52dc7e6c205252f0a76c047.tar.gz volse-hubzilla-3ea84d7eab20947ac52dc7e6c205252f0a76c047.tar.bz2 volse-hubzilla-3ea84d7eab20947ac52dc7e6c205252f0a76c047.zip |
some basic event styling
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 08b51d2fa..6a64e7cc2 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -245,3 +245,19 @@ a.wall-item-name-link { color: #FF0000; font-size: 1em !important; } + +/* event item */ + +.event-title h3 { + font-weight: bold; +} + +.event-title, +.event-end, +.event-description { + padding-bottom: 10px; +} + +.event-label { + font-weight: bold; +} |