mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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;
|
padding:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#notice, box {
|
||||||
|
width: 60%;
|
||||||
|
margin-left:auto;
|
||||||
|
margin-right:auto;
|
||||||
|
}
|
||||||
|
|
||||||
#notice .buttons {
|
#notice .buttons {
|
||||||
text-align:center
|
text-align:center
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue