pixelegg changes from friday

This commit is contained in:
Ralf Becker 2014-02-17 08:27:52 +00:00
parent 691caf3954
commit b94aee7fc6
3 changed files with 9 additions and 13 deletions

View File

@ -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;
} }

View File

@ -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;}
} }

View File

@ -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;