/static/june_2007_style/library.css.tmpl

https://bitbucket.org/h_morita_dbcls/galaxy-central · Go Template · 117 lines · 97 code · 20 blank · 0 comment · 0 complexity · 2ca12889716c6ea89fd2593f0e2aebf8 MD5 · raw file

  1. .libraryRow {
  2. background-color: $form_title_bg_bottom;
  3. }
  4. .datasetHighlighted {
  5. background-color: $menu_bg_over;
  6. }
  7. .libraryItemDeleted-True {
  8. font-style: italic;
  9. }
  10. div.libraryItemBody {
  11. padding: 4px 4px 2px 4px;
  12. }
  13. li.folderRow,
  14. li.datasetRow
  15. {
  16. border-top: solid 1px #ddd;
  17. }
  18. li.folderRow:hover,
  19. li.datasetRow:hover
  20. {
  21. background-color: $menu_bg_over;
  22. }
  23. img.expanderIcon {
  24. padding-right: 4px;
  25. }
  26. input.datasetCheckbox,
  27. li, ul
  28. {
  29. padding: 0;
  30. margin: 0;
  31. }
  32. .rowTitle
  33. {
  34. padding: 2px;
  35. }
  36. ul {
  37. list-style: none;
  38. }
  39. .libraryTitle th {
  40. text-align: left;
  41. }
  42. pre.peek
  43. {
  44. background: white;
  45. color: black;
  46. width: 100%;
  47. overflow: auto;
  48. }
  49. pre.peek th
  50. {
  51. color: white;
  52. background: $peek_table_header;
  53. }
  54. a.expandLink {
  55. text-decoration: none;
  56. }
  57. span.expandLink {
  58. width: 16px;
  59. height: 16px;
  60. display: inline-block;
  61. vertical-align: middle;
  62. background: url(../images/silk/resultset_next.png);
  63. }
  64. .folderRow.expanded span.expandLink {
  65. background: url(../images/silk/resultset_bottom.png);
  66. }
  67. .folderRow span.rowIcon {
  68. width: 16px;
  69. height: 16px;
  70. display: inline-block;
  71. vertical-align: middle;
  72. background: url(../images/silk/folder.png);
  73. }
  74. .libraryItem-error {
  75. margin-right: 2px;
  76. padding: 0 2px 0 2px;
  77. border: 1px solid $history_error_border;
  78. background: $history_error_bg;
  79. }
  80. .libraryItem-queued {
  81. margin-right: 2px;
  82. padding: 0 2px 0 2px;
  83. border: 1px solid $history_queued_border;
  84. background: $history_queued_bg;
  85. }
  86. .libraryItem-running {
  87. margin-right: 2px;
  88. padding: 0 2px 0 2px;
  89. border: 1px solid $history_running_border;
  90. background: $history_running_bg;
  91. }
  92. .libraryItem-upload {
  93. margin-right: 2px;
  94. padding: 0 2px 0 2px;
  95. border: 1px solid $history_upload_border;
  96. background: $history_upload_bg;
  97. }