a156c54e82219db39edfb660349b018035320d55
[htsworkflow.git] / htsworkflow / frontend / static / css / changelists.css
1 @import url('base.css');
2
3 /* CHANGELISTS */
4 #changelist { position:relative; width:100%; }
5 #changelist table { width:100%; }
6 .change-list .filtered table { border-right:1px solid #ddd;  }
7 .change-list .filtered { min-height:400px; }
8 .change-list .filtered { background:white url(../img/changelist-bg.gif) top right repeat-y !important; }
9 .change-list .filtered table, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull { margin-right:160px !important; width:auto !important; }
10 .change-list .filtered table tbody th { padding-right:1em; }
11 #changelist .toplinks { border-bottom:1px solid #ccc !important; }
12 #changelist .paginator { color:#666; border-top:1px solid #eee; border-bottom:1px solid #eee; background:white url(../img/nav-bg.gif) 0 180% repeat-x; overflow:hidden; }
13 .change-list .filtered .paginator { border-right:1px solid #ddd; }
14
15 /*  CHANGELIST TABLES  */
16 #changelist table thead th { white-space:nowrap; }
17 #changelist table tbody td { border-left: 1px solid #ddd; }
18 #changelist table tfoot { color: #666; }
19
20 /*  TOOLBAR  */
21 #changelist #toolbar { padding:3px; border-bottom:1px solid #ddd; background:#e1e1e1 url(../img/nav-bg.gif) top left repeat-x; color:#666; }
22 #changelist #toolbar form input { font-size:11px; padding:1px 2px; }
23 #changelist #toolbar form #searchbar { padding:2px; }
24 #changelist #changelist-search img { vertical-align:middle; }
25
26 /*  FILTER COLUMN  */
27 #changelist-filter { position:absolute; top:0; right:0; z-index:1000; width:160px; border-left:1px solid #ddd; background:#efefef; margin:0; }
28 #changelist-filter h2 { font-size:11px; padding:2px 5px; border-bottom:1px solid #ddd; }
29 #changelist-filter h3 { font-size:12px; margin-bottom:0; }
30 #changelist-filter ul { padding-left:0;margin-left:10px; }
31 #changelist-filter li { list-style-type:none; margin-left:0; padding-left:0; }
32 #changelist-filter a { color:#999; }
33 #changelist-filter a:hover { color:#036; }
34 #changelist-filter li.selected { border-left:5px solid #ccc; padding-left:5px;margin-left:-10px; }
35 #changelist-filter li.selected a { color:#5b80b2 !important; }
36
37 /*  DATE DRILLDOWN  */
38 .change-list ul.toplinks { display:block; background:white url(../img/nav-bg-reverse.gif) 0 -10px repeat-x; border-top:1px solid white; float:left;  padding:0 !important;  margin:0 !important; width:100%; }
39 .change-list ul.toplinks li { float: left; width: 9em; padding:3px 6px; font-weight: bold; list-style-type:none; }
40 .change-list ul.toplinks .date-back a { color:#999; }
41 .change-list ul.toplinks .date-back a:hover { color:#036; }
42
43 /* PAGINATOR */
44 .paginator { font-size:11px; padding-top:10px; padding-bottom:10px; line-height:22px; margin:0; border-top:1px solid #ddd; }
45 .paginator a:link, .paginator a:visited { padding:2px 6px; border:solid 1px #ccc; background:white; text-decoration:none; }
46 .paginator a.showall { padding:0 !important; border:none !important; }
47 .paginator a.showall:hover { color:#036 !important; background:transparent !important; }
48 .paginator .end { border-width:2px !important; margin-right:6px; }
49 .paginator .this-page { padding:2px 6px; font-weight:bold; font-size:13px; vertical-align:top; }
50 .paginator a:hover { color:white; background:#5b80b2; border-color:#036; }