mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-33569 themes: Labels create extra margin below content.
This commit is contained in:
parent
d45e65ccad
commit
336c57575b
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue