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