Sha256: 6942214c170cf3e0db617cc3950911833f2de4db13bd425e8b93b1823d06a926

Contents?: true

Size: 802 Bytes

Versions: 2

Compression:

Stored size: 802 Bytes

Contents

table.dashboard-status td {
  text-align: center;
}

a.dashboard-refresh {
  margin-left: 20px;
  color: #0088cc;
}

p.status-update-dtstamp {
  color: darkred;
  font-style: italic;
}

div.performance-data-section-hidden {
  display: none;
}

div.performance-data-section-visible {
  display: block;
}

div.right-menu-section {
  padding-top: 50px;
}

ul.right-menu {
  list-style-type: none;
  li.clickable {
    display: inline;
    padding-right: 30px;
    color: #337ab7;
  }
  li.clickable:hover {
    color: #23527c;
    text-decoration: underline;
  }
  li.selected {
    display: inline;
    padding-right: 30px;
    font-weight: bold;
  }
}

div#performance-by-the-hour {
  display: block;
}

div#performance-by-the-day {
  display: none;
}

div#performance-by-the-month {
  display: none;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
qa_server-2.2.3 app/assets/stylesheets/qa_server/_monitor-status.scss
qa_server-2.2.2 app/assets/stylesheets/qa_server/_monitor-status.scss