forked from boakley/brackets-robotframework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunner.css
More file actions
51 lines (41 loc) · 1020 Bytes
/
Copy pathrunner.css
File metadata and controls
51 lines (41 loc) · 1020 Bytes
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
#robot-runner-panel .resizable-content {
border: none;
margin: 0;
margin-left: 1em;
height: 140px;
overflow-x: auto;
overflow-y: scroll;
font-family: Consolas,Monaco,Lucida Console,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace;
white-space: pre;
}
#robot-runner-panel .resizable-content .status-fail {
color: #f00;
}
#robot-runner-panel .resizable-content .status-warn {
color: #ff0;
}
#robot-runner-panel .resizable-content .status-pass {
color: #0f0;
}
#robot-runner-panel .toolbar {
display: block;
}
#robot-runner-panel .toolbar #spinner {
padding-top: 2px;
padding-bottom: 2px;
}
#robot-runner-panel .toolbar .close {
position: absolute;
top: .75em;
right: .5em;
}
#robot-runner-panel .toolbar #action_button {
width: 4em;
margin: 2px;
}
#robot-runner-panel .toolbar .command {
width: 90%;
margin: 1px;
padding-top: 2px;
padding-bottom: 2px;
}