Skip to content

Commit

Permalink
MDL-33845 Removed the hideous amounts of whitespace around the folder…
Browse files Browse the repository at this point in the history
… edit view for canvas theme (and moved Folder CSS together)
  • Loading branch information
moodler committed Jun 19, 2012
1 parent f4a9bf6 commit c231709
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions theme/canvas/style/mods.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
text-align:right;
}

/* Database
/* Folder
------------------------*/

.path-mod-folder #pageintro {
Expand All @@ -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
------------------------*/

Expand Down Expand Up @@ -454,12 +458,9 @@
margin-top: 1em;
}

#page-mod-folder-edit .foldertree {
width: 65%;
}

/* Quiz
--------------------------------*/
.que {
border-color: #eee;
}
}

0 comments on commit c231709

Please sign in to comment.