fix filter icon style
authorjgunderson <jgunderson@erpbisolutions.com>
Fri, 25 Jul 2014 17:01:29 +0000 (13:01 -0400)
committerjgunderson <jgunderson@erpbisolutions.com>
Fri, 25 Jul 2014 17:01:29 +0000 (13:01 -0400)
lib/enyo-x/source/less/dashboard.less
lib/enyo-x/source/stylesheets/screen.css

index f42fe26..502edbd 100644 (file)
@@ -90,6 +90,7 @@
     .icon-filter {
        color: @black;
        position: absolute;
+       top: 0;
        right: 35px;
     }
   }
index ac08fc3..62aa1aa 100755 (executable)
@@ -2928,6 +2928,7 @@ a,
 .selectable-chart .chart-title-bar .icon-filter {
   color: #070707;
   position: absolute;
+  top: 0;
   right: 35px;
 }
 .selectable-chart .chart-bottom {