diff --git a/bp-templates/bp-legacy/css/buddypress.css b/bp-templates/bp-legacy/css/buddypress.css
index b065cea..1d966c3 100644
a
|
b
|
body.register #buddypress div.page ul { |
1396 | 1396 | |
1397 | 1397 | .widget.buddypress div.item-avatar img.avatar { |
1398 | 1398 | float: left; |
1399 | | margin: 0 10px 15px 0; |
1400 | | } |
1401 | | |
1402 | | .widget.buddypress span.activity { |
1403 | | display: inline-block; |
1404 | | font-size: 80%; |
1405 | | opacity: 0.8; |
1406 | | padding: 0; |
| 1399 | margin: 0 10px 10px 0; |
1407 | 1400 | } |
1408 | 1401 | |
1409 | 1402 | .widget.buddypress div.item-options { |
1410 | | font-size: 90%; |
| 1403 | font-size: 12px; |
1411 | 1404 | margin: 0 0 1em 0; |
1412 | | padding: 1em 0; |
1413 | 1405 | } |
1414 | 1406 | |
1415 | | .widget.buddypress div.item{ |
1416 | | margin:0 0 1em 0; |
| 1407 | .widget.buddypress div.item { |
| 1408 | margin: 0 0 1em 0; |
1417 | 1409 | } |
1418 | 1410 | |
1419 | 1411 | .widget.buddypress div.item-meta, |
1420 | 1412 | .widget.buddypress div.item-content { |
1421 | | font-size: 11px; |
1422 | | margin-left: 38px; |
| 1413 | font-size: 12px; |
1423 | 1414 | } |
1424 | 1415 | |
1425 | | .widget.buddypress ul.item-list img.avatar { |
1426 | | height: 20px; |
1427 | | margin-right: 10px; |
1428 | | width: 20px; |
1429 | | } |
1430 | | .widget.buddypress div.item-avatar img { |
1431 | | height: 40px; |
1432 | | margin: 1px; |
1433 | | width: 40px; |
| 1416 | .widget.buddypress div.avatar-block { |
| 1417 | overflow: auto; |
1434 | 1418 | } |
1435 | 1419 | |
1436 | | .widget.buddypress div.avatar-block{ |
1437 | | overflow: hidden; |
| 1420 | .widget.buddypress ul.item-list > li { |
| 1421 | overflow: auto; |
1438 | 1422 | } |
1439 | 1423 | |
1440 | 1424 | /*-------------------------------------------------------------- |