-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapplication.css
More file actions
89 lines (72 loc) · 1.35 KB
/
Copy pathapplication.css
File metadata and controls
89 lines (72 loc) · 1.35 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* Style for body of application */
.body.Simple {
text-align: center;
max-width: 1080px;
overflow-x : auto;
}
.body.Simple,
.button-column {
vertical-align: top;
margin : 15px 5px;
}
.body.Simple .clear,
.body.Simple .parse {
display:inline-block;
}
.body .clear {
border-bottom: solid 2px #980000;
background:#fd6e6e;
width: 29%;
}
.body .parse {
width: 69%;
margin-top : 10px;
margin-left : 2%;
}
/* Style for application header */
.application-header {
margin-top:30px;
}
.application-header .links-container {
float:right;
}
.application-header .links-container a:hover {
border-bottom: solid 3px #898989;
}
.application-header .second-row > * {
display: inline-block;
}
.button-column {
height: 100%;
width: 30px;
}
.button-column button {
margin-bottom: 6px;
}
.playback {
text-align:center;
margin-top:10px;
}
.playback .controls button:not(:last-child) {
border-right-color: #eee;
}
/* Height and widths for containers and popups */
.popup .server-loader-widget {
max-height : 350px;
}
body.Simple main .dropzone-container {
width : 600px;
}
body.Simple main.view-load .simulation-container,
body.Simple main:not(.view-load) .dropzone-container{
display:none;
}
body.Simple main .simulation {
display:inline-block;
margin: 20px;
}
.tooltip .legend,
.tooltip .legend rect {
width:12px;
height:2px;
}