/* TODO(thestig) make mainview float rather than fixed */ body { font-size: 100%; -webkit-user-select: none; background-color: #5d626c; display: -webkit-box; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; } #settings-title { -webkit-padding-end: 24px; padding-top: 1em; padding-bottom: 1em; text-align: end; font-size: 125%; font-weight: normal; color: #53627d; } #navbar-container { background-color: #f8fafd; position: relative; width: 300px; z-index: 2; } #destination-container { background-color: #ffffff; padding: 10px; } #destination-container > h1 { font-size: 100%; margin: 0; } #options-container{ padding: 10px; } #mainview { -webkit-box-align: stretch; background: -webkit-gradient(linear, left top, right top, from(#a4a4a4), color-stop(0.02, #cccccc), color-stop(0.98, #cccccc), to(#5d626c)); position: relative; z-index: 1; width: 640px; padding: 10px 24px; } .hidden { display: none; } select { margin: 0; } .link-button { background-color: transparent; border: none; color: blue; cursor: pointer; text-decoration: underline; padding: 0; } .text-button { background-color: transparent; border-color: transparent; padding: 0; }