##// END OF EJS Templates
fixed user permissions bug when adding permissions to user who couldn load those because of auth decorators...
fixed user permissions bug when adding permissions to user who couldn load those because of auth decorators Small fix for hg model and injecting dbrepo into cached repos

File last commit:

r0:564e4082 default
r368:e9a6783f default
Show More
slider-core.css
17 lines | 385 B | text/css | CssLexer
Marcin Kuzminski
initial commit.
r0 /*
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;
}