~openerp-dev/openerp-web/trunk-jquery1.9-ppa

« back to all changes in this revision

Viewing changes to addons/web/static/lib/qunit/qunit.css

  • Committer: Prashant Panchal(OpenERP)
  • Date: 2014-04-16 09:24:51 UTC
  • Revision ID: ppa@tinyerp.com-20140416092451-outv36dahgip1860
[IMP] add jquery-migrate-1.1.1.j & jquery-1.9.1.js & change in web

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * QUnit v1.12.0 - A JavaScript Unit Testing Framework
3
 
 *
4
 
 * http://qunitjs.com
5
 
 *
6
 
 * Copyright 2012 jQuery Foundation and other contributors
7
 
 * Released under the MIT license.
 
1
/*!
 
2
 * QUnit 1.14.0
 
3
 * http://qunitjs.com/
 
4
 *
 
5
 * Copyright 2013 jQuery Foundation and other contributors
 
6
 * Released under the MIT license
8
7
 * http://jquery.org/license
 
8
 *
 
9
 * Date: 2014-01-31T16:40Z
9
10
 */
10
11
 
11
12
/** Font Family and Sizes */
31
32
#qunit-header {
32
33
        padding: 0.5em 0 0.5em 1em;
33
34
 
34
 
        color: #8699a4;
35
 
        background-color: #0d3349;
 
35
        color: #8699A4;
 
36
        background-color: #0D3349;
36
37
 
37
38
        font-size: 1.5em;
38
39
        line-height: 1em;
39
 
        font-weight: normal;
 
40
        font-weight: 400;
40
41
 
41
42
        border-radius: 5px 5px 0 0;
42
 
        -moz-border-radius: 5px 5px 0 0;
43
 
        -webkit-border-top-right-radius: 5px;
44
 
        -webkit-border-top-left-radius: 5px;
45
43
}
46
44
 
47
45
#qunit-header a {
48
46
        text-decoration: none;
49
 
        color: #c2ccd1;
 
47
        color: #C2CCD1;
50
48
}
51
49
 
52
50
#qunit-header a:hover,
53
51
#qunit-header a:focus {
54
 
        color: #fff;
 
52
        color: #FFF;
55
53
}
56
54
 
57
55
#qunit-testrunner-toolbar label {
58
56
        display: inline-block;
59
 
        padding: 0 .5em 0 .1em;
 
57
        padding: 0 0.5em 0 0.1em;
60
58
}
61
59
 
62
60
#qunit-banner {
66
64
#qunit-testrunner-toolbar {
67
65
        padding: 0.5em 0 0.5em 2em;
68
66
        color: #5E740B;
69
 
        background-color: #eee;
 
67
        background-color: #EEE;
70
68
        overflow: hidden;
71
69
}
72
70
 
73
71
#qunit-userAgent {
74
72
        padding: 0.5em 0 0.5em 2.5em;
75
 
        background-color: #2b81af;
76
 
        color: #fff;
 
73
        background-color: #2B81AF;
 
74
        color: #FFF;
77
75
        text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
78
76
}
79
77
 
89
87
 
90
88
#qunit-tests li {
91
89
        padding: 0.4em 0.5em 0.4em 2.5em;
92
 
        border-bottom: 1px solid #fff;
 
90
        border-bottom: 1px solid #FFF;
93
91
        list-style-position: inside;
94
92
}
95
93
 
103
101
 
104
102
#qunit-tests li a {
105
103
        padding: 0.5em;
106
 
        color: #c2ccd1;
 
104
        color: #C2CCD1;
107
105
        text-decoration: none;
108
106
}
109
107
#qunit-tests li a:hover,
120
118
        margin-top: 0.5em;
121
119
        padding: 0.5em;
122
120
 
123
 
        background-color: #fff;
 
121
        background-color: #FFF;
124
122
 
125
123
        border-radius: 5px;
126
 
        -moz-border-radius: 5px;
127
 
        -webkit-border-radius: 5px;
128
124
}
129
125
 
