mirror of https://gitee.com/bigwinds/arangodb
css
This commit is contained in:
parent
47300cabf4
commit
a717df5cf4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue