small update: integrated webserver in the main.go, small frontend changes, not finished relation loops bug fix

This commit is contained in:
arnaucode
2017-08-17 13:51:02 +02:00
parent ff774543e8
commit 88fb44d965
10 changed files with 53 additions and 23 deletions

View File

@@ -32,8 +32,13 @@
/* sidebar */
.o_sidebar a{
color: white;
padding: 10px;
}
.o_sidebar a:hover{
background: #9E9E9E!important;
color: white;
}
.o_sidebarIcon{
font-size: 180%;
margin-right: 10px;
}