Template:Ways to Give/CountrySelect: Difference between revisions
Content deleted Content added
fix for RTL |
more cleanup |
||
Line 2:
<style>
.continent-header {
float: none !important;
padding: .2em 2em;▼
margin-bottom: 2px;▼
▲ padding: .2em 2em;
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/HW_open_arrow.svg/10px-HW_open_arrow.svg.png) no-repeat 95% center;▼
▲ outline: 0;
background-color: #eaecf0;
▲ background: url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/HW_open_arrow.svg/10px-HW_open_arrow.svg.png) no-repeat 95% center;
font-
}
.sp-dir-rtl .continent-header {
background-position: 5% center;
}
.continent-header:hover {
text-decoration: underline;
}
.country-list {
max-width: 80em;
padding: 1rem;
}
@media (min-device-width: 40em) {
.country-list {
-moz-column-width:
-webkit-column-width:
column-width:
}
}
.country-list ul {
list-style: none;
margin: 0;
}
.country-list li {
padding: 0 0 .5rem 0;
font-size: 16px;
display: inline-block;
width: 100%;
}
</style>
|