final move of files
[web.mtrack] / css / ticket.css
1 /* <style> */
2
3
4 fieldset.container-block-normal {
5     width: 700px;
6 }
7
8
9 fieldset.container-block-small {
10     display: block;
11     float: left;
12     margin-right: 10px;
13     width: 300px;
14 }
15
16 .ticketevent-expand {
17     cursor : pointer;
18 }
19 #comment-container {
20     clear: both;
21    }
22    
23
24 div.button-float {
25      background-color: #CC3;
26     width: 100%;
27    padding: 0.5em;
28    clear: both;
29 }
30
31 div.ticketevent {
32   margin-top: 1.5em;
33   margin-bottom: 0;
34   border-bottom: solid 1px #bbb;
35   color: #999;
36 }
37
38 div.ticketevent-fileitem {
39     background: #FFC;
40     border: none;
41     color: black;
42     margin: 0px;
43     padding: 0px
44    }
45    
46 span.changesetlink {
47     cursor : pointer;
48   color: black;
49   white-space: normal;
50   padding-top: 1px;
51   padding-bottom: 1px;
52   padding-left: 2px;
53   padding-right: 2px;
54   font-size: 0.9em;
55
56
57   background-image: url(../images/changeset.png);
58   background-repeat: no-repeat;
59   background-position-y: 2;
60   padding-left: 14px;
61 }
62
63
64 /** --------- subscriber box -- */
65
66 .watch-subscribers {
67     
68     background: #FBFBFB;
69    
70     color: #484848;
71     margin: 0px auto 1em;
72     padding: 0.5em;
73     width: 21%;
74     float: right;
75 }
76 .watch-subscribers a:link, 
77 .watch-subscribers a:visited
78 {
79     border-bottom: none;
80 }
81
82 .section {
83     border: 1px solid #DEDEDE;
84     
85     border-bottom-left-radius: 5px 5px;
86     border-bottom-right-radius: 5px 5px;
87     border-top-left-radius: 5px 5px;
88     border-top-right-radius: 5px 5px;
89     margin-bottom: 12px;
90     padding: 3px;
91 }
92
93 .menu-link-subscribe
94 {
95     background-image: url(../images/add.png);
96     background-position: 0px 0px;
97     background-repeat: no-repeat;
98     
99     line-height: 18px;
100     padding: 2px 0px 5px 18px;
101     
102     color: #093;
103
104 div.section h2 {
105     background: none;
106     color: #9F2B33;
107     font-size: 14pt;
108     font-size: 11pt;
109     margin: 0px;
110 }
111 .watch-subscriber-person
112 {
113     background-image: url(../images/user.png);
114     background-position: 0px 0px;
115     background-repeat: no-repeat;
116     
117     line-height: 18px;
118     padding: 2px 0px 5px 18px;
119     
120     color: #093;
121
122
123
124
125
126
127
128
129
130
131
132
133
134