voloko-sdoc 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION.yml +1 -1
- data/lib/sdoc/generator/template/direct/resources/css/panel.css +14 -8
- data/lib/sdoc/generator/template/direct/resources/js/searchdoc.js +1 -0
- data/lib/sdoc/generator/template/shtml/resources/css/panel.css +14 -8
- data/lib/sdoc/generator/template/shtml/resources/js/searchdoc.js +1 -0
- metadata +1 -1
data/VERSION.yml
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
background: #FFF;
|
|
10
10
|
z-index: 2;
|
|
11
11
|
font-family: "Helvetica Neue", "Arial", sans-serif;
|
|
12
|
+
//zoom: 1;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
15
|
.panel_tree .results,
|
|
@@ -77,11 +78,13 @@
|
|
|
77
78
|
bottom: 0;
|
|
78
79
|
left: 0;
|
|
79
80
|
width: 100%;
|
|
81
|
+
//height: expression((this.parentNode.offsetHeight - 31));
|
|
80
82
|
overflow-y: scroll;
|
|
81
83
|
overflow-x: hidden;
|
|
82
84
|
-overflow-y: hidden;
|
|
83
85
|
background: #EDF3FE url(../i/results_bg.png);
|
|
84
86
|
z-index: 2;
|
|
87
|
+
//zoom:1;
|
|
85
88
|
}
|
|
86
89
|
|
|
87
90
|
.panel .result ul
|
|
@@ -89,15 +92,16 @@
|
|
|
89
92
|
font-size: 0.8em;
|
|
90
93
|
width: 100%;
|
|
91
94
|
background: #EDF3FE url(../i/results_bg.png);
|
|
92
|
-
|
|
95
|
+
//zoom:1;
|
|
93
96
|
}
|
|
94
97
|
|
|
95
98
|
.panel .result ul li
|
|
96
99
|
{
|
|
97
100
|
height: 46px;
|
|
98
101
|
-height: 50px;
|
|
99
|
-
|
|
100
|
-
|
|
102
|
+
//display: inline;
|
|
103
|
+
//width: 100%;
|
|
104
|
+
//zoom: 1;
|
|
101
105
|
overflow: hidden;
|
|
102
106
|
padding: 4px 10px 0 10px;
|
|
103
107
|
cursor: pointer;
|
|
@@ -243,12 +247,13 @@
|
|
|
243
247
|
bottom: 0;
|
|
244
248
|
left: 0;
|
|
245
249
|
width: 100%;
|
|
246
|
-
|
|
250
|
+
//zoom: 1;
|
|
251
|
+
//height: expression((this.parentNode.offsetHeight - 31));
|
|
247
252
|
overflow-y: scroll;
|
|
248
253
|
overflow-x: hidden;
|
|
249
254
|
-overflow-y: hidden;
|
|
250
255
|
background: #EDF3FE url(../i/tree_bg.png);
|
|
251
|
-
z-index:
|
|
256
|
+
z-index: 30;
|
|
252
257
|
}
|
|
253
258
|
|
|
254
259
|
.panel .tree ul
|
|
@@ -260,9 +265,10 @@
|
|
|
260
265
|
{
|
|
261
266
|
cursor: pointer;
|
|
262
267
|
overflow: hidden;
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
268
|
+
//height: 23px;
|
|
269
|
+
//display: inline;
|
|
270
|
+
//zoom: 1;
|
|
271
|
+
//width: 100%;
|
|
266
272
|
}
|
|
267
273
|
|
|
268
274
|
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
background: #FFF;
|
|
10
10
|
z-index: 2;
|
|
11
11
|
font-family: "Helvetica Neue", "Arial", sans-serif;
|
|
12
|
+
//zoom: 1;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
15
|
.panel_tree .results,
|
|
@@ -77,11 +78,13 @@
|
|
|
77
78
|
bottom: 0;
|
|
78
79
|
left: 0;
|
|
79
80
|
width: 100%;
|
|
81
|
+
//height: expression((this.parentNode.offsetHeight - 31));
|
|
80
82
|
overflow-y: scroll;
|
|
81
83
|
overflow-x: hidden;
|
|
82
84
|
-overflow-y: hidden;
|
|
83
85
|
background: #EDF3FE url(../i/results_bg.png);
|
|
84
86
|
z-index: 2;
|
|
87
|
+
//zoom:1;
|
|
85
88
|
}
|
|
86
89
|
|
|
87
90
|
.panel .result ul
|
|
@@ -89,15 +92,16 @@
|
|
|
89
92
|
font-size: 0.8em;
|
|
90
93
|
width: 100%;
|
|
91
94
|
background: #EDF3FE url(../i/results_bg.png);
|
|
92
|
-
|
|
95
|
+
//zoom:1;
|
|
93
96
|
}
|
|
94
97
|
|
|
95
98
|
.panel .result ul li
|
|
96
99
|
{
|
|
97
100
|
height: 46px;
|
|
98
101
|
-height: 50px;
|
|
99
|
-
|
|
100
|
-
|
|
102
|
+
//display: inline;
|
|
103
|
+
//width: 100%;
|
|
104
|
+
//zoom: 1;
|
|
101
105
|
overflow: hidden;
|
|
102
106
|
padding: 4px 10px 0 10px;
|
|
103
107
|
cursor: pointer;
|
|
@@ -243,12 +247,13 @@
|
|
|
243
247
|
bottom: 0;
|
|
244
248
|
left: 0;
|
|
245
249
|
width: 100%;
|
|
246
|
-
|
|
250
|
+
//zoom: 1;
|
|
251
|
+
//height: expression((this.parentNode.offsetHeight - 31));
|
|
247
252
|
overflow-y: scroll;
|
|
248
253
|
overflow-x: hidden;
|
|
249
254
|
-overflow-y: hidden;
|
|
250
255
|
background: #EDF3FE url(../i/tree_bg.png);
|
|
251
|
-
z-index:
|
|
256
|
+
z-index: 30;
|
|
252
257
|
}
|
|
253
258
|
|
|
254
259
|
.panel .tree ul
|
|
@@ -260,9 +265,10 @@
|
|
|
260
265
|
{
|
|
261
266
|
cursor: pointer;
|
|
262
267
|
overflow: hidden;
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
268
|
+
//height: 23px;
|
|
269
|
+
//display: inline;
|
|
270
|
+
//zoom: 1;
|
|
271
|
+
//width: 100%;
|
|
266
272
|
}
|
|
267
273
|
|
|
268
274
|
|