##// END OF EJS Templates
added base for repo creation forms, both templates will share the same form.
added base for repo creation forms, both templates will share the same form.

File last commit:

r1073:289ff43c beta
r1111:4b62d2fe beta
Show More
datatable.css
49 lines | 910 B | 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 */
/*foundational css*/
.yui-dt-table th, .yui-dt-table td {
overflow:hidden;
}
th .yui-dt-header {
position:relative;
}
th .yui-dt-label {
position:relative;
border-right:10px;
}
th .yui-dt-resizer {
position:absolute;
margin-right:-6px;
right:0;
bottom:0;
width:6px;
height:100%;
cursor:w-resize;
cursor:col-resize;
}
/* foundational scrolling css */
.yui-dt-scrollable {
*overflow-y:auto; /* for ie */
}
.yui-dt-scrollable thead {
display:block; /* for safari and opera */
}
.yui-dt-scrollable thead tr {
position:relative; /* for ie */
}
.yui-dt-scrollbody {
display:block; /* for safari and opera */
overflow:auto; /* for gecko */
}
.yui-dt-editor {
position:absolute;
}