admin log

This commit is contained in:
Etienne Roudeix
2013-10-29 16:09:50 +01:00
parent 082f9aff8d
commit a055f3b3eb
7 changed files with 222 additions and 88 deletions

View File

@@ -0,0 +1,25 @@
.logger{
margin: 20px 0px 20px 0px;
padding: 15px;
height: 400px;
overflow: scroll;
background-color: #000000;
color: #ffffff;
ul#logger-content{
margin: 0px;
padding: 0px;
li.entry{
list-style-type: none;
span.head {
color: #9acd32;
font-weight: bold;
}
span.data {
}
}
li.no-entry{
list-style-type: none;
color: #ff0000;
}
}
}

View File

@@ -15,6 +15,7 @@
@import "bootstrap-select.less";
@import "jqplot.less";
@import "dropzone.less";
@import "logger.less";
// -- Base styling ------------------------------------------------------------
@@ -295,6 +296,14 @@
width: auto;
}
.loading-block{
background: url("@{imgDir}/ajax-loader.gif") no-repeat;
margin: auto;
height: 30px;
width: 30px;
display: none;
}
.modal-backdrop .loading {
left: 50%;
top: 50%;