Revision 80ec0af8 snf-astakos-app/astakos/im/static/im/css/modules.css

b/snf-astakos-app/astakos/im/static/im/css/modules.css
489 489
     
490 490
}
491 491

  
492
.stats .bar span + em							{ position: }
492
.stats .bar span + em							{ position: absolute; }
493
.stats .bar 									{ position: relative; }
493 494
.stats .red .bar span							{ background:#ef4f54; }
494 495
.stats .yellow .bar span						{ background:#f6921e; }
495 496
.stats .green .bar span							{ background:#55b577; }
......
600 601
}
601 602

  
602 603
.stats .bar em {
603
    transition: width 1s, color 0.2s;
604
    -moz-transition: width 1s, color 0.2s; /* Firefox 4 */
605
    -webkit-transition: width 1s, color 0.2s; /* Safari and Chrome */
606
    -o-transition: width 1s, color 0.2s; /* Opera */
604
    transition: left 1s, color 0.2s;
605
    -moz-transition: left 1s, color 0.2s; /* Firefox 4 */
606
    -webkit-transition: left 1s, color 0.2s; /* Safari and Chrome */
607
    -o-transition: left 1s, color 0.2s; /* Opera */
607 608
}
608 609

  
610

  
609 611
i.tiny { font-size: 0.8em; color: #999;}
610 612

  
611 613
h2 span.subtitle { font-size: 0.9em; color: #55B577;}

Also available in: Unified diff