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 CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 4
3
+ :patch: 5
4
4
  :major: 0
@@ -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
- -zoom:1;
95
+ //zoom:1;
93
96
  }
94
97
 
95
98
  .panel .result ul li
96
99
  {
97
100
  height: 46px;
98
101
  -height: 50px;
99
- -display: inline;
100
- -width: 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
- -height: expression((this.parentNode.offsetHeight - 31));
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: 3;
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
- -height: 23px;
264
- -display: inline;
265
- -zoom: 1;
268
+ //height: 23px;
269
+ //display: inline;
270
+ //zoom: 1;
271
+ //width: 100%;
266
272
  }
267
273
 
268
274
 
@@ -458,6 +458,7 @@ Searchdoc.Tree.prototype = $.extend({}, Searchdoc.Navigation, new function() {
458
458
  })
459
459
 
460
460
  this.initNavigation();
461
+ if (jQuery.browser.msie) document.body.className += '';
461
462
  }
462
463
 
463
464
  this.select = function($li) {
@@ -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
- -zoom:1;
95
+ //zoom:1;
93
96
  }
94
97
 
95
98
  .panel .result ul li
96
99
  {
97
100
  height: 46px;
98
101
  -height: 50px;
99
- -display: inline;
100
- -width: 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
- -height: expression((this.parentNode.offsetHeight - 31));
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: 3;
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
- -height: 23px;
264
- -display: inline;
265
- -zoom: 1;
268
+ //height: 23px;
269
+ //display: inline;
270
+ //zoom: 1;
271
+ //width: 100%;
266
272
  }
267
273
 
268
274
 
@@ -458,6 +458,7 @@ Searchdoc.Tree.prototype = $.extend({}, Searchdoc.Navigation, new function() {
458
458
  })
459
459
 
460
460
  this.initNavigation();
461
+ if (jQuery.browser.msie) document.body.className += '';
461
462
  }
462
463
 
463
464
  this.select = function($li) {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voloko-sdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volodya Kolesnikov