mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Calendar - button icons & icon size update for conflict & freetime search
This commit is contained in:
parent
a6a3cb9a0f
commit
6c772f7289
@ -154,6 +154,10 @@ div.calendar_conflicts {
|
||||
max-height: 540px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.calendar_conflicts img {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
/* Loader - hide sizing behind overlay*/
|
||||
#egw-loadin-prompt_calendar::before {
|
||||
|
@ -25,10 +25,10 @@
|
||||
</rows>
|
||||
</grid>
|
||||
</box>
|
||||
<hbox>
|
||||
<button label="Ignore conflict" id="button[ignore]" statustext="Saves the event ignoring the conflict"/>
|
||||
<button id="button[reedit]" label="Re-Edit event" statustext="Allows to edit the event again"/>
|
||||
<button label="Freetime search" id="button[freetime]" statustext="Find free timeslots where the selected participants are available for the given timespan"/>
|
||||
<hbox class="dialogFooterToolbar">
|
||||
<button label="Ignore conflict" id="button[ignore]" image="check" background_image="1" statustext="Saves the event ignoring the conflict"/>
|
||||
<button id="button[reedit]" label="Re-Edit event" image="edit" background_image="1" statustext="Allows to edit the event again"/>
|
||||
<button label="Freetime search" id="button[freetime]" image="search" background_image="1" statustext="Find free timeslots where the selected participants are available for the given timespan"/>
|
||||
</hbox>
|
||||
</template>
|
||||
</overlay>
|
||||
|
@ -61,8 +61,8 @@
|
||||
<select-dow rows="10" id="weekdays" statustext="Weekdays to use in search" class="calendar_freetime_dow"/>
|
||||
</hbox>
|
||||
</row>
|
||||
<row>
|
||||
<button label="New search" id="search" statustext="new search with the above parameters"/>
|
||||
<row class="dialogFooterToolbar">
|
||||
<button label="New search" id="search" image="search" background_image="1" statustext="new search with the above parameters"/>
|
||||
<hbox>
|
||||
<menulist>
|
||||
<menupopup no_lang="1" id="search_window" statustext="how far to search (from startdate)"/>
|
||||
|
@ -163,6 +163,11 @@ div.calendar_conflicts {
|
||||
max-height: 540px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.calendar_conflicts img {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
/* Loader - hide sizing behind overlay*/
|
||||
#egw-loadin-prompt_calendar::before {
|
||||
opacity: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user