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