mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 07:21:04 +01:00
Some more styles for participants tab in calendar edit dialog
This commit is contained in:
parent
c088495708
commit
2339ca4598
@ -1432,3 +1432,4 @@ input#calendar-edit_location {padding-left: 0;}
|
|||||||
}
|
}
|
||||||
|
|
||||||
#calendar-edit_quantity.et2_textbox_ro {opacity:0.5;}
|
#calendar-edit_quantity.et2_textbox_ro {opacity:0.5;}
|
||||||
|
#calendar-edit_quantity, #calendar-edit_role {float:left;}
|
@ -55,12 +55,15 @@
|
|||||||
<rows>
|
<rows>
|
||||||
<row class="th"></row>
|
<row class="th"></row>
|
||||||
<row disabled="@no_add" height="60" class="et2_toolbar">
|
<row disabled="@no_add" height="60" class="et2_toolbar">
|
||||||
<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="4" empty_label="Add new participants or resource" onchange="app.calendar.participantOnChange"/>
|
||||||
<textbox type="integer" align="center" id="quantity" min="1" size="3"/>
|
<hbox>
|
||||||
<menulist>
|
<textbox type="integer" id="quantity" min="1" size="3"/>
|
||||||
<menupopup class="selectRole" id="role"/>
|
<menulist>
|
||||||
</menulist>
|
<menupopup class="selectRole" id="role" align="left"/>
|
||||||
<button align="center" id="add" image="add" novalidate="1" statustext="Please first select participants on the left and then use plus button to add them" background_image="1" readonly="true" ro_image="add"/>
|
</menulist>
|
||||||
|
<button id="add" image="add" novalidate="1" statustext="Please first select participants on the left and then use plus button to add them" background_image="1" readonly="true" ro_image="add"/>
|
||||||
|
</hbox>
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
<row class="th thb">
|
<row class="th thb">
|
||||||
<description value="Type"/>
|
<description value="Type"/>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* @package calendar
|
* @package calendar
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
/* $Id: app.css 55928 2016-04-29 08:40:55Z hnategh $ */
|
/* $Id: app.css 56001 2016-05-03 21:58:58Z nathangray $ */
|
||||||
/*Media print classes*/
|
/*Media print classes*/
|
||||||
@media print {
|
@media print {
|
||||||
#calendar-view.et2_container,
|
#calendar-view.et2_container,
|
||||||
@ -1391,6 +1391,10 @@ input#calendar-edit_location {
|
|||||||
#calendar-edit_quantity.et2_textbox_ro {
|
#calendar-edit_quantity.et2_textbox_ro {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
#calendar-edit_quantity,
|
||||||
|
#calendar-edit_role {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
/*generell*/
|
/*generell*/
|
||||||
.egw_fw_content_browser_iframe img[src$="svg"] {
|
.egw_fw_content_browser_iframe img[src$="svg"] {
|
||||||
background-color: #828282 !important;
|
background-color: #828282 !important;
|
||||||
@ -2621,5 +2625,3 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
#calendar_merge {
|
#calendar_merge {
|
||||||
margin: 9px 0 0 0;
|
margin: 9px 0 0 0;
|
||||||
}
|
}
|
||||||
/* ########################################################################################
|
|
||||||
/* * Calendar END */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user