MDL-60700 calendar: remove bottom margin for description in summary
This commit is contained in:
@@ -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}}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user