mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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-', '');
|
||||
}
|
||||
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,
|
||||
refreshCallback: this.view_refresh,
|
||||
id: id + '-' + extras.crm_list,
|
||||
|
@ -229,7 +229,7 @@ class AddressbookApp extends EgwApp
|
||||
}
|
||||
|
||||
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,
|
||||
refreshCallback: this.view_refresh,
|
||||
id: id+'-'+extras.crm_list,
|
||||
|
@ -4319,6 +4319,7 @@ td.message span.message {
|
||||
cursor: pointer;
|
||||
background-repeat: repeat-x;
|
||||
height: 100%;
|
||||
max-width: 200px;
|
||||
}
|
||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header .notifyTabDiv {
|
||||
position: absolute;
|
||||
@ -4511,6 +4512,9 @@ td.message span.message {
|
||||
color: #000000;
|
||||
padding-top: 0;
|
||||
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 {
|
||||
background-image: url(../images/reload.png);
|
||||
|
@ -86,6 +86,7 @@
|
||||
cursor: pointer;
|
||||
background-repeat:repeat-x;
|
||||
height: 100%;
|
||||
max-width: 200px;
|
||||
.notifyTabDiv {
|
||||
position: absolute;
|
||||
background-color: #c14343;
|
||||
|
@ -102,6 +102,9 @@
|
||||
.color_100_gray;
|
||||
padding-top: 0;
|
||||
line-height: 33px;
|
||||
height: 33px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
&:active {}
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user