Merge "Adding Null Check and Error Enum Updation" into devel
[platform/core/csapi/push.git] / tct-push-tizen-tests / res / Result / style / tests.css
1 @charset "UTF-8";
2 /* CSS Document */
3 #testcasepage div,#testcasepage h1,#testcasepage p,#testcasepage table,#testcasepage tr,#testcasepage th,#testcasepage td
4         {
5         margin: 0;
6         padding: 0;
7         border: 0;
8         font-weight: inherit;
9         font-style: inherit;
10         font-size: 0.96em;
11         font-family: arial;
12         vertical-align: baseline;
13 }
14
15 #title td, #btc td{
16         margin: 0;
17         padding: 0;
18         border: 0;
19         font-weight: inherit;
20         font-style: inherit;
21         font-size: 0.96em;
22         font-family: arial;
23         vertical-align: baseline;
24 }
25
26 td.Ratio {
27         text-align: left;
28         font-weight: normal;
29         padding: 4px 10px 4px 5px;
30         vertical-align: middle;
31 }
32
33 th.Ratio {
34         width: 400px;
35 }
36
37 #testcasepage p {
38         text-align: left;
39 }
40
41 #suite_title {
42         text-align: left;
43 }
44
45 #btc {
46         text-align: right;
47 }
48
49 #btc table {
50         position: absolute;
51         right: 0px;
52         width: 600px;
53 }
54
55 #testcasepage table {
56         border-collapse: separate;
57         border-spacing: 0;
58         margin-bottom: 1.4em;
59         vertical-align: middle;
60 }
61
62 #testcasepage th,#testcasepage td {
63         text-align: left;
64         font-weight: normal;
65         padding: 4px 10px 4px 5px;
66         vertical-align: middle;
67 }
68
69 #cases table {
70         width: 101%;
71 }
72
73 #cases td {
74         border-left: 0px;
75         font-weight: normal;
76         border-bottom: 0px;
77 }
78
79 #suite_summary table {
80         width: 100%;
81 }
82
83
84 #overview table {
85         width: 101%;
86 }
87
88 #overview table, #overview td, #overview tr {
89         border-left: none;
90         border-bottom: none;
91         border-right: none;
92         vertical-align: top;
93 }
94
95 #overview td{
96         width: 50%;
97 }
98
99 #capability table {
100         width: 50%;
101 }
102
103 #fail_cases table {
104         width: 101%;
105 }
106
107 #title table {
108         width: 101%;
109 }
110
111 #device table {
112         width: 100%;
113 }
114
115 #summary table {
116         width: 100%;
117 }
118
119 #testcasepage th {
120         border-bottom: 1px solid #000;
121         background-color: #AAAAAA;
122         border-left: 1px solid #000;
123         border-top: 1px solid #000;
124         color: #000;
125         font-weight: bold;
126         vertical-align: bottom;
127 }
128
129 #summary th:last-child,#summary td:last-child, #device th:last-child,#device td:last-child, #suite_summary th:last-child,#suite_summary td:last-child,#cases th:last-child,#cases td:last-child,#capability th:last-child,#capability td:last-child {
130         border-right: 1px solid #000;
131 }
132
133 #testcasepage td {
134         font-weight: normal;
135 }
136
137 #summary td, #device td, #capability td, #suite_summary td, #cases td{
138         border-left: 1px solid;
139         font-weight: normal;
140         border-bottom: 1px solid;
141 }
142
143 #testcasepage td.yellow_rate {
144         background-color: #ffcc00;
145 }
146
147 #testcasepage td.green_rate {
148         background-color: #1E90FF;
149 }
150
151 #testcasepage td.dgreen_rate {
152         background-color: #339933;
153 }
154
155 #testcasepage td.red_rate {
156         background-color: #FF3333;
157 }
158
159 #testcasepage td.orange_rate {
160         background-color: #FFA500;
161 }
162
163 #testcasepage td.gray_rate {
164         background-color: #AAAAAA;
165 }
166
167 #title table,#title tr,#title td {
168         border-left: none;
169         border-bottom: none;
170         text-align: center;
171 }
172
173 #title td:last-child {
174         border-right: none;
175 }
176
177 #testcasepage h1 {
178         font-size: 2em;
179         font-family: Arial, sans-serif;
180         font-weight: bold;
181         line-height: 1;
182         color: #000;
183         margin-bottom: 0.75em;
184         padding-top: 0.25em;
185         font-weight: bold;
186 }
187
188 #goTopBtn {
189         right: 0px;
190         bottom: 0px;
191         position: fixed; +
192         position: absolute;
193         top: expression(parseInt(document.body.scrollTop)+document.body.clientHeight-40
194                 );
195 }