Commit 59a950ee authored by Laura Schlimmer's avatar Laura Schlimmer
Browse files

proper sizing

parent 24103222
Loading
Loading
Loading
Loading
+6 −16
Original line number Diff line number Diff line
@@ -95,22 +95,16 @@
    line-height:39px;
    border-bottom: 1px solid #dbdedf;
    font-size: 90%;
    padding: 0 20px;
    padding: 3px 20px;
    text-align: right;
  }

  fn-controls[type='secondary'] /deep/ fn-button {
    margin-right: 20px;
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    color: #545758;
  fn-controls[type='secondary'] /deep/ fn-daterangepicker /deep/ i {
    height: 35px;
    line-height: 35px;
  }

  fn-controls[type='secondary'] /deep/ fn-button:hover {
    text-decoration: underline;
    cursor: pointer;
  }


  fn-controls[type='secondary'] /deep/ fn-button /deep/ i {
    position: relative;
@@ -128,10 +122,6 @@
    font-weight:500;
  }

  fn-controls[type='secondary'] /deep/ fn-button + fn-button {
    border-left: 1px solid #ececec;
    padding-left: 20px;
  }

  fn-controls[type='secondary'] /deep/ fn-button[auto-refresh-on='on'] {
    color : #009fe9;
+1 −3
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    .wrapper {
      font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
      font-size: 14px;
      height: 24px;
      height: 100%;
    }

    .fa {
@@ -30,8 +30,6 @@
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      height: 22px;
      line-height: 22px;
    }

    .fa-chevron-left {