Better styling of iTip response dialog in Larry
This commit is contained in:
parent
8502d7c94a
commit
67691f3efa
2 changed files with 9 additions and 2 deletions
|
@ -1411,11 +1411,17 @@ div.calendar-invitebox .rsvp-status.tentative {
|
|||
|
||||
.calendaritipattend .centerbox {
|
||||
width: 40em;
|
||||
margin: 80px auto;
|
||||
margin: 80px auto 0 auto;
|
||||
padding: 10px 10px 10px 90px;
|
||||
background: url(images/invitation.png) 10px 10px no-repeat #fff;
|
||||
}
|
||||
|
||||
.calendaritipattend #message {
|
||||
width: 46em;
|
||||
margin: 0 auto;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.calendaritipattend .calendar-invitebox {
|
||||
background: none;
|
||||
padding-left: 0;
|
||||
|
|
|
@ -26,10 +26,11 @@
|
|||
<roundcube:object name="plugin.event_inviteform" />
|
||||
<roundcube:object name="plugin.event_invitebox" class="calendar-invitebox" />
|
||||
<roundcube:object name="plugin.event_rsvp_buttons" type="submit" iname="rsvp" id="event-rsvp" />
|
||||
<roundcube:object name="message" id="message" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<roundcube:object name="message" id="message" />
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue