mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
* Mail/Calendar: show scrollbar, if meeting request does not fit into preview area
This commit is contained in:
parent
98ae5aac1c
commit
4ccd15a50d
@ -99,42 +99,43 @@
|
||||
</rows>
|
||||
</grid>
|
||||
<styles>
|
||||
#popupMainDiv {
|
||||
border: none;
|
||||
margin: 0;
|
||||
}
|
||||
#popupMainDiv {
|
||||
border: none;
|
||||
margin: 0;
|
||||
}
|
||||
form#calendar-meeting {
|
||||
overflow-y: auto;
|
||||
}
|
||||
.meetingRequestMessage {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.meetingRequestMessage {
|
||||
font-size: 120%;
|
||||
}
|
||||
table.meetingRequest {
|
||||
border: 2px solid black;
|
||||
}
|
||||
.meetingRequest tr.th {
|
||||
background-color: #4040FF;
|
||||
}
|
||||
.meetingRequest tr.th td {
|
||||
font-weight: bold;
|
||||
font-size: 120%;
|
||||
color: white;
|
||||
}
|
||||
.meetingRequest td {
|
||||
padding: 3px;
|
||||
}
|
||||
.meetingRequest a {
|
||||
display: inline-block;
|
||||
max-width: 60em;
|
||||
overflow-wrap: break-word;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
table.meetingRequest {
|
||||
border: 2px solid black;
|
||||
}
|
||||
.meetingRequest tr.th {
|
||||
background-color: #4040FF;
|
||||
}
|
||||
.meetingRequest tr.th td {
|
||||
font-weight: bold;
|
||||
font-size: 120%;
|
||||
color: white;
|
||||
}
|
||||
.meetingRequest td {
|
||||
padding: 3px;
|
||||
}
|
||||
.meetingRequest a {
|
||||
display: inline-block;
|
||||
max-width: 60em;
|
||||
overflow-wrap: break-word;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
.meetingRequestError {
|
||||
color: red;
|
||||
font-style: italic;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
</styles>
|
||||
.meetingRequestError {
|
||||
color: red;
|
||||
font-style: italic;
|
||||
font-size: 120%;
|
||||
}
|
||||
</styles>
|
||||
</template>
|
||||
</overlay>
|
Loading…
Reference in New Issue
Block a user