[css][xs]: make new menus in data grid a bit nicer.
This commit is contained in:
parent
f9f5be6540
commit
b13bae046b
@ -72,6 +72,11 @@
|
||||
* Data Table
|
||||
*********************************************************/
|
||||
|
||||
.data-table .btn-group .dropdown-toggle {
|
||||
padding: 1px 3px;
|
||||
line-height: auto;
|
||||
}
|
||||
|
||||
.data-table-container {
|
||||
overflow: auto;
|
||||
height: 550px;
|
||||
@ -79,7 +84,6 @@
|
||||
|
||||
.data-table {
|
||||
border: 1px solid #ccc;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@ -157,7 +157,7 @@ my.DataGrid = Backbone.View.extend({
|
||||
// ======================================================
|
||||
// #### Templating
|
||||
template: ' \
|
||||
<table class="data-table table-striped" cellspacing="0"> \
|
||||
<table class="data-table table-striped table-condensed" cellspacing="0"> \
|
||||
<thead> \
|
||||
<tr> \
|
||||
{{#notEmpty}} \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user