-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathember_testing_ui.css
More file actions
64 lines (63 loc) · 1.09 KB
/
ember_testing_ui.css
File metadata and controls
64 lines (63 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#mocha, #qunit {
display: none;
background: white;
z-index: 9999;
position: absolute;
top: 65px;
right: 20px;
bottom: 20px;
left: 20px;
overflow: scroll;
border: 1px solid #0d3349;
border-radius: 6px;
box-shadow: 0 0 30px black;
margin: 0 !important;
}
#mocha-stats {
position: absolute;
}
#suite-toggle {
position: absolute;
top: 6px;
right: 10px;
}
#ember-testing-ui {
font-family: Menlo, Monaco, monospace;
font-size: 12px;
font-weight: bold;
min-height: 35px;
background-color: black;
border-top: 5px solid yellow;
padding: 5px;
color: #CCC;
position: relative;
}
#ember-testing-ui.passed {
border-color: lime;
}
#ember-testing-ui .pass {
color: lime;
}
#ember-testing-ui.failed {
border-color: red;
}
#ember-testing-ui .fail {
color: red;
}
#ember-testing-ui-tests {
min-height: 14px;
}
#ember-testing-ui-summary {
padding-top: 5px;
font-size: 14px;
font-family: Myriad Set, Helvetica Neue, arial, sans-serif;
min-height: 14px;
}
#ember-testing-ui-container {
width: 100%;
border-top: 2px solid white;
}
#ember-testing-ui-app {
border-top: 2px solid #CCC;
zoom: 100%;
}