mirror of https://gitee.com/bigwinds/arangodb
css fixes
This commit is contained in:
parent
288b9bdb49
commit
15ec5c933f
|
@ -234,12 +234,16 @@ table.dataTable thead th {
|
||||||
color:#666666;
|
color:#666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-backward, .icon-forward {
|
.icon-backward, .icon-forward, .icon-step-backward, .icon-step-forward {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
left:10px;
|
left:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prePagi {
|
||||||
|
margin-right: -5px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
border-radius:0;
|
border-radius:0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -274,8 +274,8 @@ var documentsView = Backbone.View.extend({
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
target.pagination(options);
|
target.pagination(options);
|
||||||
$('#documentsToolbarF').prepend('<ul><li><a id="documents_first"><i class="icon icon-step-backward"></i></a></li></ul>');
|
$('#documentsToolbarF').prepend('<ul class="prePagi"><li><a id="documents_first"><i class="icon icon-step-backward"></i></a></li></ul>');
|
||||||
$('#documentsToolbarF').append('<ul><li><a id="documents_last"><i class="icon icon-step-forward"></i></a></li></ul>');
|
$('#documentsToolbarF').append('<ul class="lasPagi"><li><a id="documents_last"><i class="icon icon-step-forward"></i></a></li></ul>');
|
||||||
$('#documentsToolbarF2').append('<a>Total: ' + this.documentsCount + ' documents</a>');
|
$('#documentsToolbarF2').append('<a>Total: ' + this.documentsCount + ' documents</a>');
|
||||||
},
|
},
|
||||||
breadcrumb: function () {
|
breadcrumb: function () {
|
||||||
|
|
Loading…
Reference in New Issue