mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Revert commit 55785 as it wasn't a proper fix, and fix taglist suggestion in calendar edit
This commit is contained in:
parent
f77f52d77d
commit
6c19f07d17
@ -1042,8 +1042,6 @@ ul.et2_link_string {
|
||||
/* min-height to fix calculations done while hidden */
|
||||
.et2_taglist, .et2_taglist > div.ms-ctn {
|
||||
min-height: 23px;
|
||||
margin-top:5px;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
/* Toggle single / multiple */
|
||||
.et2_taglist_toggle {
|
||||
@ -1062,7 +1060,7 @@ ul.et2_link_string {
|
||||
}
|
||||
|
||||
.et2_taglist_toggle > div.toggle {
|
||||
top: 6px;
|
||||
top: 1px;
|
||||
width: 23px;
|
||||
height: 23px;
|
||||
position: absolute;
|
||||
|
@ -54,7 +54,7 @@
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="th"></row>
|
||||
<row disabled="@no_add" height="35" class="et2_toolbar">
|
||||
<row disabled="@no_add" height="60" class="et2_toolbar">
|
||||
<button align="center" id="add" image="add" novalidate="1" background_image="1" readonly="true" ro_image="add"/>
|
||||
<calendar-owner id="participant" allowFreeEntries="true" span="2" empty_label="Add new participants or resource" onchange="app.calendar.participantOnChange"/>
|
||||
<textbox type="integer" align="center" id="quantity" min="1" size="3"/>
|
||||
|
Loading…
Reference in New Issue
Block a user