130
126
.qunit-collapsed {
133
129
 
134
130
#qunit-tests table {
135
131
        border-collapse: collapse;
136
 
        margin-top: .2em;
 
132
        margin-top: 0.2em;
137
133
}
138
134
 
139
135
#qunit-tests th {
140
136
        text-align: right;
141
137
        vertical-align: top;
142
 
        padding: 0 .5em 0 0;
 
138
        padding: 0 0.5em 0 0;
143
139
}
144
140
 
145
141
#qunit-tests td {
153
149
}
154
150
 
155
151
#qunit-tests del {
156
 
        background-color: #e0f2be;
157
 
        color: #374e0c;
 
152
        background-color: #E0F2BE;
 
153
        color: #374E0C;
158
154
        text-decoration: none;
159
155
}
160
156
 
161
157
#qunit-tests ins {
162
 
        background-color: #ffcaca;
 
158
        background-color: #FFCACA;
163
159
        color: #500;
164
160
        text-decoration: none;
165
161
}
166
162
 
167
163
/*** Test Counts */
168
164
 
169
 
#qunit-tests b.counts                       { color: black; }
 
165
#qunit-tests b.counts                       { color: #000; }
170
166
#qunit-tests b.passed                       { color: #5E740B; }
171
167
#qunit-tests b.failed                       { color: #710909; }
172
168
 
173
169
#qunit-tests li li {
174
170
        padding: 5px;
175
 
        background-color: #fff;
 
171
        background-color: #FFF;
176
172
        border-bottom: none;
177
173
        list-style-position: inside;
178
174
}
180
176
/*** Passing Styles */
181
177
 
182
178
#qunit-tests li li.pass {
183
 
        color: #3c510c;
184
 
        background-color: #fff;
 
179
        color: #3C510C;
 
180
        background-color: #FFF;
185
181
        border-left: 10px solid #C6E746;
186
182
}
187
183
 
189
185
#qunit-tests .pass .test-name               { color: #366097; }
190
186
 
191
187
#qunit-tests .pass .test-actual,
192
 
#qunit-tests .pass .test-expected           { color: #999999; }
 
188
#qunit-tests .pass .test-expected           { color: #999; }
193
189
 
194
190
#qunit-banner.qunit-pass                    { background-color: #C6E746; }
195
191
 
197
193
 
198
194
#qunit-tests li li.fail {
199
195
        color: #710909;
200
 
        background-color: #fff;
 
196
        background-color: #FFF;
201
197
        border-left: 10px solid #EE5757;
202
198
        white-space: pre;
203
199
}
204
200
 
205
201
#qunit-tests > li:last-child {
206
202
        border-radius: 0 0 5px 5px;
207
 
        -moz-border-radius: 0 0 5px 5px;
208
 
        -webkit-border-bottom-right-radius: 5px;
209
 
        -webkit-border-bottom-left-radius: 5px;
210
203
}
211
204
 
212
 
#qunit-tests .fail                          { color: #000000; background-color: #EE5757; }
 
205
#qunit-tests .fail                          { color: #000; background-color: #EE5757; }
213
206
#qunit-tests .fail .test-name,
214
 
#qunit-tests .fail .module-name             { color: #000000; }
 
207
#qunit-tests .fail .module-name             { color: #000; }
215
208
 
216
209
#qunit-tests .fail .test-actual             { color: #EE5757; }
217
 
#qunit-tests .fail .test-expected           { color: green;   }
 
210
#qunit-tests .fail .test-expected           { color: #008000; }
218
211
 
219
212
#qunit-banner.qunit-fail                    { background-color: #EE5757; }
220
213
 
224
217
#qunit-testresult {
225
218
        padding: 0.5em 0.5em 0.5em 2.5em;
226
219
 
227
 
        color: #2b81af;
 
220
        color: #2B81AF;
228
221
        background-color: #D2E0E6;
229
222
 
230
 
        border-bottom: 1px solid white;
 
223
        border-bottom: 1px solid #FFF;
231
224
}
232
225
#qunit-testresult .module-name {
233
 
        font-weight: bold;
 
226
        font-weight: 700;
234
227
}
235
228
 
236
229
/** Fixture */