Fix CSS and templates of component/apptmt editor

This commit is contained in:
Francis Lachapelle
2014-12-16 16:13:59 -05:00
parent eb4d20e50f
commit 6027cb50d4
3 changed files with 5 additions and 2 deletions
@@ -290,7 +290,7 @@
</div>
<var:if condition="hasAttendees">
<div id="attendeesDiv">
<label id="attendeesLabel" class="title"><var:string label:value="Attendees:" />
<label class="title"><var:string label:value="Attendees:" />
<span class="content headerContent"><!-- line --></span>
</label>
<label id="attendeesLabel">
@@ -11,7 +11,7 @@ DIV#eventView
top: 0; bottom: 0; left: 0; right: 0; }
DIV#eventView > DIV
{ padding: .5em; }
{ padding: 1em; }
DIV.appointmentRightLabel
{ display: inline;
@@ -5,6 +5,9 @@ form[name="editform"]
right: 0;
bottom: 0; }
form[name="editform"] #eventView
{ padding: 1em; }
SELECT#calendarList,
SELECT#categoryList,
SELECT#priorityList,