-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (43 loc) · 1.05 KB
/
Copy pathstyle.css
File metadata and controls
52 lines (43 loc) · 1.05 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
/*! Rappid v3.1.1 - HTML5 Diagramming Framework - TRIAL VERSION
Copyright (c) 2015 client IO
2020-06-11
This Source Code Form is subject to the terms of the Rappid Trial License
, v. 2.0. If a copy of the Rappid License was not distributed with this
file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
or from the Rappid archive as was distributed by client IO. See the LICENSE file.*/
html, body {
margin: 0;
padding: 0;
}
/* Paper */
.paper-container {
position: absolute;
height: 100%;
overflow: hidden;
top: 50px; /* space for toolbar */
left: 240px; /* space for stencil */
right: 240px; /* space for inspector */
}
/* Inspector */
.inspector-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 240px;
}
/* Stencil */
.stencil-container {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 240px;
}
/* Toolbar */
.toolbar-container {
position: absolute;
height: 50px;
left: 240px; /* space for stencil */
right: 0;
}