Fix some additional table styling inconsistencies.

pull/3/head
Dave Page 2016-12-19 14:26:20 +00:00
parent ef5b8fe603
commit d3862eef3f
3 changed files with 4 additions and 3 deletions

View File

@ -555,6 +555,7 @@ fieldset[disabled] .form-control {
.backgrid.presentation td.renderable {
padding: 3px;
font-size: 12px;
}
.backgrid:not(.presentation) td.renderable:not(.editable):not(.delete-cell) {

View File

@ -125,8 +125,8 @@
}
.btn-circle {
width: 20px;
height: 20px;
width: 16px;
height: 16px;
text-align: center;
padding: 0;
font-size: 10px;

View File

@ -999,7 +999,7 @@ define(
var grid = self.history_grid = new Backgrid.Grid({
columns: columnsColl,
collection: history_collection,
className: "backgrid table-bordered"
className: "backgrid table-bordered presentation table backgrid-striped"
});
// Render the grid