mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
16 lines
263 B
CSS
16 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;
|
|
}
|