1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2013-08-13 23:46:06 +02:00
parent 47300cabf4
commit a717df5cf4
1 changed files with 6 additions and 2 deletions

View File

@ -226,7 +226,7 @@ table.dataTable thead th {
.pagination ul > li > a, .pagination ul > li > span {
cursor:pointer;
border-width:0 0 0 1px;
border-width:0 0 0 0px;
}
/*
@ -373,7 +373,7 @@ table.dataTable thead th {
#filterHeader button {
float: right;
margin-top: 1px;
margin-left: 10px !important;
margin-left: 5px !important;
}
#addFilterItem {
@ -428,6 +428,10 @@ table.dataTable thead th {
border-radius: 0 !important;
}
#documentsToolbarF a {
margin-left: 5px;
}
#documentsToolbar ul {
margin-left: 0 !important;
padding-left: 0!important;