diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-26 12:26:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-26 12:26:27 +0100 |
commit | c7cbd41c16e36a6244ada6d4317dcd390e8dde0d (patch) | |
tree | 1512136fac84a327aa7d3a33b5a146caa51f8815 /view/theme | |
parent | 41542e68864373c336ae3da8ffe0ed03d3e107a8 (diff) | |
download | volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.tar.gz volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.tar.bz2 volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.zip |
first iteration on the event item
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 357bb5093..f9aca1f59 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -857,6 +857,15 @@ nav .acpopup { border-color: #ccc !important; } +.wall-event-item { + padding: 10px; + color: #fff; + background-color: #3A87AD; /* should reflect calendar color */ + border-top-left-radius: $radiuspx; + border-top-right-radius: $radiuspx; +} + + #event-summary-text { margin-top: 15px; } @@ -1242,14 +1251,14 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -/* display: block; */ + display: block; } .dropdown-sub-text { line-height: 1em; overflow: hidden; text-overflow: ellipsis; -/* display: block; */ + display: block; } .notify-seen a { |