Skip to content

Commit 4f7e980

Browse files
committed
chore: cleanup of unused css
1 parent 34cc25d commit 4f7e980

File tree

1 file changed

+15
-37
lines changed

1 file changed

+15
-37
lines changed

views/default/event_manager/site.css

Lines changed: 15 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
}
1414

1515
.event-manager-header {
16-
1716
display: flex;
1817
flex-direction: row;
1918
flex-wrap: wrap;
@@ -102,12 +101,6 @@
102101

103102
.event_manager_event_edit_date {
104103
width: 100px;
105-
height: 20px;
106-
}
107-
108-
.event-manager-event-view-level {
109-
display: flex;
110-
flex-wrap: wrap;
111104
}
112105

113106
.event-manager-align-bottom {
@@ -120,40 +113,30 @@
120113
}
121114

122115
/* Event listing */
123-
.event_manager_event_view_owner {
124-
color: #808080;
125-
font-size: 11px;
126-
border-bottom: 1px solid #CCCCCC;
127-
padding: 0 0 2px;
128-
}
129-
130116
.event_manager_event_list_icon {
131117
text-align: center;
132118
width: 40px;
133119
padding: 1px;
134120

135-
background: #4787b8;
121+
background: #0078ac;
136122
border: 1px solid rgba(0, 0, 0, 0.2);
137123
border-radius: 3px;
138124
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
139-
140-
-webkit-box-sizing: border-box;
141-
-moz-box-sizing: border-box;
142125
box-sizing: border-box;
143-
}
144-
145-
.event_manager_event_list_icon_day {
146-
font-size: 15px;
147-
font-weight: bold;
148-
line-height: 23px;
149-
background: #FFFFFF;
150-
border-radius: 0 0 2px 2px;
151-
}
152-
.event_manager_event_list_icon_month {
153-
color: #FFFFFF;
154-
font-size: 11px;
155-
line-height: 11px;
156-
padding: 2px 0;
126+
127+
.event_manager_event_list_icon_day {
128+
font-size: 15px;
129+
font-weight: bold;
130+
line-height: 23px;
131+
background: #FFFFFF;
132+
border-radius: 0 0 2px 2px;
133+
}
134+
.event_manager_event_list_icon_month {
135+
color: #FFFFFF;
136+
font-size: 11px;
137+
line-height: 11px;
138+
padding: 2px 0;
139+
}
157140
}
158141

159142
.elgg-list .elgg-item-object-event .elgg-listing-summary-content div + .elgg-menu-event-rsvp-container {
@@ -262,15 +245,10 @@
262245
}
263246
}
264247

265-
/* event copy form */
266248
.elgg-form-event-manager-event-copy {
267249
width: 600px;
268250
}
269251

270-
.leaflet-container .elgg-button {
271-
color: white; /* fix for leaflet taking over color of links */
272-
}
273-
274252
#event_manager_onthemap_canvas {
275253
height: 650px;
276254
margin-bottom: 20px;

0 commit comments

Comments
 (0)