hpi-schuelerklub/workshop-portal

View on GitHub
app/assets/stylesheets/scaffold.css

Summary

Maintainability
Test Coverage
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.field, .actions {
  margin-bottom: 10px;
}

#notice {
  color: green;
}

.field_with_errors label{
    color: black !important;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#error_explanation {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0;
  background-color: #c00;
  color: #fff;
}

#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

.spacer-15 {
  margin-top: 15px;
}

.spacer-30 {
  margin-top: 30px;
}