Changeset 6986
- Timestamp:
- 11/22/2019 11:21:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/css/bbpress.css
r6964 r6986 40 40 } 41 41 42 /* Gently apply sans-serif styling by default */ 43 #bbpress-forums a, 44 #bbpress-forums button, 45 #bbpress-forums p, 46 #bbpress-forums ul, 47 #bbpress-forums ol, 48 #bbpress-forums li, 49 #bbpress-forums div, 50 #bbpress-forums span, 51 #bbpress-forums input, 52 #bbpress-forums select, 53 #bbpress-forums textarea { 54 font-family: sans-serif; 55 } 56 42 57 #bbpress-forums a, 43 58 #bbpress-forums a:hover { … … 47 62 } 48 63 64 /* Uses ID & class together for increased target strength */ 65 #bbpress-forums.bbpress-wrapper ul { 66 background: none; 67 list-style: none; 68 margin: 0; 69 padding: 0; 70 } 71 49 72 #bbpress-forums hr { 50 73 margin: 0 0 24px; … … 96 119 #bbpress-forums ul.status-closed a { 97 120 color: #ccc; 98 }99 100 #bbpress-forums ul {101 background: none;102 list-style: none;103 margin: 0;104 padding: 0;105 121 } 106 122 … … 475 491 #bbpress-forums div.bbp-breadcrumb p, 476 492 #bbpress-forums div.bbp-topic-tags p { 477 margin -bottom: 10px;493 margin: 0 0 10px 0; 478 494 } 479 495 … … 717 733 } 718 734 735 /* Some themes aggressively add padding to paragraph tags */ 736 #bbpress-forums fieldset.bbp-form p { 737 padding: 0; 738 } 739 719 740 #bbpress-forums fieldset.bbp-form p, 720 741 #bbpress-forums fieldset.bbp-form textarea, … … 722 743 #bbpress-forums fieldset.bbp-form input { 723 744 margin: 0 0 8px; 745 } 746 747 /* Try to prevent untall selects & text boxes */ 748 #bbpress-forums fieldset.bbp-form select, 749 #bbpress-forums fieldset.bbp-form input[type="text"] { 750 min-height: 28px; 751 height: 28px; 752 padding: 5px; 724 753 } 725 754 … … 1389 1418 1390 1419 #bbpress-forums div.bbp-topic-tags { 1391 clear: left;1392 float: left;1420 clear: both; 1421 float: none; 1393 1422 } 1394 1423 … … 1417 1446 1418 1447 span.bbp-admin-links { 1419 clear: left;1420 float: left;1448 float: none; 1449 clear: both; 1421 1450 } 1422 1451 … … 1437 1466 width: calc(100% - 100px); 1438 1467 border-bottom: 1px solid #efefef; 1468 box-sizing: content-box; 1439 1469 } 1440 1470
Note: See TracChangeset
for help on using the changeset viewer.