1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-05 15:57:04 +02:00

Merge branch 'MDL-33845_folder_whitespace' of git://github.com/moodler/moodle

This commit is contained in:
Sam Hemelryk 2012-06-21 10:01:49 +12:00
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,9 +458,6 @@
margin-top: 1em;
}
#page-mod-folder-edit .foldertree {
width: 65%;
}
/* Quiz
--------------------------------*/