MediaWiki:Gadget-GeoBox.css: различия между версиями
Перейти к навигации
Перейти к поиску
Содержимое удалено Содержимое добавлено
м . |
Putnik (обсуждение | вклад) ещё вертикально выровняем, а то иногда табы странно себя ведут |
||
(не показаны 3 промежуточные версии 2 участников) | |||
Строка 1: | Строка 1: | ||
.t-geoinfobox-map-p ul { |
|||
display: flex; |
|||
align-items: flex-end; |
|||
margin-bottom: -5px !important; |
|||
} |
|||
.t-geoinfobox-map-p ul li { |
.t-geoinfobox-map-p ul li { |
||
width: 50%; |
width: 50%; |
||
float: left; |
|||
} |
} |
||
Строка 12: | Строка 17: | ||
width: 100%; |
width: 100%; |
||
padding: 0.25em; |
padding: 0.25em; |
||
margin- |
margin-top: 0; |
||
margin- |
margin-bottom: 0; |
||
border-radius: 2px 2px 0 0; |
border-radius: 2px 2px 0 0; |
||
border-bottom: none !important; |
|||
} |
} |
||
.t-geoinfobox-map-p .mw-ui-quiet { |
.t-geoinfobox-map-p .mw-ui-quiet { |
||
border: 1px solid transparent; |
border: 1px solid transparent !important; |
||
border-bottom: none !important; |
|||
} |
} |
Текущая версия от 12:54, 4 декабря 2021
.t-geoinfobox-map-p ul {
display: flex;
align-items: flex-end;
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;
}