-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesign.css
104 lines (89 loc) · 1.2 KB
/
design.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
html, body {
margin:0;
padding:0;
height:100%;
font-size: 14px;
}
table
{
border-collapse: collapse;
}
div#tabsDiv
{
position: absolute;
margin: 3px;
height: 96%;
width: 98%;
}
ul.ui-tabs-nav
{
border: 0px;
}
.ui-tabs .ui-tabs-panel
{
padding: 0px;
}
img#logoImg
{
float: right;
}
div#contentDiv
{
margin: 3px;
padding: 3px;
overflow: auto;
}
div#footerDiv
{
position: absolute;
bottom: 0px;
min-height: 50px;
width: 100%;
}
table.tablesorter th input, select
{
font-family: Arial, Sans-Serif;
font-size: 13px;
width: 7em;
display: block;
}
table.tablesorter tbody
{
overflow-x: hidden;
overflow-y: auto;
}
#tooltip{
position:absolute;
border:1px solid #333;
background:#f7f5d1;
padding:2px 5px;
color:#333;
display:none;
font-size: 12px;
font-family: Monospace;
}
div#studSingleHeaderDiv
{
padding: 1em;
}
div#studSingleHeaderDiv h3
{
display: inline;
}
div#studSingleScrollDiv
{
overflow-x: hidden;
overflow-y: auto;
}
table.inner
{
margin: 3px;
font-size: 10px;
font-family: Monospace;
}
table.inner td
{
width: 5em;
border: 1px solid black;
text-align: center;
}