##// END OF EJS Templates
Extended repo2db mapper with group creation via directory structures...
Extended repo2db mapper with group creation via directory structures Added Groups model to db models fixed group name with filesystem name rather than MercurialRepository Instance

File last commit:

r547:1e757ac9 default
r878:859bc9e7 beta
Show More
progressbar-skin.css
55 lines | 1.1 KiB | 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-pb-bar {
background-color:blue;
}
.yui-pb {
border: thin solid #808080
}
.yui-skin-sam .yui-pb {
background-color: transparent;
border: solid #808080;
border-width:1px 0;
}
.yui-skin-sam .yui-pb-rtl,.yui-skin-sam .yui-pb-ltr {
background-image: url(back-h.png);
background-repeat:repeat-x;
}
.yui-skin-sam .yui-pb-ttb,.yui-skin-sam .yui-pb-btt {
background-image: url(back-v.png);
background-repeat:repeat-y;
}
.yui-skin-sam .yui-pb-bar{
background-color:transparent;
}
.yui-skin-sam .yui-pb-ltr .yui-pb-bar,.yui-skin-sam .yui-pb-rtl .yui-pb-bar {
background-image:url(bar-h.png);
background-repeat:repeat-x;
}
.yui-skin-sam .yui-pb-ttb .yui-pb-bar,.yui-skin-sam .yui-pb-btt .yui-pb-bar {
background-image:url(bar-v.png);
background-repeat:repeat-y;
}
.yui-skin-sam .yui-pb-mask {
border: solid #808080;
border-width:0 1px;
margin: 0 -1px;
}
.yui-skin-sam .yui-pb-caption {
color:#000;
text-align:center;
margin:0 auto;
}
.yui-skin-sam .yui-pb-range {
color:#a6a6a6;
}