mirror of
https://github.com/moodle/moodle.git
synced 2025-05-31 13:09:25 +02:00
MDL-44951 theme_bootstrapbase: forum post css tweaks
Adjusted forum post CSS for cleaner appearance.
This commit is contained in:
parent
af8a43248e
commit
cee8be6325
@ -54,15 +54,49 @@ select {
|
||||
.header {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.maincontent {
|
||||
.left {
|
||||
padding: 0 10px 0 10px;
|
||||
.picture img {
|
||||
margin: 3px;
|
||||
&.userpicture {
|
||||
margin-left: 3px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
.content {
|
||||
.posting.fullpost {
|
||||
margin-top: 8px;
|
||||
}
|
||||
}
|
||||
.row {
|
||||
.topic,
|
||||
.content-mask,
|
||||
.options {
|
||||
margin-left: 48px;
|
||||
}
|
||||
&.side {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dir-rtl .forumpost {
|
||||
.picture img {
|
||||
&.userpicture {
|
||||
margin-left: 10px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
.row {
|
||||
.topic,
|
||||
.content-mask,
|
||||
.options {
|
||||
margin-left: 0;
|
||||
margin-right: 48px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.forumpost .row .left {
|
||||
width: auto;
|
||||
width: 48px;
|
||||
}
|
||||
|
||||
.forumpost .options .commands {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user