14 lines
299 B
CSS
14 lines
299 B
CSS
/* 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;
|
|
}
|
|
|
|
form div.form-group > div > input.form-control {
|
|
display: inline-block;
|
|
width: 49%;
|
|
}
|