You are here

flowplayer.admin.css in Flowplayer API 5

Same filename and directory in other branches
  1. 6 flowplayer.admin.css
  2. 7.2 flowplayer.admin.css
  3. 7 flowplayer.admin.css

Provides the CSS for the Flowplayer Drupal module administration page.

File

flowplayer.admin.css
View source
  1. /**
  2. * @file
  3. * Provides the CSS for the Flowplayer Drupal module administration page.
  4. */
  5. fieldset#flowplayer-color .form-item label {
  6. float: left;
  7. width: 125px;
  8. }
  9. #flowplayer-color-picker {
  10. float: right;
  11. }
  12. #flowplayer-color {
  13. float: left;
  14. width: 450px;
  15. margin-right: 20px;
  16. }
  17. #flowplayer-styling {
  18. float:left;
  19. padding-right: 30px
  20. }
  21. #flowplayer-preview-wrapper {
  22. clear: both;
  23. }
  24. #flowplayer-preview {
  25. width: 320px;
  26. height: 216px;
  27. }