Difference between revisions of "MediaWiki:Common.css"
From Earth Science Information Partners (ESIP)
| Line 25: | Line 25: | ||
padding: 2px 9px; | padding: 2px 9px; | ||
} | } | ||
| + | .resourceslist i { | ||
| + | width: 20px; | ||
| + | } | ||
| + | .resourceslist li { | ||
| + | list style: none !important; | ||
| + | } | ||
| + | |||
@media all and ( min-width: 576px ) { | @media all and ( min-width: 576px ) { | ||
.card-deck { | .card-deck { | ||
Revision as of 04:18, July 21, 2020
/* CSS placed here will be applied to all skins */
.read-more {
padding-left: 4rem;
background: linear-gradient(90deg, transparent, white, white, white);
margin-left: -3.4rem;
}
.ui-datepicker {
z-index: 1040 !important;
}
.pfTokens, .select2-container-multi .select2-choices {
min-width: 100% !important;
background-image: none;
}
.form-control.select2-container .select2-choices {
border: 1px solid #aaa !important;
}
.select2-search-field {
line-height: 1.3;
}
.ui-datepicker-trigger {
border: 1px solid #bbb;
border-radius: 50%;
margin-left: 4px;
padding: 2px 9px;
}
.resourceslist i {
width: 20px;
}
.resourceslist li {
list style: none !important;
}
@media all and ( min-width: 576px ) {
.card-deck {
display: flex;
flex-direction: column !important;
}
}
@media all and ( min-width: 768px ) {
.card-deck {
flex-flow: row wrap !important;
margin-right: -15px;
margin-left: -15px;
}
}