mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Added styles to support recent changes to MDL-8101
This commit is contained in:
parent
8f36e33ec3
commit
e6b9fd5147
@ -150,6 +150,31 @@ img.grouppicture {
|
||||
margin-right:auto;
|
||||
}
|
||||
|
||||
.boxalignright {
|
||||
margin-left:auto;
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
.boxalignleft {
|
||||
margin-left:0;
|
||||
margin-right:auto;
|
||||
}
|
||||
|
||||
.boxwidthnarrow {
|
||||
width: 30%
|
||||
}
|
||||
|
||||
.boxwidthnormal {
|
||||
width: 50%
|
||||
}
|
||||
|
||||
.boxwidthwide {
|
||||
width: 80%
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.noticebox {
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user