mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
17 lines
263 B
CSS
17 lines
263 B
CSS
.block_social_activities li {
|
|
clear: both;
|
|
}
|
|
|
|
.block_social_activities li .column {
|
|
width: 100%;
|
|
}
|
|
|
|
.block_social_activities li .buttons {
|
|
float: right;
|
|
margin: 0;
|
|
}
|
|
|
|
.block_social_activities li .buttons a img {
|
|
vertical-align: text-bottom;
|
|
}
|