admin log
This commit is contained in:
25
templates/admin/default/assets/less/thelia/logger.less
Normal file
25
templates/admin/default/assets/less/thelia/logger.less
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user