##// END OF EJS Templates
fixes issue #16 reimplementation of database repository, for using generic pk instead of repo naming as pk. Which caused to many problems....
fixes issue #16 reimplementation of database repository, for using generic pk instead of repo naming as pk. Which caused to many problems. Fixed issue when redirecting after repo name change to 404. Removed update hook from basic app setup

File last commit:

r362:558eb7c5 rhodecode-0.0.0.8.0 default
r367:a26f48ad default
Show More
style_full.css
35 lines | 824 B | text/css | CssLexer
/* -----------------------------------------------------------
content
----------------------------------------------------------- */
#content
{
margin: 10px 60px 0 60px;
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;
}