Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80679 views
1
/**
2
* @provides pop-dialog-css
3
* @permanent
4
*/
5
6
/* @noflip */
7
.pop_topleft {
8
-fb-sprite: url('/images/dialog/large_halo_top_left.png');
9
left: -10px;
10
top: -10px;
11
}
12
13
/* @noflip */
14
.pop_topleft2 {
15
-fb-sprite: url('/images/dialog/large_halo_top_left.png');
16
left: -10px;
17
top: -10px;
18
}
19
20
/* @noflip */
21
.pop_topright {
22
-fb-sprite: url('/images/dialog/large_halo_top_right.png');
23
right: -10px;
24
top: -10px;
25
}
26
27