aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-27 21:44:02 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-27 21:44:02 +0100
commitb92cc852d142940f0f8dd78ddf7be835dc8b9e07 (patch)
tree9dbc38e3b12650ba445bcd67220b25f303943138 /view/theme
parent6762af41587c2c0ec7239979d7697608165c37b3 (diff)
downloadvolse-hubzilla-b92cc852d142940f0f8dd78ddf7be835dc8b9e07.tar.gz
volse-hubzilla-b92cc852d142940f0f8dd78ddf7be835dc8b9e07.tar.bz2
volse-hubzilla-b92cc852d142940f0f8dd78ddf7be835dc8b9e07.zip
css fixes
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css78
1 files changed, 8 insertions, 70 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index fe6f10365..e392f00d9 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -241,7 +241,8 @@ footer {
padding-right: 3em;
}
-.birthday-today, .event-today {
+.birthday-today,
+.event-today {
font-weight: bold;
}
@@ -847,68 +848,6 @@ nav .acpopup {
cursor: pointer;
}
-.fc-unthemed th,
-.fc-unthemed td,
-.fc-unthemed thead,
-.fc-unthemed tbody,
-.fc-unthemed .fc-divider,
-.fc-unthemed .fc-row,
-.fc-unthemed .fc-popover {
- 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;
-}
-
-.vevent .event-end {
- padding-bottom: 10px;
-}
-
-#event-summary-text {
- margin-top: 15px;
-}
-
-
-#new-event-link {
- margin-bottom: 10px;
-}
-
-.edit-event-link, .plink-event-link, .drop-event-link {
- float: left;
- margin-top: 4px;
- margin-right: 4px;
- margin-bottom: 15px;
-}
-
-.event-owner img {
- padding-bottom: 10px;
- padding-right: 10px;
-}
-
-.event-buttons {
- margin-top: 10px;
-}
-
-.event-list-date {
- margin-bottom: 10px;
-}
-
-.prevcal, .nextcal {
- float: left;
- margin-left: 32px;
- margin-right: 32px;
- margin-top: 64px;
-}
-.event-calendar-end {
- clear: both;
-}
-
-
#cboxOverlay {
z-index: 1050;
}
@@ -1562,8 +1501,12 @@ img.mail-conv-sender-photo {
padding: 0.5em 10px;
}
-.wall-photo-item {
- /*padding: 0.5em 10px;*/
+.wall-event-item {
+ padding: 10px;
+ color: #fff;
+ background-color: #3A87AD; /* should reflect calendar color */
+ border-top-left-radius: $radiuspx;
+ border-top-right-radius: $radiuspx;
}
.wall-photo-item img {
@@ -2252,8 +2195,3 @@ nav .badge.mail-update:hover {
.help-searchlist a {
font-size: 130%;
}
-
-.response-list ul {
- list-style-type: none;
-}
-