Anonym

MediaWiki:Mobile.css: Forskelle mellem versioner

Fra AarhusWiki
655 bytes tilføjet ,  23. november 2023
ingen redigeringsopsummering
No edit summary
Tag: Tilbagerullet
No edit summary
 
(14 mellemliggende versioner af den samme bruger vises ikke)
Linje 1: Linje 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */


/* Remove welcome-message from Mainpage */
/* Remove welcome-message from Mainpage */
Linje 40: Linje 39:
     display: block;
     display: block;
     width: 100%;
     width: 100%;
}
.building_template  {
    float: right !important;
    border: 2px groove black !important;
    width: 100% !important;
    padding: 10px !important;
    display: table !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    background-color: #f7f7f7 !important;
}
#map_leaflet_1 {
    width: 100% !important;
    height: 180px !important;
    background-color: rgb(238, 238, 238) !important;
    overflow: hidden !important;
    position: relative !important;
    min-width: 100% !important;
}
.building_template td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
}