forked from extern/egroupware
Some more styles for participants tab in calendar edit dialog
This commit is contained in:
parent
c088495708
commit
2339ca4598
@ -1431,4 +1431,5 @@ 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>
|
||||
<row class="th"></row>
|
||||
<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"/>
|
||||
<textbox type="integer" align="center" id="quantity" min="1" size="3"/>
|
||||
<menulist>
|
||||
<menupopup class="selectRole" id="role"/>
|
||||
</menulist>
|
||||
<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"/>
|
||||
<calendar-owner id="participant" allowFreeEntries="true" span="4" empty_label="Add new participants or resource" onchange="app.calendar.participantOnChange"/>
|
||||
<hbox>
|
||||
<textbox type="integer" id="quantity" min="1" size="3"/>
|
||||
<menulist>
|
||||
<menupopup class="selectRole" id="role" align="left"/>
|
||||
</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 class="th thb">
|
||||
<description value="Type"/>
|
||||
|
@ -11,7 +11,7 @@
|
||||
* @package calendar
|
||||
* @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 {
|
||||
#calendar-view.et2_container,
|
||||
@ -1391,6 +1391,10 @@ input#calendar-edit_location {
|
||||
#calendar-edit_quantity.et2_textbox_ro {
|
||||
opacity: 0.5;
|
||||
}
|
||||
#calendar-edit_quantity,
|
||||
#calendar-edit_role {
|
||||
float: left;
|
||||
}
|
||||
/*generell*/
|
||||
.egw_fw_content_browser_iframe img[src$="svg"] {
|
||||
background-color: #828282 !important;
|
||||
@ -2621,5 +2625,3 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
||||
#calendar_merge {
|
||||
margin: 9px 0 0 0;
|
||||
}
|
||||
/* ########################################################################################
|
||||
/* * Calendar END */
|
||||
|
Loading…
Reference in New Issue
Block a user