MDL-60700 calendar: remove bottom margin for description in summary

This commit is contained in:
Ryan Wyllie
2017-11-07 06:03:01 +00:00
parent 8926030555
commit f0fc8a194a
5 changed files with 23 additions and 2 deletions
@@ -29,6 +29,7 @@
}
}}
<div{{!
}} class="summary-modal-container"{{!
}} data-region="summary-modal-container"{{!
}} data-event-id="{{id}}"{{!
}} data-event-title="{{name}}"{{!
@@ -49,7 +50,7 @@
{{#description}}
<div class="row m-t-1">
<div class="col-xs-1">{{#pix}} i/calendareventdescription, core, {{#str}} description {{/str}} {{/pix}}</div>
<div class="col-xs-11">{{{.}}}</div>
<div class="description-content col-xs-11">{{{.}}}</div>
</div>
{{/description}}
{{#isactionevent}}
+8
View File
@@ -417,3 +417,11 @@ table.calendartable caption {
display: block;
}
}
.summary-modal-container {
.description-content {
> p {
margin: 0;
}
}
}
@@ -409,3 +409,11 @@
.calendarwrapper {
position: relative;
}
.summary-modal-container {
.description-content {
> p {
margin: 0;
}
}
}
+3
View File
@@ -5908,6 +5908,9 @@ img.iconsmall {
.calendarwrapper {
position: relative;
}
.summary-modal-container .description-content > p {
margin: 0;
}
/* course.less */
/* COURSE CONTENT */
/* stylelint-disable unit-blacklist */
@@ -29,6 +29,7 @@
}
}}
<div{{!
}} class="summary-modal-container"{{!
}} data-region="summary-modal-container"{{!
}} data-event-id="{{id}}"{{!
}} data-event-title="{{name}}"{{!
@@ -49,7 +50,7 @@
{{#description}}
<div class="row-fluid m-t-1">
<div class="span1">{{#pix}} i/calendareventdescription, core, {{#str}} description {{/str}} {{/pix}}</div>
<div class="span11">{{{.}}}</div>
<div class="description-content span11">{{{.}}}</div>
</div>
{{/description}}
{{#iscategoryevent}}