remove favorite stuff, default is just right

This commit is contained in:
Ralf Becker 2014-03-04 16:34:07 +00:00
parent 84c611cb2c
commit c6e891952b
2 changed files with 6 additions and 40 deletions

View File

@ -88,16 +88,6 @@ tr.infolog_rowHasParent > td:first-child {
background-repeat: no-repeat;
background-position: 6px -2px;
}
span#favorite_sidebox_infolog .favorites li a div.ui-icon-heart {
background-image: none;
}
span#favorite_sidebox_infolog .favorites li img.sideboxstar {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 0px;
background-size: contain;
}
/* #############################################################################
// iframe
// Rahmen + padding**/

View File

@ -16,30 +16,6 @@
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
@import (less) "../default/app.css";
//********************************************
// Seitenleiste links
// Favoriten
span#favorite_sidebox_infolog{
.favorites{
li {
a div.ui-icon-heart{
background-image: none;
}
img.sideboxstar{
.box_shadow(none);
border: 0px;
background-size: contain;
}
}
}
}
/* #############################################################################
// iframe
// Rahmen + padding**/
@ -84,7 +60,7 @@ span#favorite_sidebox_infolog{
div.ui-helper-clearfix,
div.ui-helper-reset{
height: 0px;
@ -105,7 +81,7 @@ span#favorite_sidebox_infolog{
margin-top: 3px;
padding: 2px;
background-color: @gray_10;
.border_radius(3px, 3px, 3px, 10px);
background-image: none !important;
transition: all 0.5s linear;
@ -226,14 +202,14 @@ span#favorite_sidebox_infolog{
table.egwGridView_grid {
img{height: 16px;}
span.et2_link {font-weight: bold;}
ul.et2_link_string {
li.et2_link {font-weight: normal;}
}
//Date fixed height
.infolog_fixedHeight{.dimension_height_s;}