Calendar - button icons & icon size update for conflict & freetime search

This commit is contained in:
nathangray 2019-09-10 10:35:37 -06:00
parent a6a3cb9a0f
commit 6c772f7289
4 changed files with 15 additions and 6 deletions

View File

@ -154,6 +154,10 @@ div.calendar_conflicts {
max-height: 540px; max-height: 540px;
overflow-y: auto; overflow-y: auto;
} }
.calendar_conflicts img {
width: 22px;
height: 22px;
}
/* Loader - hide sizing behind overlay*/ /* Loader - hide sizing behind overlay*/
#egw-loadin-prompt_calendar::before { #egw-loadin-prompt_calendar::before {

View File

@ -25,10 +25,10 @@
</rows> </rows>
</grid> </grid>
</box> </box>
<hbox> <hbox class="dialogFooterToolbar">
<button label="Ignore conflict" id="button[ignore]" statustext="Saves the event ignoring the conflict"/> <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" statustext="Allows to edit the event again"/> <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]" statustext="Find free timeslots where the selected participants are available for the given timespan"/> <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> </hbox>
</template> </template>
</overlay> </overlay>

View File

@ -61,8 +61,8 @@
<select-dow rows="10" id="weekdays" statustext="Weekdays to use in search" class="calendar_freetime_dow"/> <select-dow rows="10" id="weekdays" statustext="Weekdays to use in search" class="calendar_freetime_dow"/>
</hbox> </hbox>
</row> </row>
<row> <row class="dialogFooterToolbar">
<button label="New search" id="search" statustext="new search with the above parameters"/> <button label="New search" id="search" image="search" background_image="1" statustext="new search with the above parameters"/>
<hbox> <hbox>
<menulist> <menulist>
<menupopup no_lang="1" id="search_window" statustext="how far to search (from startdate)"/> <menupopup no_lang="1" id="search_window" statustext="how far to search (from startdate)"/>

View File

@ -163,6 +163,11 @@ div.calendar_conflicts {
max-height: 540px; max-height: 540px;
overflow-y: auto; overflow-y: auto;
} }
.calendar_conflicts img {
width: 22px;
height: 22px;
}
/* Loader - hide sizing behind overlay*/ /* Loader - hide sizing behind overlay*/
#egw-loadin-prompt_calendar::before { #egw-loadin-prompt_calendar::before {
opacity: 1; opacity: 1;