Sha256: 34cd355026800ee802bb09661119d75adbb7c56cde281b571d9221795654f92c

Contents?: true

Size: 1.77 KB

Versions: 2

Compression:

Stored size: 1.77 KB

Contents

.group:after {
  content: '';
  display: table;
  clear: both;
}

html {
  overflow-y: scroll;
}

.project-header {
  padding: 20px 0 20px 60px;
}

.logo {
  float: left;
  margin: 0;
}

.logo-link {
  color: black;
  text-decoration: none;
}

.project-nav {
  float: left;
  margin-left: 100px;
  line-height: 2.5em;
}

.project-nav-item {
  color: black;
  margin-right: 40px;
  text-decoration: none;
}

.chart-container {
  max-width: 1000px;
  margin: 0 auto;
}

.analysis-index-table {
  width: 100%;
  border-collapse: collapse;
}

.analysis-index-table th {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid silver;
  font-size: 1.55em;
  font-weight: normal;
}

.sortable-table th:hover {
  background-color: #ECECEC;
  cursor: pointer;
}

.analysis-index-table td {
  padding: 12px 10px;
}

.analysis-index-table .first-cell {
  padding-left: 60px;
}

.button {
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid black;
  font-size: 0.9em;
  border-radius: 0.2em;
  cursor: pointer;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.file-header {
  position: relative;
  padding: 0 0 10px 60px;
  border-bottom: 1px solid silver;
}

.file-name {
  margin: 0;
  font-weight: normal;
}

.smells-toggle-button {
  position: absolute;
  right: 64px;
  top: 22px;
  border-color: silver;
  background-color: #EEEBE9;
}

.smells-toggle-button:hover {
  background-color: #D1CFCD;
}

.smells {
  margin: 2px 0 22px 0;
  padding-left: 0;
  border: 1px solid #000;
  background-color: #EEEBE9;
  white-space: normal;
  list-style-type: disc;
}

.smell {
  margin: 5px 5px 5px 30px;
  font-size: 24px;
}

.smell.new {
  color: #F00;
}

.smell.old {
  color: #FA0;
}

.smell .description {
  color: #000;
  font-size: initial;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubycritic-0.0.13 lib/rubycritic/report_generators/assets/stylesheets/application.css
rubycritic-0.0.12 lib/rubycritic/report_generators/assets/stylesheets/application.css