Remove responsive datatables plugin - use normal media queries.

Set datatables stateSave to true as default
Remove some old images.
Change button on edit user modal
This commit is contained in:
Tim
2015-07-20 01:16:43 +02:00
parent 63f45d285d
commit b8f2ea951d
26 changed files with 145 additions and 1141 deletions

View File

@@ -84,6 +84,7 @@ ul.ColVis_collection li {
right: 0;
display: block;
float: none;
padding: 0;
}
ul.ColVis_collection li {
@@ -120,4 +121,10 @@ div.ColVis_catcher {
.disabled {
color: #999;
}
ul.ColVis_collection label {
display: block;
padding: 0.5em;
cursor: pointer;
}