mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix some styling issues
This commit is contained in:
parent
67d50fca78
commit
35118299cf
@ -775,7 +775,8 @@
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item:hover a .ui-icon-trash {
|
||||
background-image: url(../images/delete.svg);
|
||||
background-size: 12px 12px;
|
||||
background-position: center 4px;
|
||||
background-position: center 2px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item:first-of-type a {
|
||||
color: #000000;
|
||||
@ -785,12 +786,12 @@
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
||||
line-height: inherit;
|
||||
padding: 2px 3px;
|
||||
padding: 2px 1px;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
||||
background-image: url(../images/favorites.svg);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
background-position: 1px 0;
|
||||
margin-right: 9px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
@ -764,7 +764,8 @@
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item:hover a .ui-icon-trash {
|
||||
background-image: url(../images/delete.svg);
|
||||
background-size: 12px 12px;
|
||||
background-position: center 4px;
|
||||
background-position: center 2px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item:first-of-type a {
|
||||
color: #000000;
|
||||
@ -774,12 +775,12 @@
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
||||
line-height: inherit;
|
||||
padding: 2px 3px;
|
||||
padding: 2px 1px;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
||||
background-image: url(../images/favorites.svg);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
background-position: 1px 0;
|
||||
margin-right: 9px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
@ -775,7 +775,8 @@
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item:hover a .ui-icon-trash {
|
||||
background-image: url(../images/delete.svg);
|
||||
background-size: 12px 12px;
|
||||
background-position: center 4px;
|
||||
background-position: center 2px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item:first-of-type a {
|
||||
color: #000000;
|
||||
@ -785,12 +786,12 @@
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
||||
line-height: inherit;
|
||||
padding: 2px 3px;
|
||||
padding: 2px 1px;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
||||
background-image: url(../images/favorites.svg);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
background-position: 1px 0;
|
||||
margin-right: 9px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
@ -733,7 +733,8 @@ div.header_row_right{
|
||||
.ui-icon-trash {
|
||||
background-image: url(../images/delete.svg);
|
||||
background-size: 12px 12px;
|
||||
background-position: center 4px;
|
||||
background-position: center 2px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -750,9 +751,9 @@ div.header_row_right{
|
||||
|
||||
a {
|
||||
line-height: inherit;
|
||||
padding: 2px 3px;
|
||||
padding: 2px 1px;
|
||||
// Heart
|
||||
div.ui-icon-heart {background-image: url(../images/favorites.svg); background-size: 12px 12px;background-position: 0 0;margin-right:9px;margin-left:2px;}
|
||||
div.ui-icon-heart {background-image: url(../images/favorites.svg); background-size: 12px 12px;background-position: 1px 0;margin-right:9px;margin-left:2px;}
|
||||
// Bulltpoints
|
||||
div.sideboxstar {
|
||||
width: 4px;
|
||||
|
@ -786,7 +786,8 @@
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item:hover a .ui-icon-trash {
|
||||
background-image: url(../images/delete.svg);
|
||||
background-size: 12px 12px;
|
||||
background-position: center 4px;
|
||||
background-position: center 2px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item:first-of-type a {
|
||||
color: #000000;
|
||||
@ -796,12 +797,12 @@
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
||||
line-height: inherit;
|
||||
padding: 2px 3px;
|
||||
padding: 2px 1px;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
||||
background-image: url(../images/favorites.svg);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
background-position: 1px 0;
|
||||
margin-right: 9px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user