Commit c0cccfaa authored by Laura Schlimmer's avatar Laura Schlimmer
Browse files

metric explorer css

parent d21e9911
Loading
Loading
Loading
Loading
+1 −16
Original line number Diff line number Diff line
@@ -8,11 +8,6 @@
  copy of the GNU General Public License along with this program. If not, see
  <http://www.gnu.org/licenses/>.
*/

#metric-explorer-viewport {
  background-color: #fff;
}

fn-metric-explorer-list,
fn-metric-explorer-search {
  display: block;
@@ -24,19 +19,9 @@ fn-metric-explorer-search fn-table /deep/ table {
  width: 100%;
}

fn-metric-explorer-list .navigation,
fn-metric-explorer-search .navigation {
  height: 58px;
  padding: 0 10px;
}

fn-metric-explorer-list .navigation h1,
fn-metric-explorer-search .navigation h1 {
  float:left
}

fn-metric-explorer-list .navigation fn-search,
fn-metric-explorer-search .navigation fn-search {
  display: none;
  height: 35px;
  width: 18%;
  min-width: 150px;
+22 −7
Original line number Diff line number Diff line
@@ -35,6 +35,15 @@

    fn-table {
      width: 100%;
      border-top: 1px solid #ddd;
      border-radius: 0;
    }

    fn-table /deep/ table {
      border-radius: 0;
      border-top: none;
      margin-top: 2px;
      margin-bottom: 0;
    }

    fn-table /deep/ table > thead > tr > td,
@@ -42,6 +51,9 @@
    fn-table /deep/ table > tbody > tr > td,
    fn-table /deep/ table > tbody > tr > th {
      font-size: 92%;
      background: transparent;
      border-radius: 0;
      border-top: none;
    }

    fn-pager {
@@ -49,6 +61,7 @@
      margin: 5px 5px 5px 0;
    }
  </style>

  <fn-loader data-loading data-loader-type="loader3">
    <fn-message data-state='error'>
      <fn-message-header>
@@ -63,12 +76,12 @@
    </fn-message>
    <div class="list ui">
      <div class="navigation">
        <h1 class="page_header"><i>Metrics</i> &rsaquo; </h1>
        <h1 class="small">Metrics &rsaquo; </h1>
        <fn-search data-placeholder="Search...">
          <fn-search-icon><i class="fa fa-search"></i></fn-search-icon>
        </fn-search>
      </div>
      <fn-pager data-for data-first-item="1" data-per-page="25" data-circling></fn-pager>
      <div style="border-top: 1px solid #bbb; background: #fff;">
        <fn-table data-per-page="25" data-page-"0" data-clickable>
          <fn-table-column data-sortable>Metric</fn-table-column>
          <fn-table-column>Labels</fn-table-column>
@@ -76,6 +89,8 @@
          <fn-table-column data-sortable>Total Stored Bytes</fn-table-column>
        </fn-table>
      </div>
      <fn-pager data-for data-first-item="1" data-per-page="25" data-circling></fn-pager>
    </div>
  </fn-loader>
</template>