update webui (#180)

This commit is contained in:
brindosch
2016-08-16 00:20:31 +02:00
committed by GitHub
parent 8e8c21fa3b
commit c00edfb658
9 changed files with 165 additions and 72 deletions

View File

@@ -1,10 +1,10 @@
/**General**/
/**General**/
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Regular.woff") format('woff'),
url("../fonts/Roboto-Regular.ttf") format('ttf');
}
body{font-family:Roboto;font-size:15px;}
body{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;}
/*Header*/
.navbar-brand{padding: 5px;height:90px;}
@@ -18,6 +18,10 @@ body{font-family:Roboto;font-size:15px;}
/*Panels*/
.panel-heading{font-size:18px;}
/*Dashboard*/
.component-on{color:green;}
.component-off{color:grey;}
/*Colorpicker 2x*/
.colorpicker-2x .colorpicker-saturation {width: 200px;height: 200px;}
.colorpicker-2x .colorpicker-hue,.colorpicker-2x .colorpicker-alpha {width: 30px;height: 200px;}