Skip to content

Commit

Permalink
Rename batchNavigation css class to pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
nullterminated committed Apr 15, 2012
1 parent 185f2c4 commit 827fefd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="batchNavigation"> <div class="pagination">
<webobject name = "HasBatches"> <webobject name = "HasBatches">
<h6><webobject name = "PageNumber"/></h6> <h6><webobject name = "PageNumber"/></h6>
<ul class="batchIndexes"> <ul class="batchIndexes">
Expand Down
10 changes: 5 additions & 5 deletions R2D2W Application Template/WebServerResources/css/default.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -515,23 +515,23 @@ nav.l1 a + a:before {


/*Batch Navigation */ /*Batch Navigation */


.batchNavigation { .pagination {
text-align: center; text-align: center;
} }


.batchNavigation h6 { .pagination h6 {
font-style: normal; font-style: normal;
} }


.batchNavigation ul { .pagination ul {
white-space: nowrap; white-space: nowrap;
} }


.batchNavigation ul li { .pagination ul li {
display: inline; display: inline;
} }


.batchNavigation a { .pagination a {
display: inline-block; display: inline-block;
border: 1px solid; border: 1px solid;
padding: 1em; padding: 1em;
Expand Down

0 comments on commit 827fefd

Please sign in to comment.