github.com/aitjcize/Overlord@v0.0.0-20240314041920-104a804cf5e8/overlord/app/factoryinstall/css/style.css (about) 1 html, body, #main { 2 width: 100%; 3 height: 100%; 4 overflow-x: hidden; 5 } 6 7 .ctrl-btn-group { 8 position: absolute; 9 right: 3px; 10 top: 3px; 11 } 12 13 .ctrl-btn { 14 margin: 0px 2px; 15 } 16 17 .client-box { 18 margin: 0px 15px; 19 height: 90%; 20 overflow-x: hidden; 21 overflow-y: auto; 22 position: relative; 23 } 24 25 .client-info { 26 vertical-align: top; 27 margin: 5px; 28 display: inline-block; 29 margin-bottom: 5px !important; 30 } 31 32 .client-info-tag-container { 33 display: inline-block; 34 } 35 36 .client-info-tag { 37 margin: 0px; 38 cursor: pointer; 39 } 40 41 .app-window { 42 display: none; 43 position: fixed !important; 44 } 45 46 .panel-body { 47 padding: 10px !important; 48 }