-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheditor.css
More file actions
154 lines (128 loc) · 2.4 KB
/
editor.css
File metadata and controls
154 lines (128 loc) · 2.4 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
.enxt-tipsy {
position: absolute;
padding: 5px;
z-index: 100000;
}
.enxt-tipsy-inner {
background-color: #111111;
color: #ffffff;
max-width: 300px;
padding: 5px 8px 4px 8px;
text-align: left;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 0 5px #000000;
-webkit-box-shadow: 0 0 5px #000000;
-moz-box-shadow: 0 0 5px #000000;
}
.enxt-tipsy-arrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
border: 5px dashed #babcbe;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
border-top-color: #111111;
}
.enxt-tipsy-se .enxt-tipsy-arrow {
bottom: 0;
right: 10px;
}
.enxt-tipsy-s .enxt-tipsy-arrow {
bottom: 0;
left: 48%;
}
.enxt-small {
float: right;
font-size: 0.8em; /* 12px / 15px */
line-height: 1.5em;
}
.enxt-red {
color: #c52f33;
}
.enxt-blue {
color: #48a5e1;
}
.enxt-group:before, .enxt-group:after {
content: "";
display: table;
}
.enxt-group:after {
clear: both;
}
.enxt-header {
margin-bottom: 8px;
}
.enxt-header label {
display: inline;
margin: 0;
}
.enxt-header span {
display: inline-block;
margin-bottom: 4px;
}
.enxt-scan-header {
float: left;
}
.enxt-search-header {
float: right;
}
#side-sortables .enxt-scan-header {
float: none;
}
#side-sortables .enxt-search-header {
float: none;
border-top: 1px solid #babcbe;
margin-top: 12px;
padding-top: 8px;
}
[class^="enxt-icon-"], [class*=" enxt-icon-"] {
display:inline-block;
width:14px;
height:14px;
*margin-right:.3em;
line-height:14px;
vertical-align:text-top;
background-image:url("enxt_sprite.png");
background-position:14px 14px;
background-repeat:no-repeat;
}
[class^="enxt-icon-"]:last-child, [class*=" enxt-icon-"]:last-child{
*margin-left:0;
}
.enxt-icon-info {
background-position: -43px -92px;
}
.enxt-icon-move {
background-position: -63px -92px;
padding-right: 2px;
}
.enxt-icon-remove {
background-position: -64px -71px;
float: right;
}
#enxt-pols {
width: 100%;
}
#enxt-pols ol {
list-style-type: none;
padding: 0;
margin: 0;
}
#enxt-pols li {
cursor: ns-resize;
border: 1px solid #babcbe;
padding: 4px;
margin: 8px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#enxt-pols li span {
font-style: italic;
font-size: 0.91666666666667em; /* 11px / 12px */
}