Commit 6dd745a7 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

css

parent 3617773b
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ fn-metric-explorer-preview .navigation {
  background: #f6f6f8;
  height: 36px;
  padding: 0 14px;
  margin: 0;
  border-bottom: 1px solid #d6d6d8;
  box-shadow: 0 1px 1px rgba(0,0,0,.08);
}
@@ -75,6 +76,12 @@ fn-metric-explorer-preview .navigation fn-dropdown /deep/ fn-dropdown-header {
  font-size: 13px;
}

fn-metric-explorer-preview .navigation .item {
  line-height: 36px;
  padding: 0;
  margin: 0 15px 0 0;
}

fn-metric-explorer-list fn-table {
  border-top: none;
}
@@ -117,12 +124,29 @@ fn-metric-control /deep/ fn-button {
  margin: 0;
}

fn-metric-control /deep/ .metric h3::before {
  font-family: FontAwesome;
  line-height: 1;
  height: 1em;
  vertical-align:middle;
  font-weight: normal;
  padding-right: 0.5em;
  font-size: 10px;
  color: #06c;
  margin-left: -2px;
  margin-right: 5px;
  content: "\f0c8";
}

fn-metric-control /deep/ .metric h3 {
  margin: 0;
  padding: 0 15px;
  display: inline;
  line-height: 36px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
}

fn-metric-control /deep/ .metric i.fa {
+2 −0
Original line number Diff line number Diff line
@@ -68,6 +68,8 @@
      float:left;
      width: 250px;
      border-right: 1px solid #d4d4d5;
      white-space: nowrap;
      overflow: hidden;
    }

    .metric > .view {
+1 −37
Original line number Diff line number Diff line
@@ -39,42 +39,6 @@ fn-metric-explorer-preview /deep/ .result_pane {
      margin-left: 0;
    }

    .navigation .item .text {
      font-size: 0.95em;
    }

    .navigation .item fn-dropdown {
      margin-top: 10px;
    }

    .group {
      height: 100%;
      float: left;
      padding: 14px 20px 0 20px;
    }

    .group b {
      font-weight: normal;
      font-size: 80%;
      line-height: 12px;
      font-weight: 500;
      display: block;
      margin-bottom: 6px;
      opacity: 0.7;
    }

    .group.timenav {
      padding: 0;
    }

    .group.timenav * {
      float:left;
    }

    .group.timenav fn-datepicker {
      margin: 3px 10px 0 10px;
    }

    #result_pane_loader fn-message {
      display:none;
    }
@@ -89,7 +53,7 @@ fn-metric-explorer-preview /deep/ .result_pane {
      padding: 10px 0 20px;
      background: #fff;
      display: none;
      text-align: center;
      text-align: cente;
    }

    .result_pane.active {