mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 23:58:54 +01:00
WIP Multitabs: fix some styling issues
This commit is contained in:
parent
321aebf199
commit
266f5059d3
@ -206,7 +206,7 @@ var AddressbookApp = /** @class */ (function (_super) {
|
|||||||
extras.crm_list = _action.id.replace('view-', '');
|
extras.crm_list = _action.id.replace('view-', '');
|
||||||
}
|
}
|
||||||
this.egw.openTab(id, 'addressbook', 'view', extras, {
|
this.egw.openTab(id, 'addressbook', 'view', extras, {
|
||||||
displayName: data.n_fn + "(" + egw.lang(extras.crm_list) + ")",
|
displayName: data.n_fn + " (" + egw.lang(extras.crm_list) + ")",
|
||||||
icon: data.photo,
|
icon: data.photo,
|
||||||
refreshCallback: this.view_refresh,
|
refreshCallback: this.view_refresh,
|
||||||
id: id + '-' + extras.crm_list,
|
id: id + '-' + extras.crm_list,
|
||||||
|
@ -229,7 +229,7 @@ class AddressbookApp extends EgwApp
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.egw.openTab(id, 'addressbook', 'view', extras, {
|
this.egw.openTab(id, 'addressbook', 'view', extras, {
|
||||||
displayName: data.n_fn+"("+egw.lang(extras.crm_list)+")",
|
displayName: data.n_fn+" ("+egw.lang(extras.crm_list)+")",
|
||||||
icon: data.photo,
|
icon: data.photo,
|
||||||
refreshCallback: this.view_refresh,
|
refreshCallback: this.view_refresh,
|
||||||
id: id+'-'+extras.crm_list,
|
id: id+'-'+extras.crm_list,
|
||||||
|
@ -4319,6 +4319,7 @@ td.message span.message {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header .notifyTabDiv {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header .notifyTabDiv {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -4511,6 +4512,9 @@ td.message span.message {
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
line-height: 33px;
|
line-height: 33px;
|
||||||
|
height: 33px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:hover {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:hover {
|
||||||
background-image: url(../images/reload.png);
|
background-image: url(../images/reload.png);
|
||||||
|
@ -86,6 +86,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-repeat:repeat-x;
|
background-repeat:repeat-x;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-width: 200px;
|
||||||
.notifyTabDiv {
|
.notifyTabDiv {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #c14343;
|
background-color: #c14343;
|
||||||
|
@ -102,6 +102,9 @@
|
|||||||
.color_100_gray;
|
.color_100_gray;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
line-height: 33px;
|
line-height: 33px;
|
||||||
|
height: 33px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
&:active {}
|
&:active {}
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user