PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
apilora
/
css
/* Optional: Makes the sample page fill the window. */ html, body { height: 100%; margin: 0; padding: 0; } #deviceMap { height: 90%; margin-top: 20px; border: darkgray 5px solid; } #deviceList { overflow-y: scroll; height: 350px; } #seeder { display: none; } #mission-detail{ display: none; } .main-wrapper { height: 100%; padding-top: 50px; } .borderless td, .borderless th { border: none; } .m-l-10 { margin-left: 10px; } .m-r-10 { margin-right: 10px; } .m-10 { margin: 100px 10px; } /* MODIFICHE HARD CODED IN SEGUITO ALLE "SPECIFICHE DETTAGLIATE" DI STEFANO */ button.button_drawer{ position: fixed; top: 49%; z-index: 9999; background-color: #3077b5; border: none; color: white; text-align: center; text-decoration: none; display: inline-block; font-size: 2em; border-radius: 30px; height: 6%; width: 30px; } .fill-page{ width: 99% !important; } div.container-fluid.main-wrapper{ overflow:hidden; } nav.navbar{ max-height:50px !important; } div.main-wrapper{ padding-top:50px !important; padding-left: 0px !important; padding-right: 0px !important; } #deviceListContainer{ padding-left:0.5% !important; width:20% !important; margin-left:0px !important; height: 100% !important; padding-right: 0px !important; } #deviceMap{ width: 80% !important; width: 80%; height: 100%; border: darkgray 2px solid; margin-left: 0px !important; margin-top: 0px !important; } #trackerList{ margin-top:2%; } .nice-date-picker-body tr { height:20px !important; } .nice-date-picker-body tr td{ line-height: 20px !important; height: 20px !important; } div.lista-automezzi-container{ overflow-y: scroll; max-height:42%; padding-right: 2%; } div.calendario-automezzi-container{ height:380px; padding-right: 2%; margin-bottom: 3%; } #calendar-demo-wrapper{ margin-top:4% !important; } /* MODIFICHE HARD CODED MOBILE if(job == 'DOS') kill(me); */ @media only screen and (max-width:75em) { #deviceListContainer{ height:40% !important; width: 100% !important; display: flex; flex-direction: row; flex-wrap: nowrap; } #deviceMap{ height: 60% !important; width: 100% !important; } div.orario-container{ width: 50%; float: left; } #calendar-demo{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: baseline; align-content: stretch; width: 50%; float: right; } div.lista-automezzi-container{ height: 100% !important; width: 40% !important; } div.calendario-automezzi-container{ height: 100% !important; width: 60% !important; } #calendar-demo-wrapper{ margin-top: -7% !important; } }
[-] timepicker.css
[open]
[-] gmap.css
[open]
[-] nice-date-picker.css
[open]
[+]
..