github.com/sym3tri/etcd@v0.2.1-0.20140422215517-a563d82f95d6/mod/dashboard/app/page/browser/_browser.scss (about)

     1  .ed-p-browser {
     2    .panel-body {
     3      padding: 30px;
     4    }
     5  
     6    .ed-m-node-table > thead > tr > th {
     7      border: none;
     8    }
     9  
    10    .ed-m-node-table__ttl-col {
    11      width: 80px;
    12    }
    13  
    14    .ed-m-node-table__cog-col {
    15      width: 32px;
    16    }
    17  
    18    .ed-m-node-table__value-col {
    19      width: 50%;
    20    }
    21  
    22    .ed-m-node-table__node-row:hover {
    23      cursor: default;
    24    }
    25  }
    26  
    27  .ed-m-number-input {
    28    display: inline-block;
    29    margin-right: 10px;
    30  }