You are here

entityqueue.admin.css in Entityqueue 7

Basic styling for the Entityqueue module.

File

css/entityqueue.admin.css
View source
  1. /**
  2. * @file
  3. * Basic styling for the Entityqueue module.
  4. */
  5. /**
  6. * @todo Rewrite for the new UI provided by Ctools.
  7. */
  8. #entityqueue-overview-form td.operations {
  9. background-color: inherit;
  10. padding-top: 18px;
  11. vertical-align: top;
  12. }
  13. #entityqueue-overview-form td.operations .ctools-dropbutton {
  14. position: absolute;
  15. }