mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
pixelegg changes from friday
This commit is contained in:
parent
691caf3954
commit
b94aee7fc6
@ -829,6 +829,11 @@
|
|||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
.sidebox-favorites ul.favorites li:first-child a div.ui-icon-heart {
|
||||||
|
background-image: url(../images/trash.png);
|
||||||
|
background-size: 12px 12px;
|
||||||
|
background-position: 0 0;
|
||||||
|
}
|
||||||
.sidebox-favorites ul.favorites li:first-child a div.sideboxstar {
|
.sidebox-favorites ul.favorites li:first-child a div.sideboxstar {
|
||||||
background-image: url(../images/trash.png);
|
background-image: url(../images/trash.png);
|
||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
@ -4583,9 +4588,6 @@ table.nextmatch_header img {
|
|||||||
/*min-height: 50px;*/
|
/*min-height: 50px;*/
|
||||||
}
|
}
|
||||||
.egw_fw_ui_category_content:last-child {
|
.egw_fw_ui_category_content:last-child {
|
||||||
/*padding: 5px 0.3em 1.5em 0.3em;*/
|
|
||||||
/*margin: 0 0 10px 0;*/
|
|
||||||
/*.background_color_30_gray;*/
|
|
||||||
-webkit-border-top-right-radius: 0;
|
-webkit-border-top-right-radius: 0;
|
||||||
-webkit-border-bottom-right-radius: 0;
|
-webkit-border-bottom-right-radius: 0;
|
||||||
-webkit-border-bottom-left-radius: 10px;
|
-webkit-border-bottom-left-radius: 10px;
|
||||||
@ -4650,7 +4652,7 @@ table.nextmatch_header img {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_sidemenu_listitem a {
|
.egw_fw_ui_sidemenu_listitem a {
|
||||||
padding: 5px 0px 5px 0px;
|
padding: 5px 0px 5px 5px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
}
|
}
|
||||||
|
@ -720,7 +720,7 @@ hr {
|
|||||||
|
|
||||||
// Filter aufheben
|
// Filter aufheben
|
||||||
li:first-child{
|
li:first-child{
|
||||||
|
a div.ui-icon-heart {background-image: url(../images/trash.png); background-size: 12px 12px;background-position: 0 0;}
|
||||||
a div.sideboxstar {background-image: url(../images/trash.png); background-size: 12px 12px;background-position: 0 0;}
|
a div.sideboxstar {background-image: url(../images/trash.png); background-size: 12px 12px;background-position: 0 0;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -797,10 +797,8 @@
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
/*min-height: 50px;*/
|
/*min-height: 50px;*/
|
||||||
|
|
||||||
|
// Last Element rounded
|
||||||
&:last-child{
|
&:last-child{
|
||||||
/*padding: 5px 0.3em 1.5em 0.3em;*/
|
|
||||||
/*margin: 0 0 10px 0;*/
|
|
||||||
/*.background_color_30_gray;*/
|
|
||||||
.border_radius (0, 0, 10px, 0);
|
.border_radius (0, 0, 10px, 0);
|
||||||
border-color: @gray_30;
|
border-color: @gray_30;
|
||||||
}
|
}
|
||||||
@ -872,7 +870,7 @@
|
|||||||
// normale Links
|
// normale Links
|
||||||
a {
|
a {
|
||||||
// .Complete_Button_text;
|
// .Complete_Button_text;
|
||||||
padding: 5px 0px 5px 0px;
|
padding: 5px 0px 5px 5px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
|
|
||||||
@ -904,14 +902,10 @@
|
|||||||
|
|
||||||
//löschen
|
//löschen
|
||||||
a:nth-child(2){
|
a:nth-child(2){
|
||||||
// float: left;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
// margin-left: 72%;
|
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
// .Complete_Button_Icon_normal;
|
|
||||||
// margin-right: 0.5em;
|
|
||||||
padding: 0px 2px 0 2px;
|
padding: 0px 2px 0 2px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
min-width: 5px;
|
min-width: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user