##// END OF EJS Templates
version bump. Bugfix when changelog parameter was not an int. Added limit for 100 changelogs to view at once.
version bump. Bugfix when changelog parameter was not an int. Added limit for 100 changelogs to view at once.

File last commit:

r0:564e4082 default
r211:a3a7c3e0 rhodecode-0.0.0.7.3 default
Show More
slider-core.css
17 lines | 385 B | text/css | CssLexer
/*
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;
}