You are here

uif.css in User Import Framework 6

Same filename and directory in other branches
  1. 7 uif.css
#uif_user_preview table {
  border: 1px solid #999;
  margin-bottom: 1em;
}
div.uif_help_section {
  font-size: .85em;
  color: #555;
  margin: .6em 0;
  border: 1px solid #999;
  padding: 1em;
}

File

uif.css
View source
  1. #uif_user_preview table {
  2. border: 1px solid #999;
  3. margin-bottom: 1em;
  4. }
  5. div.uif_help_section {
  6. font-size: .85em;
  7. color: #555;
  8. margin: .6em 0;
  9. border: 1px solid #999;
  10. padding: 1em;
  11. }