make jRange behave again
This commit is contained in:
parent
4fd80304a5
commit
7e7678364b
@ -431,7 +431,7 @@ function widget_affinity($arr) {
|
||||
'$coworkers' => t('Co-workers'),
|
||||
'$oldfriends' => t('Former Friends'),
|
||||
'$acquaintances' => t('Acquaintances'),
|
||||
'$world' => t('Everybody')
|
||||
'$world' => t('All')
|
||||
));
|
||||
$arr = array('html' => $x);
|
||||
call_hooks('main_slider',$arr);
|
||||
@ -968,4 +968,4 @@ function widget_pubsites() {
|
||||
if(get_app()->poi)
|
||||
return;
|
||||
return '<div class="widget"><ul class="nav nav-pills"><li><a href="pubsites">' . t('Public Hubs') . '</a></li></ul></div>';
|
||||
}
|
||||
}
|
||||
|
@ -71,7 +71,7 @@
|
||||
console.log('jRange : no width found, returning');
|
||||
return;
|
||||
} else {
|
||||
this.domNode.css('width', this.options.width || this.inputNode.width());
|
||||
this.domNode.width(this.options.width || this.inputNode.width());
|
||||
this.inputNode.hide();
|
||||
}
|
||||
|
||||
@ -332,4 +332,4 @@
|
||||
return result || this;
|
||||
};
|
||||
|
||||
})(jQuery, window, document);
|
||||
})(jQuery, window, document);
|
||||
|
@ -50,8 +50,10 @@
|
||||
}
|
||||
|
||||
|
||||
/* fileas */
|
||||
|
||||
/* affinity slider */
|
||||
#main-slider {
|
||||
margin: 10px 7px 45px 7px;
|
||||
}
|
||||
|
||||
/* posted date */
|
||||
|
||||
@ -83,21 +85,6 @@ a.group-edit-tool {
|
||||
li:hover .group-edit-icon {
|
||||
opacity: 1;
|
||||
}
|
||||
/* affinity - slider */
|
||||
|
||||
#main-slider {
|
||||
position: relative;
|
||||
left: 5px;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.slider {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
|
||||
/* photo albums */
|
||||
|
||||
|
||||
/* Chatrooms */
|
||||
|
||||
@ -112,10 +99,6 @@ li:hover .group-edit-icon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.slider-container {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.rating-text-label {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user