Web: Add update.html (#187)

* Update packages.cmake

* version.json

* Update version.json

* update webui

* add better icon spacing solution, remove changes from font awesome to keep it update secure

* fix conflict no ci

* resolve conflict no ci

* no ci
This commit is contained in:
brindosch
2016-08-20 16:52:06 +02:00
committed by GitHub
parent ceeed07e6c
commit 7435bb78a2
7 changed files with 72 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,8 @@
url("../fonts/Roboto-Regular.ttf") format('ttf');
}
body{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;}
/*icon spacing*/
.fa-fw{margin-right:5px;}
/*Header*/
.navbar-brand{padding: 5px;height:90px;}
@@ -12,9 +14,6 @@ body{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15
.dropdown{font-size:18px;}
@media (max-width: 767px) {.sidebar{margin-top:0px;}}
/*Sidebar*/
.sidebar .fa-fw{width:1.9em}
/*Panels*/
.panel-heading{font-size:18px;}