##// END OF EJS Templates
Moved out reposcan into hg Model....
Moved out reposcan into hg Model. Rewrote repo scann and caching of repositories, all is in hgModel. Changed invalidate cache calls. mergeds main repo list and repo switcher list into one new based on hgModel.

File last commit:

r547:1e757ac9 default
r665:070f3274 beta
Show More
button-core.css
43 lines | 721 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-button {
display: -moz-inline-box; /* Gecko */
display: inline-block; /* IE, Opera and Safari */
vertical-align: text-bottom;
}
.yui-button .first-child {
display: block;
*display: inline-block; /* IE */
}
.yui-button button,
.yui-button a {
display: block;
*display: inline-block; /* IE */
border: none;
margin: 0;
}
.yui-button button {
background-color: transparent;
*overflow: visible; /* Remove superfluous padding for IE */
cursor: pointer;
}
.yui-button a {
text-decoration: none;
}