Elastic: Fix some regressions in Larry skin
This commit is contained in:
parent
b01a3c6038
commit
653a36730a
3 changed files with 21 additions and 13 deletions
|
@ -131,6 +131,10 @@ label.noreply-toggle + a.reply-comment-toggle {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#edit-recurrence-rdates:empty {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#edit-recurrence-rdates li {
|
#edit-recurrence-rdates li {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -140,20 +144,12 @@ label.noreply-toggle + a.reply-comment-toggle {
|
||||||
|
|
||||||
#edit-recurrence-rdates li a.delete {
|
#edit-recurrence-rdates li a.delete {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
top: 5px;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 20px;
|
width: 8px;
|
||||||
height: 18px;
|
height: 16px;
|
||||||
background-position: -7px -337px;
|
background-position: -7px -337px;
|
||||||
}
|
border: 0;
|
||||||
|
|
||||||
#recurrence-form-until div.line {
|
|
||||||
margin-left: 7.5em;
|
|
||||||
margin-bottom: 0.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#recurrence-form-until div.line.first {
|
|
||||||
margin-top: -1.4em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.itip-dialog-form input.text {
|
.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;
|
background: url(images/badge.png) 20px 2px no-repeat #cc0000;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#edit-attendees-comment {
|
||||||
|
margin-top: .5em;
|
||||||
|
}
|
||||||
|
|
|
@ -1384,3 +1384,11 @@ div.messagetasklinks .messagetaskref input.complete {
|
||||||
.form-section label + div {
|
.form-section label + div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.col-form-label {
|
||||||
|
line-height: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.col-sm-4 {
|
||||||
|
min-width: 8em !important;
|
||||||
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="form-section">
|
<div class="form-section">
|
||||||
<label for="tagedit-input"><roundcube:label name="tasklist.tags" /></label>
|
<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>
|
||||||
<div class="form-section">
|
<div class="form-section">
|
||||||
<label for="taskedit-startdate"><roundcube:label name="tasklist.start" /></label>
|
<label for="taskedit-startdate"><roundcube:label name="tasklist.start" /></label>
|
||||||
|
|
Loading…
Add table
Reference in a new issue