Commit 3617773b authored by Paul Asmuth's avatar Paul Asmuth
Browse files

css...

parent 2b46348e
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -79,6 +79,21 @@ fn-metric-explorer-list fn-table {
  border-top: none;
}

fn-metric-explorer-list fn-table /deep/ table > thead > tr > td,
fn-metric-explorer-list fn-table /deep/ table > thead > tr > th,
fn-metric-explorer-list fn-table /deep/ table > tbody > tr > td,
fn-metric-explorer-list fn-table /deep/ table > tbody > tr > th {
  font-size: 13px;
  line-height: 32px;
  padding: 0 0 0 15px;
}

fn-metric-explorer-list fn-table /deep/ table > thead > tr > td,
fn-metric-explorer-list fn-table /deep/ table > thead > tr > th {
  font-weight: 600;
  border-right: 1px solid #eaedf1;
}

fn-metric-explorer-list fn-table /deep/ table {
  border-left: none;
  border-right: none;
@@ -131,3 +146,8 @@ fn-table /deep/ tr th {
fn-table /deep/ td {
  border-bottom: 1px solid #eaedf1;
}

fn-table /deep/ thead th.sortable:after {
  line-height: 32px;
  margin-right: 10px;
}
+13 −0
Original line number Diff line number Diff line
<!--

fn-metric-explorer-preview /deep/ #result_pane_loader {
  background: #f6f6f8;
}

fn-metric-explorer-preview /deep/ .result_pane {
  background: #fff;
  padding: 10px 10px 10px 0px;
  margin: 3px;
  border: 1px solid #ddd;
  text-align: center;
}
  This file is part of the "FnordMetric" project
    Copyright (c) 2014 Laura Schlimmer
    Copyright (c) 2014 Paul Asmuth, Google Inc.
@@ -77,6 +89,7 @@
      padding: 10px 0 20px;
      background: #fff;
      display: none;
      text-align: center;
    }

    .result_pane.active {
+4 −4
Original line number Diff line number Diff line
@@ -60,8 +60,7 @@ fn-table /deep/ thead th {
  line-height: 1em;
}

.fn-table thead th,
fn-table /deep/ thead th.sortable:before {
fn-table /deep/ thead th.sortable:after {
  font-family: FontAwesome;
  line-height: 1;
  height: 1em;
@@ -70,13 +69,14 @@ fn-table /deep/ thead th.sortable:before {
  padding-right: 0.5em;
  font-size: 1em;
  content: "\f0d8";
  float: right;
}

fn-table /deep/ thead th.sortable.desc:before {
fn-table /deep/ thead th.sortable.desc:after {
  content: "\f0d7";
}

fn-table /deep/ thead th.sortable.asc:before {
fn-table /deep/ thead th.sortable.asc:after {
  content: "\f0d8";
}