##// END OF EJS Templates
fixed issue #165 trending source files are now stored in cache as ext only, and translated to description only when displaying, so future changes of mappings will take affect right away....
fixed issue #165 trending source files are now stored in cache as ext only, and translated to description only when displaying, so future changes of mappings will take affect right away. Also changes the way how map is generating, ie. autogenerate from pygments lexers, and than complete with user defined mappings.

File last commit:

r1073:289ff43c beta
r1244:0eceb478 beta
Show More
progressbar-core.css
85 lines | 1.0 KiB | text/css | CssLexer
renamed project to rhodecode
r547 /*
update YUI dev libs to latest version
r1073 Copyright (c) 2010, Yahoo! Inc. All rights reserved.
renamed project to rhodecode
r547 Code licensed under the BSD License:
update YUI dev libs to latest version
r1073 http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
renamed project to rhodecode
r547 */
/* several */
.yui-pb-bar,
.yui-pb-mask {
width:100%;
height:100%;
}
/* contentBox */
.yui-pb {
position:relative;
top:0;
left:0;
width:200px;
height:20px;
padding:0;
border:none;
margin:0;
text-align:left;
}
/* mask */
.yui-pb-mask {
position:absolute;
top:0;
left:0;
z-index:2;
}
.yui-pb-mask div {
width:50%;
height:50%;
background-repeat:no-repeat;
padding:0;
position: absolute;
}
.yui-pb-tl {
background-position: top left;
}
.yui-pb-tr {
background-position: top right;
left:50%;
}
.yui-pb-bl {
background-position: bottom left;
top:50%;
}
.yui-pb-br {
background-position: bottom right;
left:50%;
top:50%;
}
/* bar */
.yui-pb-bar {
margin:0;
position:absolute;
left:0;
top:0;
z-index:1;
}
.yui-pb-ltr .yui-pb-bar {
_position:static
}
.yui-pb-rtl .yui-pb-bar {
background-position:right;
}
.yui-pb-btt .yui-pb-bar {
background-position:left bottom;
}