mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-36490_master' of git://github.com/lazydaisy/moodle
This commit is contained in:
commit
2ea5e39ea3
1 changed files with 3 additions and 12 deletions
|
@ -85,18 +85,9 @@ table.minicalendar {
|
|||
.generalboxcontent,
|
||||
.informationbox,
|
||||
.informationboxcontent {
|
||||
-moz-border-radius-topleft: 3px;
|
||||
-moz-border-radius-topright: 3px;
|
||||
-moz-border-radius-bottomleft: 15px;
|
||||
-moz-border-radius-bottomright: 15px;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 15px;
|
||||
-webkit-border-bottom-right-radius: 15px;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-left-radius: 15px;
|
||||
border-bottom-right-radius: 15px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.editing .block_course_summary .content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue