mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Fix CSS and templates of component/apptmt editor
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user