]> git.somenet.org - fsinf/pub/w2c.git/blob - jquery.dataTables.min.css
change textfield sizes
[fsinf/pub/w2c.git] / jquery.dataTables.min.css
1 .dataTables_wrapper .dataTables_filter {
2   float: right;
3   text-align: right;
4 }
5 .dataTables_wrapper .dataTables_filter input {
6   margin-left: 0.5em;
7 }
8 .dataTables_wrapper .dataTables_filter{
9   color: #333;
10 }
11 @media screen and (max-width: 640px) {
12   .dataTables_wrapper .dataTables_filter {
13     float: none;
14     text-align: center;
15   }
16   .dataTables_wrapper .dataTables_filter {
17     margin-top: 0.5em;
18   }
19 }