diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index b9517a9c3c..4c6a17c26b 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -829,6 +829,11 @@ background-size: 12px 12px; 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 { background-image: url(../images/trash.png); background-size: 12px 12px; @@ -4583,9 +4588,6 @@ table.nextmatch_header img { /*min-height: 50px;*/ } .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-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 10px; @@ -4650,7 +4652,7 @@ table.nextmatch_header img { float: right; } .egw_fw_ui_sidemenu_listitem a { - padding: 5px 0px 5px 0px; + padding: 5px 0px 5px 5px; text-decoration: none; min-width: 5em; } diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index af91b24916..74b119abdf 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -720,7 +720,7 @@ hr { // Filter aufheben 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;} } diff --git a/pixelegg/less/layout_raster.less b/pixelegg/less/layout_raster.less index 6f35c38954..52a5acf725 100644 --- a/pixelegg/less/layout_raster.less +++ b/pixelegg/less/layout_raster.less @@ -797,10 +797,8 @@ margin-right: 5px; /*min-height: 50px;*/ + // Last Element rounded &: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-color: @gray_30; } @@ -872,7 +870,7 @@ // normale Links a { // .Complete_Button_text; - padding: 5px 0px 5px 0px; + padding: 5px 0px 5px 5px; text-decoration: none; min-width: 5em; @@ -904,14 +902,10 @@ //löschen a:nth-child(2){ - // float: left; position: absolute; - // margin-left: 72%; right: 0; top: 0; background: transparent; - // .Complete_Button_Icon_normal; - // margin-right: 0.5em; padding: 0px 2px 0 2px; width: 10px; min-width: 5px;