final move of files
[web.mtrack] / MTrackWeb / templates / images / mtrack.changeset.css
1  
2 li.changeset-fileitem,
3 li.change-log-item,
4 li.change-log-day 
5 {
6     list-style: none;
7     margin: 0;
8     border-bottom: 1px dotted #CCC;
9     padding-left: 20px;
10 }
11
12 /** special styling for rows */
13 li.change-log-day {
14     
15     border-color: #D7D7D7 #D7D7D7 #999999;
16     border-style: solid;
17     border-width: 1px;
18     font-size: 11px;
19     font-weight: bold;
20     padding: 2px 0.5em;
21     vertical-align: bottom;
22 }
23 .change-log-rev {
24     float: right;
25 }
26
27 span.change-log-age
28 {
29      font-weight: bold;
30      font-size: 11px;
31    }
32
33
34 li.change-log-item ul {
35     border-top: 1px dotted #999;
36
37 }
38
39
40 .changeset-view-options {
41     float: right;
42 }
43 .difffiles li:hover {
44     background: #eee;
45     
46 }
47 .changeset-expanded-block {
48     background: #fff;
49 }
50
51 .userlink {
52     color : #666;
53 }
54 /** colour changes for different tiket states on log view **/
55
56 .change-log-ticket-status-closed > span,
57 .change-log-ticket-status-closed a
58 {
59     border-left: 12px solid green;
60     padding-left: 8px;
61 }
62 .change-log-ticket-status-completed > span,
63 .change-log-ticket-status-completed a
64 {
65     border-left: 12px solid red;
66     padding-left: 8px;
67 }