status empty Solved

This commit is contained in:
Dante
2015-05-05 11:08:15 -04:00
parent 4b03c189fd
commit 1d95ebdc15
5 changed files with 13 additions and 7 deletions

View File

@@ -49,7 +49,7 @@
}
.status-indicator-low {
background-color: #e14333;
background-color: #EA3C53;
}
.status-indicator-medium {
background-color: #fcb322;

View File

@@ -98,7 +98,7 @@
.grid-stack-item[data-gs-x="2"] { left: 16.66666667% }
.grid-stack-item[data-gs-x="1"] { left: 8.33333333% }
@media (max-width: 768px) {
@media (max-width: 1000px) {
.grid-stack-item {
position: relative !important;
width: auto !important;

View File

@@ -336,7 +336,8 @@ table.dataTable thead .sorting:after {
.panel-red .panel-heading {
border-color: #e14333;
color: #fff;
background-color: #e14333;
/*background-color: #e14333;*/
background-color: #EA3C53;
}
.panel-red a {