Files @ 4bdd0bf1b1f4
Branch filter:

Location: kallithea/rhodecode/public/js/yui/slider/assets/slider-core.css

Marcin Kuzminski
security bugfix: protected feeds, from unauthorized access, even without this, the feeds would crash and were unreadable, But proper way of securing it is with the secure decarators.
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yui-h-slider,
.yui-v-slider,
.yui-region-slider {
    position: relative;
}
.yui-h-slider .yui-slider-thumb,
.yui-v-slider .yui-slider-thumb,
.yui-region-slider .yui-slider-thumb {
    position: absolute;
    cursor: default;
}