Some more minor changes

This commit is contained in:
Jonathan Wong 2016-01-16 19:27:40 -08:00
parent 35528ef602
commit 3c1290e8fd
5 changed files with 18 additions and 7 deletions

View file

@ -73,7 +73,7 @@ history_table_options = {
$(td).html(cellData);
}
},
"width": "7%",
"width": "9%",
"className": "no-wrap hidden-xs"
},
{
@ -95,7 +95,7 @@ history_table_options = {
$(td).html('n/a');
}
},
"width": "7%",
"width": "8%",
"className": "no-wrap hidden-md hidden-sm hidden-xs modal-control-ip"
},
{
@ -106,7 +106,7 @@ history_table_options = {
$(td).html(cellData);
}
},
"width": "7%",
"width": "10%",
"className": "no-wrap hidden-md hidden-sm hidden-xs modal-control"
},
{