-
Notifications
You must be signed in to change notification settings - Fork 0
/
inspections.css
74 lines (67 loc) · 1.03 KB
/
inspections.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
#MainPanel
{
background-color:Silver;
border: thin solid black 1px;
height:600px;
width:800px;
}
#inputdiv
{
margin: 5px 5px 5px 5px;
}
#inspectiondiv {
border: thin solid black 1px;
margin: 5px 5px 5px 5px;
background-color:White;
float: left;
width: 320px;
height: 350px;
}
#mediaScreen
{
background-color: white;
border: thin solid black 1px;
margin: 5px 5px 5px 5px;
float: left;
width: 440px;
height: 350px;
}
#detailsdiv {
/*border: thin solid red 1px;*/
margin: 5px 5px 5px 5px;
clear: left;
width: 780px;
height: 150px;
}
/* GridView Styles */
.HeaderStyle
{
background-color: ButtonFace;
color: ButtonText;
font-weight: bold;
border: thin solid black 1px;
}
.AlternatingRowStyle
{
background-color: Yellow; /*LightGoldenrodYellow; */
}
.RowStyle
{
}
.SelectedRowStyle
{
background-color: Yellow;
}
.TIDESTableStyle
{
border: thin solid black 1px;
}
.TidesTableTitle
{
font-weight:bold;
}
.TIDESValueUnequal
{
font-weight:bold;
color: Red;
}