MDL-33569 themes: Labels create extra margin below content.

This commit is contained in:
Mary Evans 2013-09-28 15:07:22 +01:00
parent d45e65ccad
commit 336c57575b
2 changed files with 8 additions and 0 deletions

View file

@ -211,3 +211,8 @@ input.titleeditor { width: 330px; vertical-align: text-bottom; }
.dndupload-progress-outer {width:70px;border:1px solid black;border-radius:4px;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;box-shadow: 0 0 4px #229b15;border-radius:2px;background-repeat:repeat-x;background-position:top;background-image:url([[pix:theme_base|progress]])}
.dndupload-hidden {display:none;}
/* activity label */
.modtype_label .no-overflow > p:last-child {
margin-bottom: 0;
}

View file

@ -72,6 +72,9 @@
font-weight: normal;
padding: .2em;
}
.modtype_label .no-overflow > p:last-child {
margin-bottom: 0;
}
.section li.activity {
padding: .2em;
clear: both;