##// END OF EJS Templates
added logic for changin defualt permissions, and option to overwrite all defualt permissions on each repository...
added logic for changin defualt permissions, and option to overwrite all defualt permissions on each repository fixed registration form text

File last commit:

r410:9a7ae16f default
r418:63c697d1 default
Show More
style_full.css
42 lines | 1020 B | text/css | CssLexer
fixed min width set....
r379 /* -----------------------------------------------------------
GLOBAL WIDTH
----------------------------------------------------------- */
#header,#content,#footer{
fixes translations, style updates....
r410 min-width: 1224px;
fixed min width set....
r379 }
version bump to 0.8...
r362 /* -----------------------------------------------------------
content
----------------------------------------------------------- */
#content
{
fixes translations, style updates....
r410 margin: 10px 30px 0 30px;
version bump to 0.8...
r362 padding: 0;
min-height: 100%;
clear: both;
overflow: hidden;
background: transparent;
}
/* -----------------------------------------------------------
content -> right -> forms -> labels
----------------------------------------------------------- */
#content div.box div.form div.fields div.field div.label
{
left: 80px;
margin: 0;
padding: 8px 0 0 5px;
width: auto;
position: absolute;
}
#content div.box-left div.form div.fields div.field div.label,
#content div.box-right div.form div.fields div.field div.label
{
left: 0;
margin: 0;
padding: 0 0 8px 0;
width: auto;
position: relative;
}