Elastic: Fix logo in itipattend.html
This commit is contained in:
parent
1e6d75f750
commit
e2079c1a89
2 changed files with 10 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
<roundcube:include file="includes/layout.html" />
|
||||
|
||||
<roundcube:object name="plugin.event_inviteform" class="standalone-invitebox" />
|
||||
<roundcube:object name="logo" src="/images/logo.svg" data-src-small="0" id="logo" alt="Logo" />
|
||||
<div class="calendar-invitebox invitebox boxinformation">
|
||||
<roundcube:object name="plugin.event_invitebox" />
|
||||
<roundcube:object name="plugin.event_rsvp_buttons" type="submit" iname="rsvp" id="event-rsvp" delegate="false" />
|
||||
|
|
|
@ -1760,14 +1760,19 @@ body.task-calendar {
|
|||
|
||||
.standalone-invitebox {
|
||||
margin: 0 auto;
|
||||
padding-top: 36vh;
|
||||
max-width: 500px;
|
||||
width: 95%;
|
||||
background: url("@{skin-path}/images/watermark.jpg") center -20px no-repeat;
|
||||
background-size: auto 40%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
top: 15vh;
|
||||
position: relative;
|
||||
|
||||
#logo {
|
||||
max-height: 90px;
|
||||
}
|
||||
|
||||
.invitebox {
|
||||
border: 1px solid @color-layout-border !important;
|
||||
margin-top: 3em !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue