aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css66
1 files changed, 35 insertions, 31 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index e83610f51..74d106fe3 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -847,6 +847,16 @@ 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;
+}
+
.eventcal {
float: left;
font-size: 20px;
@@ -958,10 +968,6 @@ nav .acpopup {
color: #FF0000;
}
-.fc-state-highlight {
- background: none repeat scroll 0% 0% #FCF8E3 !important;
-}
-
#cboxOverlay {
z-index: 1050;
}
@@ -1117,31 +1123,6 @@ nav .acpopup {
color: #ff0000;
}
-
-#event-start-text, #event-finish-text {
- margin-top: 10px;
- margin-bottom: 5px;
-}
-
-#event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
- float: left;
-}
-#event-datetime-break {
- margin-bottom: 10px;
-}
-
-#event-nofinish-break, #event-adjust-break {
- clear: both;
-}
-
-#event-desc-text, #event-location-text {
- margin-top: 15px;
- margin-bottom: 5px;
-}
-#event-submit {
- margin-top: 10px;
-}
-
#item-delete-selected {
margin-top: 30px;
}
@@ -1328,6 +1309,7 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
.contactname {
padding-top: 2px;
font-weight: bold;
+ line-height: 1em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -1335,7 +1317,7 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
}
.dropdown-sub-text {
- font-size: 0.833em;
+ line-height: 1em;
overflow: hidden;
text-overflow: ellipsis;
display: block;
@@ -1382,6 +1364,10 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
border-radius: $radiuspx;
}
+#jotnets-wrapper, #jotnets-collapse {
+ margin-bottom: 18px;
+}
+
.acl-list-item {
width: 48%; /* fallback if browser does not support calc() */
width: calc(50% - 10px);
@@ -1716,7 +1702,8 @@ img.mail-conv-sender-photo {
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
}
-.wall-item-ago {
+.wall-item-ago,
+.dropdown-sub-text {
color: #777;
font-size: 0.833em;
}
@@ -1850,6 +1837,19 @@ nav .dropdown-menu {
border-bottom-left-radius: $radiuspx;
}
+.dropdown-menu-img-sm {
+ float: left;
+ width: 36px;
+ height: 36px;
+ margin-right: 5px;
+}
+
+.dropdown-menu-img-xs {
+ height: 18px;
+ width: 18px;
+ margin-right: 5px;
+}
+
#usermenu-caret {
color: $nav_icon_colour;
}
@@ -2311,3 +2311,7 @@ nav .badge.mail-update:hover {
.help-searchlist a {
font-size: 130%;
}
+
+.response-list ul {
+ list-style-type: none;
+}