Changeset 3588
- Timestamp:
- 11/03/2011 11:54:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/css/bbpress-rtl.css
r3564 r3588 29 29 #main table.bbp-forums, 30 30 #main table.bbp-replies { 31 table-layout: fixed; 32 width: 100%; 31 33 clear: right; 32 34 } … … 93 95 #content th.bbp-reply-author { 94 96 text-align: center; 97 width: 120px; 95 98 } 96 99 #content th.bbp-topic-content, 97 100 #content th.bbp-reply-content { 98 text-align: left;101 text-align: right; 99 102 padding: 9px 15px 9px 10px; 100 103 } … … 118 121 } 119 122 123 #content .bbp-forum-info { 124 width: 55%; 125 text-align: right; 126 } 127 120 128 #content .bbp-forum-topic-count, 121 129 #content .bbp-forum-reply-count, … … 127 135 padding: 6px 0px; 128 136 } 129 #content .bbp-topic-author, 130 #content .bbp-reply-author { 137 138 #content td.bbp-topic-author, 139 #content td.bbp-reply-author { 131 140 padding: 20px 0 20px 20px; 132 141 width: 90px; … … 134 143 vertical-align: top; 135 144 } 145 146 .bbp-topic-title { 147 width: 55%; 148 text-align: right; 149 } 150 136 151 .bbp-topic-freshness, 137 152 .bbp-forum-freshness { 138 153 text-align: center; 139 width: 2 0%;154 width: 25%; 140 155 } 141 156 … … 143 158 #content tbody .bbp-reply-content { 144 159 vertical-align: top; 145 padding: 15px 1 5px 10px 10px;160 padding: 15px 10px 10px 15px; 146 161 overflow: auto; 147 162 } … … 177 192 } 178 193 194 a.bbp-topic-permalink, 179 195 a.bbp-reply-permalink { 180 196 float: left; … … 364 380 } 365 381 382 textarea#bbp_reply_content, 383 textarea#bbp_topic_content { 384 width: 100%; 385 box-sizing: border-box; 386 -webkit-box-sizing: border-box; 387 -moz-box-sizing: border-box; 388 -ms-box-sizing: border-box; 389 } 390 366 391 .bbp-topic-form, 367 392 .bbp-reply-form, … … 572 597 573 598 .bbp-login-form .bbp-username input, 599 .bbp-login-form .bbp-email input, 574 600 .bbp-login-form .bbp-password input { 575 width: 90%;576 601 padding: 5px; 577 602 } 578 s 603 579 604 .bbp-login-form .bbp-username label, 580 605 .bbp-login-form .bbp-password label {
Note: See TracChangeset
for help on using the changeset viewer.