mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
Sidebox styling:
- Another approach for fixing favorite icons - Add ellipsis for menu items with large text
This commit is contained in:
parent
bc923dfa12
commit
3011c1f095
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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{
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user