github.com/fanux/shipyard@v0.0.0-20161009071005-6515ce223235/controller/static/main.css (about)

     1  /* Menu Bar Styles */
     2  #logo {
     3      /*font-family: 'Poiret One', sans-serif;*/
     4      background-color: rgba(0, 68, 91, 1) !important;
     5      font-size: 20px;
     6      padding: 9px;
     7      padding-left: 14px;
     8      padding-right: 14px;
     9      font-weight: 700;
    10      text-transform: none;
    11  }
    12  
    13  @media (min-width: 931px) {
    14      #content {
    15          margin-top: 3rem;
    16      }
    17  }
    18  
    19  @media (max-width: 930px) {
    20      #content {
    21          margin-top: 5.5rem;
    22      }
    23  }
    24  
    25  @media (max-width: 480px) {
    26      #content {
    27          margin-top: 8rem;
    28      }
    29  }
    30  
    31  @media (max-width: 350px) {
    32      #content {
    33          margin-top: 10.5rem;
    34      }
    35  }
    36  
    37  .ui.small.model.transition {
    38      margin-top: -98px;
    39  }
    40  
    41  .ui.fixed.inverted.main.menu {
    42      text-transform: uppercase;
    43  }
    44  
    45  #select-all-table-header { 
    46      cursor: auto;
    47  }
    48  #select-all-table-header:after { 
    49      width: 0; 
    50      margin: 0;  
    51  }
    52  
    53  #container-health-table-header:after { 
    54      width: 0; 
    55      margin: 0;  
    56  }
    57  
    58  .hidden {
    59      display: none;
    60      visibility: hidden;
    61  }
    62  
    63  div.chart, ui.chart {
    64      height: 300px;
    65  }
    66  
    67  .ui.chart svg {
    68      height: 250px;
    69  }
    70  
    71  .logs {
    72      margin: 5px;
    73      font-family: 'Droid Sans Mono';
    74      font-size: 12px;
    75      word-break: break-word;
    76      width: 100%;
    77  }
    78  i.terminal {
    79      border: none;
    80      background: none;
    81      color: #000000;
    82      opacity: 0.8;
    83  }