Ticket #2486: 2486.2.diff
File 2486.2.diff, 19.6 KB (added by , 11 years ago) |
---|
-
templates/default/css/bbpress-rtl.css
15 15 padding-left: 0; 16 16 border-left: 0; 17 17 } 18 18 19 #bbpress-forums ul.bbp-threaded-replies { 19 20 margin-right: 50px; 20 21 margin-left: 0; 21 22 } 23 22 24 li.bbp-forum-info, 23 25 li.bbp-topic-title { 24 26 float: right; 25 27 text-align: right; 26 28 } 29 27 30 li.bbp-forum-topic-count, 28 31 li.bbp-topic-voice-count, 29 32 li.bbp-forum-reply-count, … … 30 33 li.bbp-topic-reply-count { 31 34 float: right; 32 35 } 36 33 37 li.bbp-forum-freshness, 34 38 li.bbp-topic-freshness { 35 39 float: right; 36 40 } 41 37 42 #bbpress-forums div.bbp-topic-author a.bbp-author-name, 38 43 #bbpress-forums div.bbp-reply-author a.bbp-author-name { 39 44 clear: right; 40 45 } 46 41 47 li.bbp-header div.bbp-topic-content span#subscription-toggle, 42 48 li.bbp-header div.bbp-topic-content span#favorite-toggle, 43 49 li.bbp-header div.bbp-reply-content span#subscription-toggle, … … 44 50 li.bbp-header div.bbp-reply-content span#favorite-toggle { 45 51 float: left; 46 52 } 53 47 54 #bbpress-forums div.bbp-forum-author, 48 55 #bbpress-forums div.bbp-topic-author, 49 56 #bbpress-forums div.bbp-reply-author { 50 57 float: right; 51 58 } 59 52 60 #bbpress-forums li.bbp-header .bbp-search-author, 53 61 #bbpress-forums li.bbp-footer .bbp-search-author, 54 62 #bbpress-forums li.bbp-header .bbp-forum-author, … … 59 67 #bbpress-forums li.bbp-footer .bbp-reply-author { 60 68 float: right; 61 69 } 70 62 71 #bbpress-forums li.bbp-header .bbp-search-content, 63 72 #bbpress-forums li.bbp-footer .bbp-search-content, 64 73 #bbpress-forums li.bbp-header .bbp-forum-content, … … 72 81 margin-left: 0; 73 82 } 74 83 84 75 85 /* =Topic and reply content 76 86 -------------------------------------------------------------- */ 77 87 … … 93 103 text-align: left; 94 104 margin-left: 0; 95 105 } 106 96 107 #bbpress-forums div#bbp-cancel-reply-to { 97 108 text-align: left; 98 109 } 99 110 111 100 112 /* =Breadcrumb and Tags 101 113 -------------------------------------------------------------- */ 102 114 … … 110 122 #bbpress-forums #bbp-search-form { 111 123 clear: right; 112 124 } 125 113 126 #bbpress-forums div.bbp-search-form { 114 127 float: left; 115 128 } 116 129 130 117 131 /* =Admin Links 118 132 -------------------------------------------------------------- */ 119 133 … … 120 134 span.bbp-admin-links { 121 135 float: left; 122 136 } 137 123 138 fieldset span.bbp-admin-links { 124 139 float: right; 125 140 } 141 126 142 .bbp-forum-header a.bbp-forum-permalink, 127 143 .bbp-topic-header a.bbp-topic-permalink, 128 144 .bbp-reply-header a.bbp-reply-permalink { … … 131 147 float: left; 132 148 } 133 149 150 134 151 /* =Pagination 135 152 -------------------------------------------------------------- */ 136 153 … … 137 154 .bbp-pagination-count { 138 155 float: right; 139 156 } 157 140 158 .bbp-pagination-links { 141 159 float: left; 142 160 } 161 143 162 .bbp-pagination-links a, 144 163 .bbp-pagination-links span.current { 145 164 margin-right: 5px; … … 146 165 margin-left: 0; 147 166 float: right; 148 167 } 168 149 169 .bbp-pagination-links span.dots { 150 170 margin-right: 5px; 151 171 margin-left: 0; 152 172 float: right; 153 173 } 174 154 175 .bbp-pagination { 155 176 float: right; 156 177 } 178 157 179 .bbp-topic-pagination { 158 180 margin-right: 5px; 159 181 margin-left: 0; 160 182 } 161 183 184 162 185 /* =Forms 163 186 -------------------------------------------------------------- */ 164 187 … … 165 188 #bbpress-forums fieldset.bbp-form { 166 189 clear: right; 167 190 } 191 168 192 #bbpress-forums fieldset.bbp-forum-form-attributes { 169 193 margin-right: 25px; 170 194 margin-left: 25px; 171 195 float: left; 172 196 } 197 173 198 .bbp-topic-form, 174 199 .bbp-reply-form, 175 200 .bbp-topic-tag-form { 176 201 clear: right; 177 202 } 203 178 204 body.topic-edit .bbp-topic-form div.avatar img, 179 205 body.reply-edit .bbp-reply-form div.avatar img, 180 206 body.single-forum .bbp-topic-form div.avatar img, … … 181 207 body.single-reply .bbp-reply-form div.avatar img { 182 208 margin-left: 0; 183 209 } 210 184 211 #bbpress-forums div.bbp-topic-tags { 185 212 float: left; 186 213 } 214 187 215 div.bbp-submit-wrapper { 188 216 float: left; 189 217 } … … 196 224 margin: 0 0 0 2px; 197 225 } 198 226 227 199 228 /* =Edit User 200 229 -------------------------------------------------------------- */ 201 230 … … 203 232 float: right; 204 233 clear: right; 205 234 } 235 206 236 #bbpress-forums #bbp-your-profile fieldset label[for] { 207 237 padding: 5px 5px 5px 20px; 208 238 text-align: left; 209 239 float: right; 210 240 } 241 211 242 #bbpress-forums #bbp-your-profile fieldset dl label[for] { 212 243 text-align: right; 213 244 } 245 214 246 #bbpress-forums #bbp-your-profile fieldset span.description { 215 247 float: right; 216 248 clear: right; 217 249 } 250 218 251 #bbpress-forums #bbp-your-profile fieldset fieldset.password span.description { 219 252 margin-right: 0; 220 253 } 254 221 255 #bbpress-forums #bbp-your-profile fieldset.submit button { 222 256 float: left; 223 257 } 224 258 259 225 260 /* =Widgets 226 261 -------------------------------------------------------------- */ 227 262 … … 228 263 .bbp-login-form .bbp-submit-wrapper { 229 264 text-align: left; 230 265 } 266 231 267 .bbp-login-form .bbp-login-links a { 232 268 float: right; 233 269 clear: right; 234 270 } 271 235 272 .bbp-logged-in img.avatar { 236 273 margin: 0 0 0 15px; 237 274 float: right; 238 275 } 239 276 277 240 278 /* =Avatars 241 279 -------------------------------------------------------------- */ 242 280 … … 244 282 float: left; 245 283 } 246 284 285 247 286 /* =BuddyPress Activity Streams 248 287 -------------------------------------------------------------- */ 249 288 … … 264 303 #bbpress-forums #bbp-user-wrapper { 265 304 float: right; 266 305 } 306 267 307 #bbpress-forums #bbp-single-user-details { 268 308 float: right; 269 309 } 310 270 311 #bbpress-forums #bbp-single-user-details #bbp-user-description { 271 312 margin-right: 180px; 272 313 margin-left: 0; 273 314 } 315 274 316 #bbpress-forums #bbp-user-body { 275 317 margin-right: 180px; 276 318 margin-left: 0; 277 319 } 278 320 321 279 322 /*-------------------------------------------------------------- 280 323 Media Queries 281 324 --------------------------------------------------------------*/ … … 282 325 283 326 /* =Standard Mobile Landscape 284 327 -------------------------------------------------------------- */ 328 285 329 @media only screen and (max-width: 480px) { 286 330 #bbpress-forums div.bbp-topic-tags { 287 331 clear: left; 288 332 float: left; 289 333 } 334 335 span.bbp-topic-post-date, 290 336 span.bbp-reply-post-date { 291 337 float: left; 292 338 } 339 293 340 span.bbp-admin-links { 294 341 clear: left; 295 342 float: left; 296 343 } 344 345 #bbpress-forums .bbp-body div.bbp-topic-author, 297 346 #bbpress-forums .bbp-body div.bbp-reply-author { 298 347 padding-left: 80px; 299 348 padding-right: 0; 300 349 text-align: left; 301 350 } 351 352 #bbpress-forums div.bbp-topic-author a.bbp-author-name, 302 353 #bbpress-forums div.bbp-reply-author a.bbp-author-name { 303 354 margin-left: 0; 304 355 } 356 357 #bbpress-forums div.bbp-topic-author img.avatar, 305 358 #bbpress-forums div.bbp-reply-author img.avatar { 306 359 left: auto; 307 360 left: 0; 308 361 } 362 309 363 div.bbp-submit-wrapper { 310 364 float: left; 311 365 } 366 312 367 #bbpress-forums #bbp-user-body { 313 368 margin-left: 0; 314 369 } 315 370 } 316 371 372 317 373 /* =Standard Mobile Portrait 318 374 -------------------------------------------------------------- */ 375 319 376 @media only screen and (max-width: 320px) { 320 #bbpress-forums li.bbp-header div.bbp-reply-author { 321 text-align: left; 322 } 323 #bbpress-forums li.bbp-header div.bbp-reply-content { 324 margin-left: 25%; 325 margin-right: 0; 326 } 377 #bbpress-forums li.bbp-header div.bbp-search-author, 378 #bbpress-forums li.bbp-header div.bbp-topic-author, 379 #bbpress-forums li.bbp-header div.bbp-reply-author { 380 text-align: left; 381 } 382 383 #bbpress-forums li.bbp-header div.bbp-search-content, 384 #bbpress-forums li.bbp-header div.bbp-topic-content, 385 #bbpress-forums li.bbp-header div.bbp-reply-content { 386 margin-left: 25%; 387 margin-right: 0; 388 } 327 389 } 328 390 391 329 392 /* =Extra Small Mobile 330 393 -------------------------------------------------------------- */ 394 331 395 @media only screen and (max-width: 240px) { 332 #bbpress-forums li.bbp-body li.bbp-topic-freshness, 333 #bbpress-forums li.bbp-header div.bbp-reply-content { 334 margin-left: 0; 335 text-align: left; 396 #bbpress-forums li.bbp-body li.bbp-topic-freshness, 397 #bbpress-forums li.bbp-header div.bbp-search-author, 398 #bbpress-forums li.bbp-header div.bbp-search-content, 399 #bbpress-forums li.bbp-header div.bbp-topic-author, 400 #bbpress-forums li.bbp-header div.bbp-topic-content, 401 #bbpress-forums li.bbp-header div.bbp-reply-author, 402 #bbpress-forums li.bbp-header div.bbp-reply-content { 403 margin-left: 0; 404 text-align: left; 405 } 406 407 #bbpress-forums li.bbp-footer div.bbp-search-content, 408 #bbpress-forums li.bbp-footer div.bbp-topic-content, 409 #bbpress-forums li.bbp-footer div.bbp-reply-content { 410 margin-left: 0; 411 } 412 413 #bbpress-forums li.bbp-body div.bbp-topic-author, 414 #bbpress-forums li.bbp-body div.bbp-reply-author { 415 padding-left: 60px; 416 padding-right: 0; 336 417 } 337 #bbpress-forums li.bbp-footer div.bbp-reply-content {338 margin-left: 0;339 }340 #bbpress-forums li.bbp-body div.bbp-reply-author {341 padding-left: 60px;342 padding-right: 0;343 }344 418 } 345 No newline at end of file -
templates/default/css/bbpress.css
49 49 #bbpress-forums .status-spam.even { 50 50 background-color: #fee; 51 51 } 52 52 53 #bbpress-forums .status-trash.odd, 53 54 #bbpress-forums .status-spam.odd { 54 55 background-color: #fdd; … … 133 134 text-align: left; 134 135 width: 55%; 135 136 } 137 136 138 li.bbp-forum-topic-count, 137 139 li.bbp-topic-voice-count, 138 140 li.bbp-forum-reply-count, … … 264 266 color: #aaa; 265 267 } 266 268 269 267 270 /* =Topic and reply content 268 271 -------------------------------------------------------------- */ 269 272 … … 385 388 max-width: 100%; 386 389 } 387 390 391 388 392 /* =Reply to 389 393 -------------------------------------------------------------- */ 390 394 … … 398 402 text-align: right; 399 403 } 400 404 405 401 406 /* =Breadcrumb and Tags 402 407 -------------------------------------------------------------- */ 403 408 … … 423 428 clear: both; 424 429 } 425 430 431 426 432 /* =Search 427 433 -------------------------------------------------------------- */ 428 434 … … 448 454 float: right; 449 455 } 450 456 457 451 458 /* =Admin Links 452 459 -------------------------------------------------------------- */ 453 460 … … 455 462 float: right; 456 463 color: #ddd; 457 464 } 465 458 466 span.bbp-admin-links a { 459 467 color: #bbb; 460 468 font-weight: normal; … … 462 470 text-transform: uppercase; 463 471 text-decoration: none; 464 472 } 473 465 474 fieldset span.bbp-admin-links { 466 475 float: left; 467 476 } 477 468 478 tr td span.bbp-admin-links a:hover { 469 479 color: #ff4b33; 470 480 } 481 471 482 td.bbp-topic-admin-links, 472 483 td.bbp-topic-counts { 473 484 width: 50%; … … 481 492 color: #ccc; 482 493 } 483 494 495 484 496 /* =Toggles 485 497 -------------------------------------------------------------- */ 486 498 … … 546 558 white-space: nowrap; 547 559 } 548 560 561 549 562 /* =Pagination 550 563 -------------------------------------------------------------- */ 551 564 … … 668 681 .bbp-topic-tag-form { 669 682 clear: left; 670 683 } 684 671 685 body.topic-edit .bbp-topic-form div.avatar img, 672 686 body.reply-edit .bbp-reply-form div.avatar img, 673 687 body.single-forum .bbp-topic-form div.avatar img, … … 709 723 max-width: 100%; 710 724 } 711 725 726 712 727 /* =TinyMCE in themes 713 728 -------------------------------------------------------------- */ 729 714 730 #bbpress-forums div.bbp-the-content-wrapper { 715 731 margin-bottom: 10px; 716 732 } … … 743 759 padding: 5px; 744 760 min-height: 26px; 745 761 } 762 746 763 #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar { 747 764 padding: 4px 4px 8px; 748 765 } … … 757 774 line-height: 16px; 758 775 } 759 776 777 760 778 /* =Edit User 761 779 -------------------------------------------------------------- */ 762 780 … … 859 877 color: #000; 860 878 clear: both; 861 879 } 880 862 881 div.bbp-template-notice a { 863 882 color: #555; 864 883 text-decoration: none; … … 890 909 line-height: 140%; 891 910 } 892 911 912 893 913 /* =Stickies 894 914 -------------------------------------------------------------- */ 895 915 … … 901 921 font-size: 1.1em; 902 922 } 903 923 924 904 925 /* =Revisions 905 926 -------------------------------------------------------------- */ 906 927 … … 921 942 list-style-type: none; 922 943 } 923 944 945 924 946 /* =Widgets 925 947 -------------------------------------------------------------- */ 926 948 … … 979 1001 margin-bottom: 10px; 980 1002 } 981 1003 1004 982 1005 /* =Avatars 983 1006 -------------------------------------------------------------- */ 984 1007 … … 997 1020 float: right; 998 1021 } 999 1022 1023 1000 1024 /* =BuddyPress Activity Streams 1001 1025 -------------------------------------------------------------- */ 1002 1026 … … 1007 1031 padding-left: 10px; 1008 1032 } 1009 1033 1034 1010 1035 /* =User Pages 1011 1036 -------------------------------------------------------------- */ 1012 1037 … … 1134 1159 1135 1160 /* =Standard Mobile Landscape 1136 1161 -------------------------------------------------------------- */ 1162 1137 1163 @media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) { 1138 1164 -webkit-text-size-adjust: none; 1139 1165 } 1166 1140 1167 @media only screen and (max-width: 480px) { 1141 1168 #bbpress-forums div.bbp-topic-tags { 1142 1169 clear: left; 1143 1170 float: left; 1144 1171 } 1172 1145 1173 div.bbp-search-form input, 1146 1174 div.bbp-search-form button { 1147 1175 font-size: 11px; 1148 1176 padding: 2px; 1149 1177 } 1178 1150 1179 li.bbp-forum-info, 1151 1180 li.bbp-topic-title { 1152 1181 width: 45%; 1153 1182 } 1183 1154 1184 li.bbp-forum-topic-count, 1155 1185 li.bbp-forum-reply-count, 1156 1186 li.bbp-topic-voice-count, … … 1157 1187 li.bbp-topic-reply-count { 1158 1188 width: 15%; 1159 1189 } 1190 1191 span.bbp-topic-post-date, 1160 1192 span.bbp-reply-post-date { 1161 1193 float: left; 1162 1194 } 1195 1163 1196 span.bbp-admin-links { 1164 1197 clear: left; 1165 1198 float: left; 1166 1199 } 1200 1167 1201 #bbpress-forums .bbp-forums-list li { 1168 1202 display: block; 1169 1203 font-size: 11px; 1170 1204 } 1205 1206 #bbpress-forums .bbp-body div.bbp-topic-author, 1171 1207 #bbpress-forums .bbp-body div.bbp-reply-author { 1172 1208 margin: -15px 10px 10px; 1173 1209 min-height: 100px; … … 1176 1212 text-align: left; 1177 1213 width: 100%; 1178 1214 } 1215 1216 #bbpress-forums div.bbp-topic-author a.bbp-author-name, 1179 1217 #bbpress-forums div.bbp-reply-author a.bbp-author-name { 1180 1218 clear: none; 1181 1219 display: inline-block; … … 1182 1220 margin-left: 0; 1183 1221 word-wrap: break-word; 1184 1222 } 1223 1224 #bbpress-forums div.bbp-topic-author img.avatar, 1185 1225 #bbpress-forums div.bbp-reply-author img.avatar { 1186 1226 position: absolute; 1187 1227 top: 15px; … … 1189 1229 width: 60px; 1190 1230 height: auto; 1191 1231 } 1232 1233 #bbpress-forums div.bbp-topic-author .bbp-author-role, 1192 1234 #bbpress-forums div.bbp-reply-author .bbp-author-role { 1193 1235 font-size: 12px; 1194 1236 font-style: normal; 1195 1237 } 1238 1239 #bbpress-forums .bbp-body div.bbp-topic-content, 1196 1240 #bbpress-forums .bbp-body div.bbp-reply-content { 1197 1241 clear: both; 1198 1242 margin: 10px; 1199 1243 padding: 0; 1200 1244 } 1245 1246 #bbpress-forums div.bbp-topic-content p, 1201 1247 #bbpress-forums div.bbp-reply-content p { 1202 1248 margin-bottom: 1em; 1203 1249 } 1250 1204 1251 div.bbp-submit-wrapper { 1205 1252 float: left; 1206 1253 } 1254 1207 1255 #bbpress-forums fieldset.bbp-form { 1208 1256 padding: 0 10px 10px; 1209 1257 } 1258 1210 1259 #bbpress-forums #bbp-user-body { 1211 1260 clear: both; 1212 1261 margin-left: 0; 1213 1262 word-wrap: break-word; 1214 1263 } 1264 1265 #bbpress-forums div.bbp-forum-title h3, 1266 #bbpress-forums div.bbp-topic-title h3, 1267 #bbpress-forums div.bbp-reply-title h3 { 1268 font-size: 14px; 1269 } 1215 1270 } 1216 1271 1272 1217 1273 /* =Standard Mobile Portrait 1218 1274 -------------------------------------------------------------- */ 1275 1219 1276 @media only screen and (max-width: 320px) { 1220 1277 #bbpress-forums div.bbp-search-form { 1221 1278 margin-bottom: 10px; 1222 1279 } 1280 1223 1281 #bbpress-forums li.bbp-header li.bbp-forum-info, 1224 1282 #bbpress-forums li.bbp-body li.bbp-forum-info, 1225 1283 #bbpress-forums li.bbp-header li.bbp-topic-title, … … 1226 1284 #bbpress-forums li.bbp-body li.bbp-topic-title { 1227 1285 width: 100%; 1228 1286 } 1287 1229 1288 #bbpress-forums li.bbp-header li.bbp-forum-info, 1230 1289 #bbpress-forums li.bbp-header li.bbp-topic-title { 1231 1290 text-align: center; 1232 1291 text-transform: uppercase; 1233 1292 } 1293 1234 1294 #bbpress-forums li.bbp-header li.bbp-forum-topic-count, 1235 1295 #bbpress-forums li.bbp-header li.bbp-forum-reply-count, 1236 1296 #bbpress-forums li.bbp-body li.bbp-forum-topic-count, … … 1241 1301 #bbpress-forums li.bbp-body li.bbp-topic-reply-count { 1242 1302 width: 20%; 1243 1303 } 1304 1244 1305 #bbpress-forums li.bbp-header li.bbp-forum-freshness, 1245 1306 #bbpress-forums li.bbp-body li.bbp-forum-freshness, 1246 1307 #bbpress-forums li.bbp-header li.bbp-topic-freshness, … … 1247 1308 #bbpress-forums li.bbp-body li.bbp-topic-freshness { 1248 1309 width: 58%; 1249 1310 } 1311 1250 1312 #bbpress-forums li.bbp-body li.bbp-forum-topic-count, 1251 1313 #bbpress-forums li.bbp-body li.bbp-forum-reply-count, 1252 1314 #bbpress-forums li.bbp-body li.bbp-forum-freshness, … … 1255 1317 #bbpress-forums li.bbp-body li.bbp-topic-freshness { 1256 1318 margin-top: 7px; 1257 1319 } 1320 1258 1321 #bbpress-forums li.bbp-header, 1259 1322 #bbpress-forums li.bbp-footer { 1260 1323 font-size: 10px; 1261 1324 } 1325 1326 #bbpress-forums li.bbp-header div.bbp-search-author, 1327 #bbpress-forums li.bbp-header div.bbp-topic-author, 1262 1328 #bbpress-forums li.bbp-header div.bbp-reply-author { 1263 1329 text-align: left; 1264 1330 width: 25%; 1265 1331 } 1332 1333 #bbpress-forums li.bbp-header div.bbp-search-content, 1334 #bbpress-forums li.bbp-header div.bbp-topic-content, 1266 1335 #bbpress-forums li.bbp-header div.bbp-reply-content { 1267 1336 margin-left: 25%; 1268 1337 } 1338 1269 1339 #bbpress-forums div.bbp-template-notice img.avatar, 1270 1340 #bbpress-forums p.bbp-topic-meta img.avatar { 1271 1341 width: 14px; 1272 1342 height: auto; 1273 1343 } 1344 1274 1345 #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar { 1275 1346 padding: 1px; 1276 1347 } 1348 1277 1349 #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td { 1278 1350 width: 20px; 1279 1351 height: 20px; 1280 1352 } 1353 1281 1354 #bbpress-forums div.wp-editor-container { 1282 1355 width: 100%; 1283 1356 overflow: auto; 1284 1357 } 1358 1285 1359 #bbpress-forums input#bbp_topic_title, 1286 1360 #bbpress-forums input#bbp_topic_tags { 1287 1361 width: 95%; 1288 1362 } 1363 1364 #bbpress-forums div.bbp-forum-title h3, 1365 #bbpress-forums div.bbp-topic-title h3, 1366 #bbpress-forums div.bbp-reply-title h3 { 1367 font-size: 14px; 1368 } 1289 1369 } 1290 1370 1371 1291 1372 /* =Extra Small Mobile 1292 1373 -------------------------------------------------------------- */ 1374 1293 1375 @media only screen and (max-width: 240px) { 1376 1294 1377 #bbpress-forums li.bbp-header li.bbp-forum-topic-count, 1295 1378 #bbpress-forums li.bbp-header li.bbp-forum-reply-count, 1296 1379 #bbpress-forums li.bbp-body li.bbp-forum-topic-count, … … 1299 1382 #bbpress-forums li.bbp-header li.bbp-topic-reply-count, 1300 1383 #bbpress-forums li.bbp-body li.bbp-topic-voice-count, 1301 1384 #bbpress-forums li.bbp-body li.bbp-topic-reply-count, 1302 #bbpress-forums li.bbp-footer div.bbp-reply-author, 1303 #bbpress-forums li.bbp-footer div.bbp-reply-content { 1385 #bbpress-forums li.bbp-footer div.bbp-search-author, 1386 #bbpress-forums li.bbp-footer div.bbp-topic-author, 1387 #bbpress-forums li.bbp-footer div.bbp-reply-author { 1304 1388 width: 45%; 1305 1389 } 1390 1306 1391 #bbpress-forums li.bbp-header li.bbp-forum-freshness, 1307 1392 #bbpress-forums li.bbp-body li.bbp-forum-freshness, 1308 1393 #bbpress-forums li.bbp-header li.bbp-topic-freshness, 1309 #bbpress-forums li.bbp-body li.bbp-topic-freshness, 1310 #bbpress-forums li.bbp-header div.bbp-reply-author, 1311 #bbpress-forums li.bbp-header div.bbp-reply-content { 1394 #bbpress-forums li.bbp-body li.bbp-topic-freshness { 1312 1395 clear: both; 1313 1396 width: 100%; 1314 1397 } 1398 1315 1399 #bbpress-forums li.bbp-header li.bbp-forum-freshness, 1316 1400 #bbpress-forums li.bbp-header li.bbp-topic-freshness { 1317 1401 text-align: center; 1318 1402 } 1403 1319 1404 #bbpress-forums li.bbp-body li.bbp-topic-freshness, 1405 #bbpress-forums li.bbp-header div.bbp-search-author, 1406 #bbpress-forums li.bbp-header div.bbp-search-content, 1407 #bbpress-forums li.bbp-header div.bbp-topic-author, 1408 #bbpress-forums li.bbp-header div.bbp-topic-content, 1409 #bbpress-forums li.bbp-header div.bbp-reply-author, 1320 1410 #bbpress-forums li.bbp-header div.bbp-reply-content { 1321 1411 margin-left: 0; 1322 1412 text-align: left; 1323 1413 } 1414 1324 1415 #bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta { 1325 1416 display: inline-block; 1326 1417 } 1418 1327 1419 #bbpress-forums li.bbp-header { 1328 1420 overflow: hidden; 1329 1421 } 1422 1423 #bbpress-forums li.bbp-footer div.bbp-search-content, 1424 #bbpress-forums li.bbp-footer div.bbp-topic-content, 1330 1425 #bbpress-forums li.bbp-footer div.bbp-reply-content { 1331 1426 display: inline-block; 1332 1427 margin-left: 0; 1333 1428 } 1429 1430 #bbpress-forums li.bbp-body div.bbp-topic-author, 1334 1431 #bbpress-forums li.bbp-body div.bbp-reply-author { 1335 1432 min-height: 60px; 1336 1433 padding-left: 60px; 1337 1434 } 1435 1436 #bbpress-forums div.bbp-topic-author img.avatar, 1338 1437 #bbpress-forums div.bbp-reply-author img.avatar { 1339 1438 width: 40px; 1340 1439 height: auto; 1341 1440 } 1441 1442 #bbpress-forums div.bbp-forum-title h3, 1443 #bbpress-forums div.bbp-topic-title h3, 1444 #bbpress-forums div.bbp-reply-title h3 { 1445 font-size: 12px; 1446 } 1342 1447 }