aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-26 12:26:27 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-26 12:26:27 +0100
commitc7cbd41c16e36a6244ada6d4317dcd390e8dde0d (patch)
tree1512136fac84a327aa7d3a33b5a146caa51f8815 /view/theme
parent41542e68864373c336ae3da8ffe0ed03d3e107a8 (diff)
downloadvolse-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.css13
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 {