Revert commit 55785 as it wasn't a proper fix, and fix taglist suggestion in calendar edit

This commit is contained in:
Hadi Nategh 2016-04-21 12:39:31 +00:00
parent f77f52d77d
commit 6c19f07d17
2 changed files with 2 additions and 4 deletions

View File

@ -1042,8 +1042,6 @@ ul.et2_link_string {
/* min-height to fix calculations done while hidden */ /* min-height to fix calculations done while hidden */
.et2_taglist, .et2_taglist > div.ms-ctn { .et2_taglist, .et2_taglist > div.ms-ctn {
min-height: 23px; min-height: 23px;
margin-top:5px;
margin-bottom:5px;
} }
/* Toggle single / multiple */ /* Toggle single / multiple */
.et2_taglist_toggle { .et2_taglist_toggle {
@ -1062,7 +1060,7 @@ ul.et2_link_string {
} }
.et2_taglist_toggle > div.toggle { .et2_taglist_toggle > div.toggle {
top: 6px; top: 1px;
width: 23px; width: 23px;
height: 23px; height: 23px;
position: absolute; position: absolute;

View File

@ -54,7 +54,7 @@
</columns> </columns>
<rows> <rows>
<row class="th"></row> <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"/> <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"/> <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"/> <textbox type="integer" align="center" id="quantity" min="1" size="3"/>