Skip to content

Commit

Permalink
MDL-33569 themes: Labels create extra margin below content.
Browse files Browse the repository at this point in the history
Conflicts:

	theme/bootstrapbase/less/moodle/course.less
  • Loading branch information
Mary Evans committed Sep 28, 2013
1 parent c7c613b commit 05c3b5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/base/style/course.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,8 @@ input.titleeditor { width: 330px; vertical-align: text-bottom; }
.dndupload-progress-outer {width:70px;border:1px solid black;height:10px;display:inline-block;margin:0;padding:0;overflow:hidden;position:relative;}
.dndupload-progress-inner {width:0%;height:100%;background-color:green;display:inline-block;margin:0;padding:0;float:left;}
.dndupload-hidden {display:none;}

/* activity label */
.modtype_label .no-overflow > p:last-child {
margin-bottom: 0;
}

0 comments on commit 05c3b5d

Please sign in to comment.