Updated css name

This commit is contained in:
laf
2015-04-08 21:40:35 +01:00
parent b79b0b0d8f
commit 7bc5426f45
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1606,6 +1606,7 @@ tr.search:nth-child(odd) {
height: 600px;
}
.full-width {
.75pc-width {
display:block;
width: 75%;
}
+1 -1
View File
@@ -149,7 +149,7 @@ var grid = $("#devices").bootgrid({
columnSelection: false,
formatters: {
"status": function(column,row) {
return "<h4><span class='label label-"+row.extra+" full-width'>" + row.msg + "</span></h4>";
return "<h4><span class='label label-"+row.extra+" 75pc-width'>" + row.msg + "</span></h4>";
}
},
templates: {