You are here

nodeformcols.admin.css in Node form columns 7

#fields td.region {
  font-weight: bold;
}
#fields tr.region-message {
  font-weight: normal;
  color: #999;
}
#fields tr.region-populated {
  display: none;
}
.field-region {
  background-color: #ff6;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px;
}

File

css/nodeformcols.admin.css
View source
  1. #fields td.region {
  2. font-weight: bold;
  3. }
  4. #fields tr.region-message {
  5. font-weight: normal;
  6. color: #999;
  7. }
  8. #fields tr.region-populated {
  9. display: none;
  10. }
  11. .field-region {
  12. background-color: #ff6;
  13. margin-top: 4px;
  14. margin-bottom: 4px;
  15. padding: 3px;
  16. }