You are here

hs_content_taxonomy.css in Hierarchical Select 5.3

Same filename and directory in other branches
  1. 6.3 modules/hs_content_taxonomy.css
/* The highlighted "Important!" on the CCK widget configuration form. */
.cck-hierarchical-select-warning .highlight {
  font-size: 140%;
  color: red;
}


/* The "back" link on the Hierarchical Select configuration form. */
.cck-hierarchical-select-back-link {
  margin: 2em;
}

.cck-hierarchical-select-back-link a {
  font-size: 120%;
}

File

modules/hs_content_taxonomy.css
View source
  1. /* The highlighted "Important!" on the CCK widget configuration form. */
  2. .cck-hierarchical-select-warning .highlight {
  3. font-size: 140%;
  4. color: red;
  5. }
  6. /* The "back" link on the Hierarchical Select configuration form. */
  7. .cck-hierarchical-select-back-link {
  8. margin: 2em;
  9. }
  10. .cck-hierarchical-select-back-link a {
  11. font-size: 120%;
  12. }