mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-14 18:51:49 +01:00
WIP cleanup css revert too much removed css
This commit is contained in:
parent
f688572dbf
commit
ff396d74b3
@ -4623,6 +4623,12 @@ body.scrollVertical {
|
|||||||
margin: 0 15px 2px 2px;
|
margin: 0 15px 2px 2px;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
}
|
}
|
||||||
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
||||||
|
display: inline-block;
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
margin: 5px 1px 0 1em;
|
||||||
|
}
|
||||||
#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-left: 1px solid #bfc0bf;
|
border-left: 1px solid #bfc0bf;
|
||||||
border-right: 1px solid #bfc0bf;
|
border-right: 1px solid #bfc0bf;
|
||||||
|
@ -4616,6 +4616,12 @@ body.scrollVertical {
|
|||||||
margin: 0 15px 2px 2px;
|
margin: 0 15px 2px 2px;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
}
|
}
|
||||||
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
||||||
|
display: inline-block;
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
margin: 5px 1px 0 1em;
|
||||||
|
}
|
||||||
#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-left: 1px solid #bfc0bf;
|
border-left: 1px solid #bfc0bf;
|
||||||
border-right: 1px solid #bfc0bf;
|
border-right: 1px solid #bfc0bf;
|
||||||
|
@ -131,6 +131,13 @@
|
|||||||
margin:0 15px 2px 2px;
|
margin:0 15px 2px 2px;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Images
|
||||||
|
img.egw_fw_ui_tab_icon {
|
||||||
|
display: inline-block;
|
||||||
|
.dimension_width_height_s;
|
||||||
|
margin: 5px 1px 0 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*active Tabs*/
|
/*active Tabs*/
|
||||||
|
Loading…
Reference in New Issue
Block a user