-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles_snap.css
40 lines (37 loc) · 949 Bytes
/
styles_snap.css
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
/* Resolve problem with header fixed to use target.*/
.xray-col-4:target:before {
content: " ";
display: block;
height: 3em; /* fixed header height*/
}
.xray-reportsname:target:before {
content: " ";
display: block;
height: 3em; /* fixed header height*/
margin-top:-3em; /* negative fixed header height */
}
/**************** Recommended Actions ****************/
.xray-div-recommendations .recommendationdiv .recommendationtext {
padding-top:12px;
}
/**************** End styles for Recommended Actions ****************/
.xray-graph-background {
position: fixed;
right: 0;
bottom: 0;
left: 0;
top: 0;
background-color: white;
overflow-y: scroll;
z-index: 1031;
display: none;
}
.xray-close-link {
position: absolute;
top: 1em;
right: 2em;
width: 2em;
height: 2em;
display: block;
background:url([[pix:local_xray|close_x]]) no-repeat center center;
}