mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
notice boxes are now 60% of page width - 100% looked too wide for most notice boxes
This commit is contained in:
parent
11cc84ee9d
commit
bf315e02c3
@ -182,6 +182,12 @@ img.grouppicture {
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
#notice, box {
|
||||
width: 60%;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
|
||||
#notice .buttons {
|
||||
text-align:center
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user