SAAS-1102 - fix datatables pagination layout issues

This commit is contained in:
Duncan Sommerville 2015-09-30 11:24:29 -04:00
parent efa3999041
commit 258500f650
4 changed files with 12 additions and 19 deletions

View file

@ -42,13 +42,6 @@
}
}
@media screen and (max-width: 1260px) {
#library_display_length > label {
/* Hacky, but datatables dumps the select inside the label for some reason... */
font-size: 0 !important;
}
}
@media screen and (max-width: 1200px) {
.wrapper {
-webkit-flex-flow: column !important;

View file

@ -981,7 +981,7 @@ div.blockOverlay {
font-size:12px;
font-weight:normal;
padding: 0.2em 1em;
margin-right:3px;
margin-right:0;
}
.dataTables_filter input {
background: url("images/search_auto_bg.png") no-repeat scroll 0 0 #DDDDDD;