student_files.css

This is the main CSS file which goes with the student_files module.

File

modules/student_files/css/student_files.css
View source
  1. /**
  2. * @file
  3. * This is the main CSS file which goes with the student_files module.
  4. */
  5. .student-files-file-list {
  6. zzzfont-size: 10pt;
  7. line-height: 1.5em;
  8. }
  9. .student-files-file {
  10. font-size: 0.9em;
  11. }
  12. .student-files-file a {
  13. display: inline-block;
  14. text-decoration: none;
  15. background: url(icons/page_white.png) no-repeat top left;
  16. padding-left: 20px;
  17. min-height: 16px;
  18. }
  19. .student-files-details-td {
  20. font-size 0.9em;
  21. }
  22. .student-files-delete a {
  23. display: inline-block;
  24. text-decoration: none;
  25. /*
  26. background: url(icons/delete.png) no-repeat top left;
  27. min-width: 16px;
  28. min-height: 16px;
  29. */
  30. }
  31. .student-files-file a:hover {
  32. text-decoration: underline;
  33. }
  34. .student-files-file-word a {
  35. background: url(icons/page_white_word.png) no-repeat top left;
  36. }
  37. .student-files-file-pdf a {
  38. background: url(icons/page_white_acrobat.png) no-repeat top left;
  39. }
  40. .student-files-file-compressed a {
  41. background: url(icons/page_white_compressed.png) no-repeat top left;
  42. }
  43. .student-files-file-image a {
  44. background: url(icons/page_white_picture.png) no-repeat top left;
  45. }
  46. .student-files-file-ppt a {
  47. background: url(icons/page_white_powerpoint.png) no-repeat top left;
  48. }
  49. .student-files-file-xls a {
  50. background: url(icons/page_white_excel.png) no-repeat top left;
  51. }
  52. /* The little form on the history tab */
  53. #fp-form-student_files_little_upload_form #element-inner-wrapper-access_type div,
  54. #fp-form-student_files_little_upload_form #element-inner-wrapper-access_type label {
  55. font-size: 9pt;
  56. display: inline;
  57. }
  58. #fp-form-student_files_little_upload_form .form-element {
  59. margin-bottom: 0;
  60. }
  61. #fp-form-student_files_little_upload_form #element-inner-wrapper-access_type {
  62. margin-bottom: 10px;
  63. }
  64. .student-files-section-block {
  65. margin-top: 20px;
  66. }