php warnings
[Pman.MTrack] / 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     background: url(../../roojs1/images/default/tree/elbow-end-plus-nl.gif) 0 0 no-repeat;
11     color : #666;
12     clear: both;
13 }
14
15 li.change-log-item .time {
16     font-size : 8px;
17 }
18
19
20 li.change-log-item-expanded
21
22     background-image: url(../../roojs1/images/default/tree/elbow-end-minus-nl.gif);
23 }
24 li.change-log-item ul.changed-files
25 {
26     display: none;
27 }
28 li.change-log-item-expanded  ul.changed-files
29 {
30     display: block;
31 }
32  ul.selected
33 {
34     display: none;
35 }
36
37 /** special styling for rows */
38 li.change-log-day {
39     
40     border-color: #D7D7D7 #D7D7D7 #999999;
41     border-style: solid;
42     border-width: 1px;
43     font-size: 11px;
44     font-weight: bold;
45     padding: 2px 0.5em;
46     vertical-align: bottom;
47 }
48 .change-log-rev {
49     float: right;
50 }
51
52 span.change-log-age
53 {
54      font-weight: bold;
55      font-size: 11px;
56    }
57
58
59 li.change-log-item ul {
60     border-top: 1px dotted #999;
61
62 }
63
64
65 .changeset-view-options {
66     float: right;
67 }
68 .difffiles li:hover {
69     background: #eee;
70     
71 }
72 .changeset-expanded-block {
73     background: #fff;
74     border-left: 10px solid #666;
75     padding: 10px;
76  /*   display: none; */
77 }
78
79 .userlink {
80     color : #666;
81 }
82 /** colour changes for different tiket states on log view **/
83
84 .change-log-ticket-status-closed > span,
85 .change-log-ticket-status-closed a
86 {
87     border-left: 12px solid green;
88     padding-left: 8px;
89 }
90 .change-log-ticket-status-completed > span,
91 .change-log-ticket-status-completed a
92 {
93     border-left: 12px solid red;
94     padding-left: 8px;
95 }
96 /*
97 .loading-text {
98     background: url( '../loading.gif' ) no-repeat 0 0;
99       padding-left: 10px;
100 }
101
102
103 .mask-loading {
104     background: url(../loading-large.gif) 0 0 no-repeat;
105     display: none;
106     position: absolute;
107     z-index : 10001;
108     width: 32px;
109     height: 32px;
110 }
111 */
112 #loader {
113     display: none;
114     position: absolute;
115     top: 0;
116     left: 0;
117     background: #fff;
118 }
119 .mask {
120     
121     z-index: 10000;
122     display: none;
123     position: absolute;
124     top: 0;
125     left: 0;
126     -moz-opacity: .7;
127     opacity: .70;
128     filter: alpha(opacity=50);
129     background-color: #fff;
130 }
131
132 .change-log-audit-key {
133     width: 120px;
134     text-align:right;
135     display: inline-block;
136     color: #AAA;
137     font-size: 11px;
138     vertical-align: top;
139
140 }
141 .change-log-audit-value {
142     display: inline-block;
143     width: 550px;
144     vertical-align: top;
145     white-space: pre-wrap;
146     font-family: monospace;
147     color: #115;
148     font-size: 11px;
149 }
150
151
152
153 .change-reason {
154     display: inline-block;
155     width: 350px;
156     overflow: hidden;
157     height: 18px;
158     vertical-align: middle;
159 }