This repository was archived by the owner on Feb 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathattributeMap.css
More file actions
115 lines (101 loc) · 1.86 KB
/
Copy pathattributeMap.css
File metadata and controls
115 lines (101 loc) · 1.86 KB
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
109
110
111
112
113
114
115
html, body{
height: 100%;
}
.main{
width: 1200px;
margin: 0 auto;
}
#sep{
margin-top: 10px;
}
.tokenatt, .standardfields {
margin-top: -5px;
}
.tokenatt li, .standardfields li {
margin-top: 10px;
border-bottom: 0px;
min-height: 35px;
}
.newcreate, .csvatt, .cpdbatt {
min-height: 100px;
padding-bottom: 50px;
}
#cpdbatt {
min-height: 100px;
}
#cpdbatt li {
margin-top: 10px;
}
.newcreate li {
margin-top: 10px;
}
#newcreated, #centralattribute, #tokenattribute{
float: left;
background-color: #EFFBDB;
height: 100%;
margin-top:10px;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 20px;
border-color: #85BD00;
border-style: solid;
border-radius: 10px;
border-width: 1px;
overflow : auto;
text-align:center;
width: 27%;
}
#newcreated ul, #centralattribute ul, #tokenattribute ul{
margin-left: -35px;
}
#newcreated, #tokenattribute {
height: 100%;
}
.heading{
background: #8CCE00;
text-decoration: none;
color:#EFFBDB;
border-width: 1px;
vertical-align: middle;
height: 23px;
padding-top: 7px;
font-weight: bold;
}
#controllingarea {
text-align: right;
margin-right: 30px;
}
.newcreate ul{
padding : 100px;
}
li{
border:solid 2px #DEDEDE;
background:#FFFFFF ;
color:#222222;
width : 200px;
margin-top: 2px;
margin-left: auto;
margin-right: auto;
margin-bottom: 2px;
list-style: none;
padding: 4px;
text-align:center;
cursor: pointer;
}
.notsortable li{
background:#696565;
color: white;
}
.explanation {
font-size: 0.8em;
width: 75%;
margin-left: auto;
margin-right: auto;
text-align: left;
padding: 5px 0px 5px 15px;
}
.explanation input {
position: relative;
margin-left: -20px;
top: 3px;
}