mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02: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
1 changed files with 6 additions and 0 deletions
|
@ -182,6 +182,12 @@ img.grouppicture {
|
|||
padding:10px;
|
||||
}
|
||||
|
||||
#notice, box {
|
||||
width: 60%;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
|
||||
#notice .buttons {
|
||||
text-align:center
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue