Commit 8351f828 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

frontend cleanups

parent 2fd45a72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -352,7 +352,7 @@ text-shadow: 1px 0px 2px rgba(255, 255, 255, 1);
.number .value{ color:#444; font-size:20px; display:block; margin-bottom:5px; font-weight:bold; }
.number .desc{ color:#999; font-size:12px; margin-bottom:5px; display:block;  white-space:nowrap; }
.number:last-child{ border-right:none; }
.numbers_container{ padding-right:0px; width:215px; float:left; margin:15px 0 -1px 20px; padding-bottom:5px; border-bottom:1px solid #dedede; }
.numbers_container{ padding-right:0px; width:215px; float:left; margin:15px 0 -1px 20px; padding-bottom:5px; }

.numbers_container.size_3{ width:258px; }
.numbers_container.size_4{ width:358px; }
+12 −11
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ FnordMetric.widgets.toplistWidget = function(){
    if(!opts.ticks){
      var first = true;
      for(k in opts.gauges){
        if (opts.gauges.length > 1)
          headbar.append(
            $('<div></div>')
              .attr('class', 'button mr')