1
0
Fork 0

coll pagination style

This commit is contained in:
Heiko Kernbach 2013-02-26 14:57:10 +01:00
parent 787c38b715
commit 7168cc3b66
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,12 @@
#collectionPrev, #collectionNext{
cursor: pointer;
}
.disabledPag, .disabledPag a{
opacity: 0.5 !important;
cursor: default !important;
}
#tableDiv {
margin-top: -40px;
padding: 20px 20px 20px 20px;
@ -6,7 +15,6 @@
z-index: 900;
}
#addDocumentLine:hover, #sourceView:hover{
cursor: pointer;
}