Fix display of dialog in RO appointment editor

This commit is contained in:
Francis Lachapelle
2014-12-16 10:07:08 -05:00
parent fb6ef3aa8a
commit e040805e0d
2 changed files with 9 additions and 6 deletions
@@ -187,10 +187,9 @@
<div class="popupMenu" id="contactsMenu">
<ul></ul>
</div>
<label class="calendarName"><var:string var:value="componentCalendarName" />
</label>
<div id="eventView">
<div id="generalDiv">
<div id="eventView">
<label class="calendarName"><var:string var:value="componentCalendarName" /></label>
<div id="generalDiv">
<label class="title titleNoSpace"><var:string label:value="General:" />
<span class="content headerContent"><!-- line --></span>
</label>
@@ -291,7 +290,7 @@
</div>
<var:if condition="hasAttendees">
<div id="attendeesDiv">
<label class="title"><var:string label:value="Attendees:" />
<label id="attendeesLabel" class="title"><var:string label:value="Attendees:" />
<span class="content headerContent"><!-- line --></span>
</label>
<label id="attendeesLabel">
@@ -7,7 +7,11 @@ DIV.appointmentLabel
DIV#eventView
{ overflow: hidden;
padding: .5em; }
position: absolute;
top: 0; bottom: 0; left: 0; right: 0; }
DIV#eventView > DIV
{ padding: .5em; }
DIV.appointmentRightLabel
{ display: inline;