mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-55593 Theme: Style for the forums page
Part of MDL-55071
This commit is contained in:
parent
6e2aefd527
commit
77f5a9b01d
1 changed files with 16 additions and 0 deletions
|
@ -1038,3 +1038,19 @@ h2,
|
||||||
.form-group {
|
.form-group {
|
||||||
margin-top: ($spacer/2);
|
margin-top: ($spacer/2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Forum
|
||||||
|
|
||||||
|
.forumaddnew {
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
|
margin-bottom: $spacer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.forumnodiscuss {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#notice {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue