Changeset 6951
- Timestamp:
- 11/14/2019 10:42:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/templates/default/css/bbpress.css
r6932 r6951 68 68 height: auto; 69 69 width: 100%; 70 box-sizing: border-box; 70 71 } 71 72 … … 338 339 margin: 0; 339 340 padding: 0; 341 text-decoration: underline; 340 342 } 341 343 … … 668 670 #bbpress-forums .bbp-topic-pagination a { 669 671 font-size: 10px; 672 font-weight: 400; 670 673 line-height: 10px; 674 margin: 0; 671 675 padding: 1px 3px; 672 676 border: 1px solid #ddd; 673 677 color: inherit; 678 background: none; 679 display: inline; 674 680 text-decoration: none; 675 681 } … … 814 820 815 821 #bbpress-forums div.bbp-the-content-wrapper input[type="button"] { 816 padding: 5px 7px;822 padding: 4px 7px; 817 823 margin: 0 -1px 0 0; 818 line-height: 1;824 line-height: 0; 819 825 border: 1px solid transparent; 820 826 background-color: transparent; … … 824 830 text-transform: uppercase; 825 831 font-size: 11px; 832 font-weight: 400; 833 border-radius: 3px; 834 min-width: 25px; 835 color: #555; 826 836 } 827 837 … … 1061 1071 color: #555; 1062 1072 text-decoration: none; 1073 1063 1074 } 1064 1075 … … 1127 1138 } 1128 1139 1140 #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log a, 1141 #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log a, 1142 #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log a { 1143 text-decoration: none; 1144 } 1145 1129 1146 /* =Widgets 1130 1147 -------------------------------------------------------------- */ … … 1184 1201 box-shadow: none; 1185 1202 display: inline-block; 1203 margin-right: 4px; 1186 1204 } 1187 1205 … … 1195 1213 vertical-align: middle; 1196 1214 border: 3px double #ddd; 1215 max-height: 20px; 1216 max-width: 20px; 1197 1217 } 1198 1218 … … 1406 1426 #bbpress-forums .bbp-body div.bbp-topic-author, 1407 1427 #bbpress-forums .bbp-body div.bbp-reply-author { 1408 margin: -15px 10px 10px; 1409 min-height: 100px; 1428 float: none; 1429 margin: 10px; 1430 min-height: 80px; 1410 1431 padding-left: 80px; 1411 1432 position: relative; 1412 1433 text-align: left; 1413 width: 100%; 1434 width: calc(100% - 100px); 1435 border-bottom: 1px solid #efefef; 1414 1436 } 1415 1437 … … 1425 1447 #bbpress-forums div.bbp-reply-author img.avatar { 1426 1448 position: absolute; 1427 top: 15px;1449 top: 0; 1428 1450 left: 0; 1429 1451 width: 60px; 1430 1452 height: auto; 1453 margin-top: 0; 1431 1454 } 1432 1455 … … 1440 1463 #bbpress-forums .bbp-body div.bbp-reply-content { 1441 1464 clear: both; 1442 margin: 10px;1465 margin: 0 10px 5px 10px; 1443 1466 padding: 0; 1444 1467 } … … 1447 1470 #bbpress-forums div.bbp-reply-content p { 1448 1471 margin-bottom: 1em; 1472 } 1473 1474 #bbpress-forums div.bbp-topic-content p:last-child, 1475 #bbpress-forums div.bbp-reply-content p:last-child { 1476 margin-bottom: 0; 1449 1477 } 1450 1478 … … 1540 1568 width: 14px; 1541 1569 height: auto; 1570 max-height: 14px; 1571 max-width: 14px; 1542 1572 } 1543 1573
Note: See TracChangeset
for help on using the changeset viewer.