-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathseldon-ie.css
108 lines (95 loc) · 1.38 KB
/
seldon-ie.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
105
106
107
108
@charset "utf-8";
/* CSS Document */
/*
Global Styles
*/
* html .gainlayout {
height: 1%;
}
body, td, th {
padding: 0;
margin: 0;
color: #222;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}
/*
Header Styles
*/
#titleBar {
position: relative;
z-index: 1999;
width: 100%;
padding: 0;
border: 0;
margin: 0;
}
h2 {
padding-bottom: 3px;
margin: 0 auto 0 auto;
color: #e6e4d8;
font-size: 1.25em;
font-weight: bold;
font-style: italic;
letter-spacing: -1px;
}
#header {
position: relative;
padding: 0;
padding-left: 3px;
border: 0;
border-bottom: #666 thin solid;
margin: 0;
}
.btn-large {
width: 31px;
}
#txtFindArea {
padding-top: 3px;
}
/*
Map Styles
*/
#map {
bottom: 0px;
top: 0px;
left: 0px;
right: 0px;
padding-top: 55px !important;
padding-bottom: 13px !important;
}
/*
Footer Styles
*/
#footer {
position: absolute;
z-index: 2001;
bottom: 0px;
width: 100%;
}
/*
jquery UI overrides
*/
.ui-dialog {
border: 1px solid #aaa;
}
/*
Other Popup Styles
*/
#identify_results, td {
border-collapse: collapse;
// border: .05em solid #C0C0C0;
}
/*
Deprecated and should be removed
*/
.leftbuttons {
text-align: left;
width: 20%;
}
#customZoom {
z-index: 1001;
position: absolute;
right: 100px;
top: 100px;
}