Elastic: Fix some regressions in Larry skin

This commit is contained in:
Aleksander Machniak 2018-03-27 16:21:45 +00:00
parent b01a3c6038
commit 653a36730a
3 changed files with 21 additions and 13 deletions

View file

@ -131,6 +131,10 @@ label.noreply-toggle + a.reply-comment-toggle {
overflow: auto;
}
#edit-recurrence-rdates:empty {
margin: 0;
}
#edit-recurrence-rdates li {
display: block;
position: relative;
@ -140,20 +144,12 @@ label.noreply-toggle + a.reply-comment-toggle {
#edit-recurrence-rdates li a.delete {
position: absolute;
top: 2px;
top: 5px;
right: 0;
width: 20px;
height: 18px;
width: 8px;
height: 16px;
background-position: -7px -337px;
}
#recurrence-form-until div.line {
margin-left: 7.5em;
margin-bottom: 0.3em;
}
#recurrence-form-until div.line.first {
margin-top: -1.4em;
border: 0;
}
.itip-dialog-form input.text {
@ -218,3 +214,7 @@ label.noreply-toggle + a.reply-comment-toggle {
background: url(images/badge.png) 20px 2px no-repeat #cc0000;
display: block;
}
#edit-attendees-comment {
margin-top: .5em;
}

View file

@ -1384,3 +1384,11 @@ div.messagetasklinks .messagetaskref input.complete {
.form-section label + div {
display: inline-block;
}
.col-form-label {
line-height: 2;
}
.col-sm-4 {
min-width: 8em !important;
}

View file

@ -17,7 +17,7 @@
</div>
<div class="form-section">
<label for="tagedit-input"><roundcube:label name="tasklist.tags" /></label>
<roundcube:object name="plugin.tags_editline" id="taskedit-tagline" class="tagedit" tabindex="0" />
<roundcube:object name="plugin.tags_editline" id="taskedit-tagline" class="tagedit tagline" tabindex="0" />
</div>
<div class="form-section">
<label for="taskedit-startdate"><roundcube:label name="tasklist.start" /></label>