mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
-This line, and those below, will be ignored--
m branches/gsoc) A images/pagination/previousArrow.png A images/pagination/nextArrow.png M css/cms_right.css git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42079 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b456ca5829
commit
51f02e506b
@ -83,7 +83,9 @@ html>body .right form textarea.htmleditor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.right form input.checkbox, .right form .optionset input, .right form .htmleditor select, .right form input.action {
|
.right form input.checkbox, .right form .optionset input, .right form .htmleditor select, .right form input.action {
|
||||||
|
position: relative;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
.right form ul.optionset {
|
.right form ul.optionset {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -838,3 +840,44 @@ div.CommentFilter {
|
|||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#Pagination {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
#Pagination a {
|
||||||
|
font-size: 14px;
|
||||||
|
width: 1px;
|
||||||
|
heigth: 1px;
|
||||||
|
margin: 1px;
|
||||||
|
}
|
||||||
|
#Pagination span {
|
||||||
|
|
||||||
|
display: inline;
|
||||||
|
color: red;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
#Pagination div {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
#Pagination_Next a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
#Pagination_Next a div {
|
||||||
|
position: relative;
|
||||||
|
left: -20px;
|
||||||
|
}
|
||||||
|
#Pagination_Next a img {
|
||||||
|
position: relative;
|
||||||
|
top: -15px;
|
||||||
|
left: 5px;
|
||||||
|
}
|
||||||
|
#Pagination_Previous a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
#Pagination_Previous a img {
|
||||||
|
position: relative;
|
||||||
|
top: -15px;
|
||||||
|
left: 35px;
|
||||||
|
}
|
BIN
images/pagination/nextArrow.png
Normal file
BIN
images/pagination/nextArrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 371 B |
BIN
images/pagination/previousArrow.png
Normal file
BIN
images/pagination/previousArrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 367 B |
Loading…
Reference in New Issue
Block a user