You are here

user_prune.css in User Prune 7

.form-item.form-type-select.form-item-user-prune-time-year,
.form-item.form-type-select.form-item-user-prune-time-month,
.form-item.form-type-select.form-item-user-prune-time-day,
.form-item.form-type-select.form-item-user-prune-time-hour {
  padding: 0;
  margin: 0 5px 0 0;
  float: left;
}
.form-item.form-type-select.form-item-user-prune-time-minute {
  padding: 0;
  margin: 0;
}
#user-prune-form select#edit-user-prune-time-month {
  width: 80px;
}

#user-prune-form select.form-select {
  width: 65px;
  height: 20px;
}

input#edit-user-prune-time-unit-multiply {
  height: 14px;
  margin-top: 2px;
}

File

css/user_prune.css
View source
  1. .form-item.form-type-select.form-item-user-prune-time-year,
  2. .form-item.form-type-select.form-item-user-prune-time-month,
  3. .form-item.form-type-select.form-item-user-prune-time-day,
  4. .form-item.form-type-select.form-item-user-prune-time-hour {
  5. padding: 0;
  6. margin: 0 5px 0 0;
  7. float: left;
  8. }
  9. .form-item.form-type-select.form-item-user-prune-time-minute {
  10. padding: 0;
  11. margin: 0;
  12. }
  13. #user-prune-form select#edit-user-prune-time-month {
  14. width: 80px;
  15. }
  16. #user-prune-form select.form-select {
  17. width: 65px;
  18. height: 20px;
  19. }
  20. input#edit-user-prune-time-unit-multiply {
  21. height: 14px;
  22. margin-top: 2px;
  23. }