-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathstyle.css
More file actions
73 lines (73 loc) · 1.23 KB
/
Copy pathstyle.css
File metadata and controls
73 lines (73 loc) · 1.23 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
65
66
67
68
69
70
71
72
73
html, body{
margin: 0;
padding: 40px 0 0 0;
font-family: helvetica, arial, sans-serif;
background-color: #fafafa;
}
header{
position: fixed;
top: 0;
height: 40px;
width: 100%;
border-bottom: 1px solid #4983EC;
background-color: #ffffff;
z-index: 100000;
}
header img{
height: 100%;
display: inline-block;
vertical-align: top;
}
header input{
float: right;
background-color: none;
border: none;
border-bottom: 1px solid #ddd;
padding: 5px;
outline: none;
margin-top: 6px;
margin-right: 10px;
}
header span{
color: #bbb;
font-size: 10px;
line-height: 40px;
}
#strict-div{
color: #F00;
font-weight: 600;
display: inline-block;
}
#mocks-list{
position: fixed;
right: 0px;
top: 40px;
bottom: 0px;
z-index: 100000;
background-color: #fff;
border-left: 1px solid #4983EC;
border-bottom: 1px solid #4983EC;
border-top: 1px solid #4983EC;
overflow: scroll;
}
.search-result{
display: block;
margin-bottom: 2px;
padding: 5px 10px;
text-align: right;
font-size: 12px;
}
.search-result:hover{
color: #fff;
background-color: #4983EC;
}
.search-result__selected{
background-color: #DDDDEE;
}
#plots{
overflow: scroll;
}
.dashboard-plot{
margin-bottom: 30px;
width: 1100px;
}