- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/buddypress.css
r11181 r10967 647 647 background: #fafafa; 648 648 border-radius: 0; 649 color: #7 37373;649 color: #767676; 650 650 font: inherit; 651 651 font-size: 100%; … … 844 844 } 845 845 846 #buddypress form.standard-form .main-column ul#friend-list h3,847 846 #buddypress form.standard-form .main-column ul#friend-list h4 { 848 847 clear:none; … … 862 861 cursor: default; 863 862 opacity: .4; 864 }865 866 fieldset.register-site {867 margin-top: 1em;868 }869 870 fieldset.create-site {871 margin-bottom: 2em;872 }873 874 fieldset.create-site legend {875 margin-bottom: 1em;876 }877 878 fieldset.create-site label {879 margin-right: 3em;880 863 } 881 864 … … 1088 1071 #buddypress table.forum tr.alt td { 1089 1072 background: #f5f5f5; 1090 color: #707070;1091 1073 } 1092 1074 #buddypress table.notification-settings { … … 1187 1169 display: inline-block; 1188 1170 font-size: small; 1171 opacity: 0.8; 1189 1172 padding: 0; 1190 1173 } … … 1322 1305 } 1323 1306 #buddypress ul.item-list li div.item-title, 1324 #buddypress ul.item-list li h3,1325 1307 #buddypress ul.item-list li h4 { 1326 1308 font-weight: normal; … … 1408 1390 background-color: #eee; 1409 1391 color: #555; 1410 opacity: . 9;1392 opacity: .8; 1411 1393 font-weight: bold; 1412 1394 } … … 1436 1418 overflow: auto; 1437 1419 list-style: none; 1438 }1439 #buddypress .group-members-list {1440 width: 100%;1441 margin-top: 1em;1442 clear: both;1443 overflow: auto;1444 1420 } 1445 1421 #buddypress #item-buttons:empty { … … 1608 1584 #buddypress .field-visibility-settings-toggle, 1609 1585 #buddypress .field-visibility-settings-notoggle { 1610 color: #7 07070;1586 color: #767676; 1611 1587 } 1612 1588 #buddypress .field-visibility-settings-toggle a, … … 1640 1616 border-bottom-right-radius: 0; 1641 1617 background: #f5f5f5; 1642 color: #707070;1643 1618 } 1644 1619 #buddypress .tmce-active button.switch-tmce { … … 1647 1622 border-bottom-right-radius: 0; 1648 1623 background: #f5f5f5; 1649 color: #707070;1650 1624 } 1651 1625 #buddypress .standard-form .wp-editor-container textarea { … … 1667 1641 display: inline-block; 1668 1642 font-size: small; 1643 opacity: 0.8; 1669 1644 padding: 0; 1670 1645 } … … 1768 1743 margin-bottom:1em; 1769 1744 } 1770 #buddypress form.standard-form .main-column ul#friend-list h3,1771 1745 #buddypress form.standard-form .main-column ul#friend-list h4{ 1772 1746 width:100%;
Note: See TracChangeset
for help on using the changeset viewer.