mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix calendar's description field
This commit is contained in:
parent
018065d30c
commit
6471396192
@ -1697,4 +1697,6 @@ et2-switch#calendar-toolbar_toolbar-weekend {
|
||||
|
||||
#calendar-list_nm .nextmatch_header .search {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#calendar-edit_description {height:70%;margin-bottom: 2em;}
|
@ -3,7 +3,7 @@
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="calendar.edit.description" template="" lang="" group="0" version="1.0.1.001">
|
||||
<textbox multiline="true" id="description" rows="12" cols="70" width="99%" height="150" resize_ratio="0.7"/>
|
||||
<textbox multiline="true" id="description" rows="8" cols="70" width="99%" resize_ratio="0.7"/>
|
||||
<hbox disabled="@no_add_alarm" height="35">
|
||||
<button label="Add new alarm" id="button[add_alarm]" image="add" background_image="1"/>
|
||||
<menulist>
|
||||
|
@ -1659,6 +1659,10 @@ et2-switch#calendar-toolbar_toolbar-weekend {
|
||||
#calendar-list_nm .nextmatch_header .search {
|
||||
display: none;
|
||||
}
|
||||
#calendar-edit_description {
|
||||
height: 70%;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
/*generell*/
|
||||
.egw_fw_content_browser_iframe img[src$="svg"] {
|
||||
background-color: #828282 !important;
|
||||
|
Loading…
Reference in New Issue
Block a user