Merge pull request #788 from laf/label-width

Fixed label width on devices screen
This commit is contained in:
Daniel Preussker
2015-04-12 19:04:46 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1606,7 +1606,7 @@ tr.search:nth-child(odd) {
height: 600px; height: 600px;
} }
.75pc-width { .threeqtr-width {
display:block; display:block;
width: 75%; width: 75%;
} }
+1 -1
View File
@@ -149,7 +149,7 @@ var grid = $("#devices").bootgrid({
columnSelection: false, columnSelection: false,
formatters: { formatters: {
"status": function(column,row) { "status": function(column,row) {
return "<h4><span class='label label-"+row.extra+" 75pc-width'>" + row.msg + "</span></h4>"; return "<h4><span class='label label-"+row.extra+" threeqtr-width'>" + row.msg + "</span></h4>";
} }
}, },
templates: { templates: {