/* STYLE for outdoor lights control -- server * copyright: Jannik Beyerstedt | https://jannikbeyerstedt.de * license: http://www.gnu.org/licenses/gpl-3.0.txt GPLv3 License */ body { max-width: 500px; margin-bottom: 20px; } .big{ font-size: 1.25em; } table { margin-top: 1em; margin-bottom: 1em; } table tr td { vertical-align: top; } table tr>td:first-child { padding-right: 0.75em; text-align: right; } .dark { min-height: 100vh; background-color: #212121; color: #efefef; } .dark.on { background: -webkit-radial-gradient(top,#717171,#292929); background: -o-radial-gradient(top,#717171,#292929); background: -moz-radial-gradient(top,#717171,#292929); background: radial-gradient(to bottom, #717171, #292929); } form div.form-group > div > input.form-control { display: inline-block; width: 49%; }