This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.css
87 lines (75 loc) · 1.49 KB
/
editor.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
.container1 {
width: 700px;
padding: 10px;
line-height: 1;
margin-top: 20px;
margin-bottom: 20px;
}
.slider1 {
width: 400px;
margin: 10px auto;
}
.rows-per-page1 {
display: inline-block !important;
background: url("img/page.png") no-repeat left center !important;
padding: 0px 0px 0px 20px !important;
margin: 3px 10px 3px 10px !important;
width: 30px;
vertical-align: middle;
height: 18px !important;
}
.goto-page1 {
display: inline-block !important;
background: url("img/bullet_go.png") no-repeat left center !important;
padding: 0px 0px 0px 20px !important;
margin: 3px 10px 3px 10px !important;
width: 30px;
vertical-align: middle;
height: 18px !important;
}
div.gp_line {
position: relative;
height: 220px;
}
div.gp_line:hover {
background-color:lightgrey;
}
.location {
position: absolute;
left: 0;
top: 0;
}
.maplinks { position: absolute; top: 0; left: 20em; }
.image { position: absolute; top: 0; right: 0; }
.staticmap { position: absolute; top: 1px; left: 500px; }
.Table {
display: table;
}
.master_table {
display: table;
width:100%;
}
.Title {
display: table-caption;
text-align: center;
font-weight: bold;
font-size: larger;
}
.Heading {
display: table-row;
font-weight: bold;
text-align: center;
}
.Row {
display: table-row;
}
.Cell {
display: table-cell;
border: solid;
border-width: thin;
padding-left: 2px;
padding-right: 2px;
}
.cell_middle {
vertical-align: middle;
}