Changeset 9341
- Timestamp:
- 01/09/2015 10:53:41 PM (10 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css
r9340 r9341 1527 1527 .widget.buddypress div.item-content { 1528 1528 font-size: 11px; 1529 margin-right: 38px;1529 margin-right: 50px; 1530 1530 } 1531 1531 1532 1532 .widget.buddypress ul.item-list img.avatar { 1533 height: 20px;1533 height: 40px; 1534 1534 margin-left: 10px; 1535 width: 20px;1535 width: 40px; 1536 1536 } 1537 1537 .widget.buddypress div.item-avatar img { … … 1556 1556 .widget.buddypress .bp-login-widget-user-avatar { 1557 1557 float: right; 1558 width: 60px;1558 width: 40px; 1559 1559 } 1560 1560 … … 1569 1569 .widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a { 1570 1570 font-weight: bold; 1571 } 1572 1573 .widget.buddypress #groups-list, 1574 .widget.buddypress #members-list, 1575 .widget.buddypress #friends-list { 1576 margin-right: 0; 1577 padding-right: 0; 1578 } 1579 1580 .widget.buddypress #groups-list li, 1581 .widget.buddypress #members-list li, 1582 .widget.buddypress #friends-list li { 1583 list-style-type: none; 1571 1584 } 1572 1585 -
trunk/src/bp-templates/bp-legacy/css/buddypress.css
r9279 r9341 1527 1527 .widget.buddypress div.item-content { 1528 1528 font-size: 11px; 1529 margin-left: 38px;1529 margin-left: 50px; 1530 1530 } 1531 1531 1532 1532 .widget.buddypress ul.item-list img.avatar { 1533 height: 20px;1533 height: 40px; 1534 1534 margin-right: 10px; 1535 width: 20px;1535 width: 40px; 1536 1536 } 1537 1537 .widget.buddypress div.item-avatar img { … … 1556 1556 .widget.buddypress .bp-login-widget-user-avatar { 1557 1557 float: left; 1558 width: 60px;1558 width: 40px; 1559 1559 } 1560 1560 … … 1569 1569 .widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a { 1570 1570 font-weight: bold; 1571 } 1572 1573 .widget.buddypress #groups-list, 1574 .widget.buddypress #members-list, 1575 .widget.buddypress #friends-list { 1576 margin-left: 0; 1577 padding-left: 0; 1578 } 1579 1580 .widget.buddypress #groups-list li, 1581 .widget.buddypress #members-list li, 1582 .widget.buddypress #friends-list li { 1583 list-style-type: none; 1571 1584 } 1572 1585
Note: See TracChangeset
for help on using the changeset viewer.