-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:
Ingo Schommer 2007-09-16 15:02:18 +00:00
parent b456ca5829
commit 51f02e506b
3 changed files with 43 additions and 0 deletions

View File

@ -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 {
position: relative;
width: auto;
float: right;
}
.right form ul.optionset {
padding: 0;
@ -837,4 +839,45 @@ div.CommentFilter {
{
position: relative;
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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B