1
0
Fork 0

changed css docs view

This commit is contained in:
Heiko Kernbach 2013-07-24 16:50:46 +02:00
parent 8e3e7ac5dc
commit 2c0951caed
2 changed files with 10 additions and 5 deletions

View File

@ -344,6 +344,3 @@ input[type="radio"]:checked + label span {
width: 100% !important;
}
#filterHeader input, #filterHeader select, #filterHeader button {
margin-bottom: 6px;
}

View File

@ -387,6 +387,14 @@ table.dataTable thead th {
margin-left: 5px;
}
#addFilterItem i { {
margin-bottom: 20px !important;
#addFilterItem i {
margin-top: -5px !important;
}
#filterHeader input, #filterHeader select, #filterHeader button {
}
#filterHeader select {
margin-left: 10px !important;
margin-right: 10px !important;
}