Big update for neo theme (and a couple wee fixes for rebase).

This commit is contained in:
Samantha Doherty
2011-03-10 18:05:04 -05:00
parent 24d0094192
commit b07227b9d2
6 changed files with 427 additions and 175 deletions

View File

@@ -928,7 +928,7 @@ outline:none;
text-indent:-9999px;
}
.pagination {
#pagination {
background-color: #f2f2f2;
clear: left;
margin-top: 20px;
@@ -936,19 +936,15 @@ text-indent:-9999px;
height: 1em;
}
.pagination dt {
display: none;
}
.pagination li {
#pagination li {
display: inline;
}
.pagination .nav_prev {
#pagination .nav_prev {
float: left;
}
.pagination .nav_next {
#pagination .nav_next {
float: right;
}
@@ -1737,7 +1733,7 @@ body.realtime-popup {
right: 70px;
}
.realtime-popup .form_notice .notice_data-geo_wrap label, .form_notice .notice_data-geo_wrap input {
.realtime-popup .form_notice .notice_data-geo_wrap label, .realtime-popup .form_notice .notice_data-geo_wrap input {
right: 2px;
}
@@ -1763,8 +1759,8 @@ body.realtime-popup {
.notice-options .notice_delete,
.notice-options form.form_repeat input.submit,
#new_group a,
.pagination .nav_prev a,
.pagination .nav_next a,
#pagination .nav_prev a,
#pagination .nav_next a,
button.close,
.form_group_leave input.submit,
.form_user_unsubscribe input.submit,
@@ -1940,12 +1936,12 @@ background-position:0 -1054px;
background-position: 0 -1846px;
}
.pagination .nav_prev a {
#pagination .nav_prev a {
padding-top: 8px;
padding-left: 25px;
background-position:0 -187px;
}
.pagination .nav_next a {
#pagination .nav_next a {
padding-top: 9px;
padding-right: 25px;
background-position: 115% -252px;