mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +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',
|
||||
'tag_message' => 'tag',
|
||||
'tentative' => 'clock-history',
|
||||
'timestamp' => 'magic',
|
||||
'timestamp' => 'pin-map',
|
||||
//'unlock' => 'unlock',
|
||||
'up' => 'arrow-bar-up',
|
||||
'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 {
|
||||
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 {
|
||||
display: none;
|
||||
}
|
||||
@ -7299,9 +7303,6 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
|
||||
padding-right: 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 {
|
||||
background-size: 12px 12px;
|
||||
right: 0px;
|
||||
|
@ -136,21 +136,24 @@ 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 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
||||
width: 40px !important;
|
||||
height: 28px !important;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-top: .2em;
|
||||
padding-right:.5em;
|
||||
padding-left: .5em;
|
||||
}
|
||||
#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;
|
||||
}
|
||||
|
||||
img.egw_fw_ui_tab_icon {
|
||||
width: 40px !important;
|
||||
height: 28px !important;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-top: .2em;
|
||||
padding-right: .5em;
|
||||
padding-left: .5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user