Translation update (#280)

* update translation

* add css
This commit is contained in:
brindosch
2016-10-27 23:42:24 +02:00
committed by redPanther
parent fab0c208fe
commit 33c91f73e3
16 changed files with 177 additions and 98 deletions

View File

@@ -56,6 +56,29 @@ table.borderless td,table.borderless th{border: none !important;}
margin-bottom: 0;
}
/*Modal icons*/
.modal-icon-check{
background-color:#71c341;
padding:30px;
border-radius: 60px;
color:white;
font-size:50px !important;
}
.modal-icon-warning{
background-color:#f7c44a;
padding:30px;
border-radius: 60px;
color:white;
font-size:50px !important;
}
.modal-icon-error{
background-color:#d1322e;
padding:30px;
border-radius: 60px;
color:white;
font-size:50px !important;
}
.overlay {
background-image: url('/img/hyperion/hyperionwhitelogo.png');
background-repeat: no-repeat;