Changeset 6743
- Timestamp:
- 11/19/2017 11:45:01 PM (7 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bbpress.php
r6737 r6743 204 204 /** Versions **********************************************************/ 205 205 206 $this->version = '2.6-rc-67 36';206 $this->version = '2.6-rc-6742'; 207 207 $this->db_version = '262'; 208 208 -
trunk/src/templates/default/css/bbpress.css
r6737 r6743 37 37 overflow: hidden; 38 38 font-size: 12px; 39 line-height: 18px; 39 40 } 40 41 … … 43 44 box-shadow: none; 44 45 border: none; 46 transition: none; 45 47 } 46 48 … … 545 547 background-color: #dfd; 546 548 font-weight: 700; 547 font-size: 1 3px;549 font-size: 12px; 548 550 } 549 551 … … 573 575 background-color: #dfd; 574 576 font-weight: 700; 575 font-size: 1 3px;577 font-size: 12px; 576 578 } 577 579 … … 620 622 } 621 623 622 .bbp-pagination-links a,623 .bbp-pagination-links span.current {624 #bbpress-forums .bbp-pagination-links a, 625 #bbpress-forums .bbp-pagination-links span.current { 624 626 display: block; 625 627 float: left; 628 font-size: 12px; 629 line-height: 18px; 626 630 padding: 0 5px; 627 631 margin-left: 5px; 628 632 border: 1px solid #efefef; 633 border-radius: 0; 634 background: transparent; 635 color: inherit; 629 636 text-decoration: none; 630 }631 632 .bbp-pagination-links a:hover,633 .bbp-pagination-links span.current {634 background: #eee;635 opacity: 0.8;636 border: 1px solid #ddd;637 637 } 638 638 … … 650 650 } 651 651 652 .bbp-topic-pagination {652 #bbpress-forums .bbp-topic-pagination { 653 653 display: inline-block; 654 654 margin-left: 5px; … … 656 656 } 657 657 658 .bbp-topic-pagination a {658 #bbpress-forums .bbp-topic-pagination a { 659 659 font-size: 10px; 660 660 line-height: 10px; 661 661 padding: 1px 3px; 662 662 border: 1px solid #ddd; 663 color: inherit; 663 664 text-decoration: none; 664 665 } 665 666 667 #bbpress-forums .bbp-topic-pagination a:hover, 668 #bbpress-forums .bbp-pagination-links a:hover, 669 #bbpress-forums .bbp-pagination-links span.current { 670 background: #eee; 671 opacity: 0.8; 672 border: 1px solid #ddd; 673 } 666 674 667 675 /* =Forms
Note: See TracChangeset
for help on using the changeset viewer.