CC-1986: Configurable columns for media search

- Upgraded ColVis plugin to 1.7, as this one contains some bug-fix that we need
- Added CSS file for ColVis plugin, so that we don't have to modify the plugin code
- Added the Configure Columns UI code
This commit is contained in:
Yuchen Wang 2012-01-08 10:33:11 -05:00
parent 8833f4462e
commit a1ccb9c42a
6 changed files with 274 additions and 82 deletions

View file

@ -623,13 +623,16 @@ dl.inline-list dd {
vertical-align: top;
}
.library_toolbar .ui-button {
.ColVis.TableTools .ui-button {
height: 21px;
}
.library_toolbar .ui-button, .ColVis.TableTools .ui-button {
float: right;
text-align:center;
font-size:12px;
font-weight:normal;
padding: 0.2em 1em;
margin: 0.5em 0.2em;
margin: 0.5em 0.2em -0.5em 0.2em;
}
/*----END Data Table----*/