Sidebox styling:

- Another approach for fixing favorite icons
- Add ellipsis for menu items with large text
This commit is contained in:
Hadi Nategh 2016-06-02 11:20:52 +02:00
parent bc923dfa12
commit 3011c1f095
5 changed files with 14 additions and 2 deletions

View File

@ -1529,9 +1529,9 @@ div.message.floating {
}
.sidebox-favorites .favorites div.ui-icon-heart {
position: relative;
float: left;
vertical-align: middle;
display: inline-block;
margin: -2px 1px 0px 1px;
margin: -1px 1px 0px 1px;
}
.sidebox-favorites .favorites div.ui-icon-trash {
margin-top: -5px;

View File

@ -4539,6 +4539,9 @@ td.message span.message {
position: relative;
min-height: 18px;
background-color: #FFFFFF;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.egw_fw_ui_sidemenu_listitem:hover {
color: #000000;

View File

@ -4528,6 +4528,9 @@ td.message span.message {
position: relative;
min-height: 18px;
background-color: #FFFFFF;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.egw_fw_ui_sidemenu_listitem:hover {
color: #000000;

View File

@ -566,6 +566,9 @@
position: relative;
min-height: 18px;
background-color: @gray_0;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
// Submenu Hover Item - gelb
&:hover{

View File

@ -4550,6 +4550,9 @@ td.message span.message {
position: relative;
min-height: 18px;
background-color: #FFFFFF;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.egw_fw_ui_sidemenu_listitem:hover {
color: #000000;