MediaWiki:Gadget-GeoBox.css: различия между версиями
Перейти к навигации
Перейти к поиску
Содержимое удалено Содержимое добавлено
Putnik (обсуждение | вклад) переделал на flex |
Putnik (обсуждение | вклад) м !important |
||
Строка 1: | Строка 1: | ||
.t-geoinfobox-map-p ul { |
.t-geoinfobox-map-p ul { |
||
display: flex; |
display: flex; |
||
margin-bottom: -5px; |
margin-bottom: -5px !important; |
||
} |
} |
||
Версия от 12:51, 4 декабря 2021
.t-geoinfobox-map-p ul {
display: flex;
margin-bottom: -5px !important;
}
.t-geoinfobox-map-p ul li {
width: 50%;
}
.t-geoinfobox-map-p ul li a {
font-size: 90%;
text-decoration: none;
}
.t-geoinfobox-map-p .mw-ui-button {
width: 100%;
padding: 0.25em;
margin-top: 0;
margin-bottom: 0;
border-radius: 2px 2px 0 0;
border-bottom: none !important;
}
.t-geoinfobox-map-p .mw-ui-quiet {
border: 1px solid transparent !important;
border-bottom: none !important;
}