[css][xs]: make new menus in data grid a bit nicer.

This commit is contained in:
Rufus Pollock
2012-03-14 21:31:41 +00:00
parent f9f5be6540
commit b13bae046b
2 changed files with 6 additions and 2 deletions

View File

@@ -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%;
} }

View File

@@ -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}} \