Changeset 4623
- Timestamp:
- 12/21/2012 08:20:43 PM (13 years ago)
- Location:
- trunk/templates/default/css
- Files:
-
- 2 edited
-
bbpress-rtl.css (modified) (2 diffs)
-
bbpress.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/css/bbpress-rtl.css
r4620 r4623 472 472 .bbp-pagination-count { 473 473 float: right; 474 } 474 border: 1px solid transparent; 475 } 476 475 477 .bbp-pagination-links { 476 478 float: left; 477 } 479 list-style: none; 480 display: inline; 481 } 482 .bbp-pagination-links a, 483 .bbp-pagination-links span.current { 484 display: block; 485 float: right; 486 padding: 0px 5px; 487 margin-right: 5px; 488 border: 1px solid #efefef; 489 text-decoration: none; 490 } 491 .bbp-pagination-links a:hover, 492 .bbp-pagination-links span.current { 493 background: #eee; 494 opacity: 0.8; 495 border: 1px solid #ddd; 496 } 497 498 .bbp-pagination-links span.dots { 499 display: block; 500 float: right; 501 padding: 1px 4px; 502 margin-right: 5px; 503 } 504 478 505 .bbp-pagination { 479 506 float: right; … … 494 521 text-decoration: none; 495 522 } 523 496 524 497 525 /* =Forms -
trunk/templates/default/css/bbpress.css
r4620 r4623 474 474 .bbp-pagination-count { 475 475 float: left; 476 } 476 border: 1px solid transparent; 477 } 478 477 479 .bbp-pagination-links { 478 480 float: right; 479 } 481 list-style: none; 482 display: inline; 483 } 484 .bbp-pagination-links a, 485 .bbp-pagination-links span.current { 486 display: block; 487 float: left; 488 padding: 0px 5px; 489 margin-left: 5px; 490 border: 1px solid #efefef; 491 text-decoration: none; 492 } 493 .bbp-pagination-links a:hover, 494 .bbp-pagination-links span.current { 495 background: #eee; 496 opacity: 0.8; 497 border: 1px solid #ddd; 498 } 499 500 .bbp-pagination-links span.dots { 501 display: block; 502 float: left; 503 padding: 1px 4px; 504 margin-left: 5px; 505 } 506 480 507 .bbp-pagination { 481 508 float: left; … … 496 523 text-decoration: none; 497 524 } 525 498 526 499 527 /* =Forms
Note: See TracChangeset
for help on using the changeset viewer.