mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
Fix display of dialog in RO appointment editor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user