/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
- .libraryRow {
- background-color: $form_title_bg_bottom;
- }
- .datasetHighlighted {
- background-color: $menu_bg_over;
- }
- .libraryItemDeleted-True {
- font-style: italic;
- }
- div.libraryItemBody {
- padding: 4px 4px 2px 4px;
- }
- li.folderRow,
- li.datasetRow
- {
- border-top: solid 1px #ddd;
- }
- li.folderRow:hover,
- li.datasetRow:hover
- {
- background-color: $menu_bg_over;
- }
- img.expanderIcon {
- padding-right: 4px;
- }
- input.datasetCheckbox,
- li, ul
- {
- padding: 0;
- margin: 0;
- }
- .rowTitle
- {
- padding: 2px;
- }
- ul {
- list-style: none;
- }
- .libraryTitle th {
- text-align: left;
- }
- pre.peek
- {
- background: white;
- color: black;
- width: 100%;
- overflow: auto;
- }
- pre.peek th
- {
- color: white;
- background: $peek_table_header;
- }
- a.expandLink {
- text-decoration: none;
- }
- span.expandLink {
- width: 16px;
- height: 16px;
- display: inline-block;
- vertical-align: middle;
- background: url(../images/silk/resultset_next.png);
- }
- .folderRow.expanded span.expandLink {
- background: url(../images/silk/resultset_bottom.png);
- }
- .folderRow span.rowIcon {
- width: 16px;
- height: 16px;
- display: inline-block;
- vertical-align: middle;
- background: url(../images/silk/folder.png);
- }
- .libraryItem-error {
- margin-right: 2px;
- padding: 0 2px 0 2px;
- border: 1px solid $history_error_border;
- background: $history_error_bg;
- }
- .libraryItem-queued {
- margin-right: 2px;
- padding: 0 2px 0 2px;
- border: 1px solid $history_queued_border;
- background: $history_queued_bg;
- }
- .libraryItem-running {
- margin-right: 2px;
- padding: 0 2px 0 2px;
- border: 1px solid $history_running_border;
- background: $history_running_bg;
- }
- .libraryItem-upload {
- margin-right: 2px;
- padding: 0 2px 0 2px;
- border: 1px solid $history_upload_border;
- background: $history_upload_bg;
- }