You are here

bg_image_ui.css in Background Images 7

css for the background image ui module

File

bg_image_ui/css/bg_image_ui.css
View source
  1. /**
  2. * @file
  3. *
  4. * css for the background image ui module
  5. */
  6. #bg-image-paths-table td {
  7. vertical-align: top;
  8. }
  9. /*
  10. This is actually just a fix for rubik, which makes the path 100% width. This
  11. doesn't leave enough space for the draggable table handle.
  12. */
  13. #bg-image-paths-table .form-type-textfield input.fluid {
  14. width: 85%;
  15. }