Skip to content

Commit

Permalink
oprava zmizení ikonek histogramu apod.
Browse files Browse the repository at this point in the history
issue #77
  • Loading branch information
PreVaDu committed Oct 31, 2015
1 parent 974f433 commit 762e6f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
15 changes: 8 additions & 7 deletions web/css.stylus/_navigation.styl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ navigationBox()
li
cursor move
float left; clear left
padding paletteLiPadding
&.rec1
background transparent url('../images/sprite-icons.png') -20px -415px no-repeat
&.rec2
Expand Down Expand Up @@ -150,7 +149,6 @@ dataFieldsIconLink()
li
cursor move
float left; clear left
padding paletteLiPadding
.add
background transparent url("../images/sprite-icons.png") -166px -162px no-repeat
display block
Expand Down Expand Up @@ -261,11 +259,14 @@ dataFieldsIconLink()
.filter-active
background-position 0 -20px !important
li
width 250px
height 20px
overflow hidden
text-overflow ellipsis
white-space nowrap
span
display inline-block
max-width 190px
height 18px
padding 1px 0
overflow hidden
text-overflow ellipsis
white-space nowrap

/*
#reports
Expand Down
12 changes: 6 additions & 6 deletions web/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ nav {
cursor: move;
float: left;
clear: left;
padding: 2px 0;
}
#attributes li.rec1 {
background: transparent url("../images/sprite-icons.png") -20px -415px no-repeat;
Expand Down Expand Up @@ -803,7 +802,6 @@ nav {
cursor: move;
float: left;
clear: left;
padding: 2px 0;
}
#data-fields li .add {
background: transparent url("../images/sprite-icons.png") -166px -162px no-repeat;
Expand Down Expand Up @@ -984,10 +982,12 @@ nav {
#data-fields .filter-active {
background-position: 0 -20px !important;
}
#attributes li,
#data-fields li {
width: 250px;
height: 20px;
#attributes li span,
#data-fields li span {
display: inline-block;
max-width: 190px;
height: 18px;
padding: 1px 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down

0 comments on commit 762e6f9

Please sign in to comment.