You are here

tipsy.admin.css in Tipsy 8

#tipsy-drupal-forms-wrapper .form-radios .form-item {
  float:left;
  width:300px;
  clear:none;
}

#tipsy-drupal-forms-wrapper .form-item,
#tipsy-custom-selectors .form-item {
  clear:both;
  padding:2px 0;
}

#tipsy-drupal-forms-wrapper .form-item label {
  float:left;
  width:300px;
}

#tipsy-custom-selectors .tipsy-selector-options {
  width:450px;
}

#tipsy-custom-selectors .tipsy-selector-options .form-item .description {
  clear:both;
}

#tipsy-custom-selectors .tipsy-selector-options label {
  float:left;
  width:200px;
}

#tipsy-custom-selectors .tipsy-selector-options .resizable-textarea,
#tipsy-custom-selectors .tipsy-selector-options textarea {
  clear:both;
}

File

css/tipsy.admin.css
View source
  1. #tipsy-drupal-forms-wrapper .form-radios .form-item {
  2. float:left;
  3. width:300px;
  4. clear:none;
  5. }
  6. #tipsy-drupal-forms-wrapper .form-item,
  7. #tipsy-custom-selectors .form-item {
  8. clear:both;
  9. padding:2px 0;
  10. }
  11. #tipsy-drupal-forms-wrapper .form-item label {
  12. float:left;
  13. width:300px;
  14. }
  15. #tipsy-custom-selectors .tipsy-selector-options {
  16. width:450px;
  17. }
  18. #tipsy-custom-selectors .tipsy-selector-options .form-item .description {
  19. clear:both;
  20. }
  21. #tipsy-custom-selectors .tipsy-selector-options label {
  22. float:left;
  23. width:200px;
  24. }
  25. #tipsy-custom-selectors .tipsy-selector-options .resizable-textarea,
  26. #tipsy-custom-selectors .tipsy-selector-options textarea {
  27. clear:both;
  28. }