Skip to content

Commit

Permalink
chore: cleanup of unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed Jun 20, 2024
1 parent 34cc25d commit 4f7e980
Showing 1 changed file with 15 additions and 37 deletions.
52 changes: 15 additions & 37 deletions views/default/event_manager/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
}

.event-manager-header {

display: flex;
flex-direction: row;
flex-wrap: wrap;
Expand Down Expand Up @@ -102,12 +101,6 @@

.event_manager_event_edit_date {
width: 100px;
height: 20px;
}

.event-manager-event-view-level {
display: flex;
flex-wrap: wrap;
}

.event-manager-align-bottom {
Expand All @@ -120,40 +113,30 @@
}

/* Event listing */
.event_manager_event_view_owner {
color: #808080;
font-size: 11px;
border-bottom: 1px solid #CCCCCC;
padding: 0 0 2px;
}

.event_manager_event_list_icon {
text-align: center;
width: 40px;
padding: 1px;

background: #4787b8;
background: #0078ac;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.event_manager_event_list_icon_day {
font-size: 15px;
font-weight: bold;
line-height: 23px;
background: #FFFFFF;
border-radius: 0 0 2px 2px;
}
.event_manager_event_list_icon_month {
color: #FFFFFF;
font-size: 11px;
line-height: 11px;
padding: 2px 0;
.event_manager_event_list_icon_day {
font-size: 15px;
font-weight: bold;
line-height: 23px;
background: #FFFFFF;
border-radius: 0 0 2px 2px;
}
.event_manager_event_list_icon_month {
color: #FFFFFF;
font-size: 11px;
line-height: 11px;
padding: 2px 0;
}
}

.elgg-list .elgg-item-object-event .elgg-listing-summary-content div + .elgg-menu-event-rsvp-container {
Expand Down Expand Up @@ -262,15 +245,10 @@
}
}

/* event copy form */
.elgg-form-event-manager-event-copy {
width: 600px;
}

.leaflet-container .elgg-button {
color: white; /* fix for leaflet taking over color of links */
}

#event_manager_onthemap_canvas {
height: 650px;
margin-bottom: 20px;
Expand Down

0 comments on commit 4f7e980

Please sign in to comment.