-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlive.css
90 lines (74 loc) · 1.03 KB
/
live.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
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
90
#header{
margin-left: 260px;
margin-right: 500px;
}
#content {
width: auto;
/* margin-left: 50px; */
margin-right: 0px;
margin-left: 260px;
}
#footer {
clear:both;
width: auto;
margin: auto;
}
#content-topright {
float: right; width: 50%;
}
#content-topleft {
width: 49%;
}
#nav-sidebar {
float: left;
margin-left: 0px;
width: 250px;
/* position: fixed;*/
}
#slice-navigation button {
font-size: 12px;
width:100px;
}
#slice-navigation div.shift{
margin-left: 40px;
}
/*individual tunings*/
#phhist-div {
height: 95px;
/* margin-right: 100px;*/
}
#timehist-div {
height: 95px;
/* margin-right: 100px;*/
}
#triD-view {
height: 235px;
}
#mri-view{
height: 230px;
}
#timehist-enclosure {
position: relative;
}
/*#timehist-options {
position:absolute;
top: 0;
right: 0;
float:right;
width: 100px;
}
*/
#ph-hist-enclosure {
position: relative;
}
/*#phhist-options{
position:absolute;
top: 0;
right: 0;
float:right;
width: 100px;
}
*/
.portlet-header{
font-size: 0.6em;
}