mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +01:00
Add favorites sortable placeholder css class
This commit is contained in:
parent
9805f019a1
commit
fa50c92609
@ -915,6 +915,13 @@ div.message.floating {
|
|||||||
.nextmatch_header ul.favorites {
|
.nextmatch_header ul.favorites {
|
||||||
min-width: 20ex;
|
min-width: 20ex;
|
||||||
}
|
}
|
||||||
|
.ui-fav-sortable-placeholder {
|
||||||
|
height: 24px;
|
||||||
|
border: 1px dashed silver;
|
||||||
|
border-radius: 2px;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 2px 5px;
|
||||||
|
}
|
||||||
.nextmatch_header .favorites li .ui-menu .ui-menu-item a {
|
.nextmatch_header .favorites li .ui-menu .ui-menu-item a {
|
||||||
text-indent: -22px;
|
text-indent: -22px;
|
||||||
margin-left: 21px;
|
margin-left: 21px;
|
||||||
|
Loading…
Reference in New Issue
Block a user