aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/conversation.css16
-rw-r--r--view/css/mod_events.css52
2 files changed, 16 insertions, 52 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 6f1d4b899..24a22defb 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -178,7 +178,6 @@ a.wall-item-name-link {
/* comment_item */
.comment-edit-text-empty, .comment-edit-text-full {
- float: left;
width: 100%;
}
@@ -246,3 +245,18 @@ a.wall-item-name-link {
color: #FF0000;
font-size: 1em !important;
}
+
+/* event item */
+
+.event-title h3 {
+ margin: 0px 0px 10px 0px;
+ font-weight: bold;
+}
+
+.event-description {
+ padding-bottom: 10px;
+}
+
+.event-label {
+ font-weight: bold;
+}
diff --git a/view/css/mod_events.css b/view/css/mod_events.css
index ef8a0c4f7..00dcc40f8 100644
--- a/view/css/mod_events.css
+++ b/view/css/mod_events.css
@@ -4,57 +4,7 @@
margin-bottom: -1px;
}
-#event-desc-textarea, #event-location-textarea {
- width: 400px;
-}
-
-#event-summary-text, #event-start-text, #event-finish-text {
- width: 200px;
- float: left;
-}
-
-#event-summary, #start_text {
- width: 95%;
- float: left;
-}
-
-#finish_text {
- width: 100%;
- float: left;
-}
-
-
-#event-category-wrap {
- margin-top: 15px;
-}
-
-.event-cats {
- margin-top: 15px;
-}
-
.bootstrap-tagsinput {
width: 100%;
+ padding: 6px 12px;
}
-
-
-.required {
- float: left;
- cursor: default;
-}
-
-#event-datetime-break {
- clear: both;
-}
-
-#event-nofinish-break {
- margin-bottom: 10px;
-}
-
-#event-desc-text, #event-location-text, .event-form-location-end {
- margin-top: 15px;
-}
-
-#event-edit-preview-btn {
- margin-right: 15px;
-}
-