mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Merge branch 'MDL-33845_folder_whitespace' of git://github.com/moodler/moodle
This commit is contained in:
commit
21cb669f36
@ -62,7 +62,7 @@
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
/* Database
|
||||
/* Folder
|
||||
------------------------*/
|
||||
|
||||
.path-mod-folder #pageintro {
|
||||
@ -72,11 +72,15 @@
|
||||
}
|
||||
|
||||
.path-mod-folder .foldertree {
|
||||
width: 60%;
|
||||
width: 90%;
|
||||
margin: 1.5em auto;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#page-mod-folder-edit .foldertree {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Assignment
|
||||
------------------------*/
|
||||
|
||||
@ -454,12 +458,9 @@
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#page-mod-folder-edit .foldertree {
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
/* Quiz
|
||||
--------------------------------*/
|
||||
.que {
|
||||
border-color: #eee;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user