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:
parent
8833f4462e
commit
a1ccb9c42a
6 changed files with 274 additions and 82 deletions
|
@ -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----*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue