Browse Source

Fix horizontal icon alignment with statistic

1.0
jlukic 10 years ago
parent
commit
e4e8aa5d11
1 changed files with 5 additions and 0 deletions
  1. 5
      src/definitions/views/statistic.less

5
src/definitions/views/statistic.less

@ -136,6 +136,7 @@
.ui.statistic > .value .icon { .ui.statistic > .value .icon {
opacity: 1; opacity: 1;
width: auto; width: auto;
margin: 0em;
} }
/*-------------- /*--------------
@ -189,6 +190,10 @@
.ui.horizontal.statistics > .statistic > .text.value { .ui.horizontal.statistics > .statistic > .text.value {
min-height: 0em !important; min-height: 0em !important;
} }
.ui.horizontal.statistics .statistic > .value .icon,
.ui.horizontal.statistic > .value .icon {
width: @iconWidth;
}
.ui.horizontal.statistics .statistic > .value, .ui.horizontal.statistics .statistic > .value,
.ui.horizontal.statistic > .value { .ui.horizontal.statistic > .value {

Loading…
Cancel
Save