mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-07 05:50:13 +01:00
change 'insert timestamp' icon from 'magic' to 'pin-map' regarding #101741
Also removed ellipsis from fancy tab header
This commit is contained in:
parent
ff396d74b3
commit
4c4725883e
@ -215,7 +215,7 @@ class Image
|
|||||||
'symlink' => 'reply',
|
'symlink' => 'reply',
|
||||||
'tag_message' => 'tag',
|
'tag_message' => 'tag',
|
||||||
'tentative' => 'clock-history',
|
'tentative' => 'clock-history',
|
||||||
'timestamp' => 'magic',
|
'timestamp' => 'pin-map',
|
||||||
//'unlock' => 'unlock',
|
//'unlock' => 'unlock',
|
||||||
'up' => 'arrow-bar-up',
|
'up' => 'arrow-bar-up',
|
||||||
'update' => 'shield-exclamation',
|
'update' => 'shield-exclamation',
|
||||||
|
@ -7287,6 +7287,10 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
|
|||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
|
||||||
border-bottom-width: 0px !important;
|
border-bottom-width: 0px !important;
|
||||||
}
|
}
|
||||||
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header {
|
||||||
|
padding: 0 0.5em;
|
||||||
|
overflow: initial;
|
||||||
|
}
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -7299,9 +7303,6 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
|
|||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header {
|
|
||||||
padding: 0 0.5em;
|
|
||||||
}
|
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button {
|
||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
@ -136,11 +136,16 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
|
|
||||||
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header{
|
||||||
|
padding: 0 0.5em;
|
||||||
|
overflow: initial;
|
||||||
|
|
||||||
|
h1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
img.egw_fw_ui_tab_icon {
|
||||||
width: 40px !important;
|
width: 40px !important;
|
||||||
height: 28px !important;
|
height: 28px !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -149,8 +154,6 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
|
|||||||
padding-right: .5em;
|
padding-right: .5em;
|
||||||
padding-left: .5em;
|
padding-left: .5em;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header{
|
|
||||||
padding: 0 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user