Files
@ d66a7fa7689b
Branch filter:
Location: kallithea/pylons_app/public/css/style_full.css - annotation
d66a7fa7689b
1020 B
text/css
moved loged in user propagation out of forms,
update user model to get auto update last login.
bugfix with redirect log
fixed forms logic a little bit
some other tweeks
update user model to get auto update last login.
bugfix with redirect log
fixed forms logic a little bit
some other tweeks
86a25ad59766 86a25ad59766 86a25ad59766 86a25ad59766 9a7ae16ff53e 86a25ad59766 86a25ad59766 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 9a7ae16ff53e 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f 558eb7c5028f | /* -----------------------------------------------------------
GLOBAL WIDTH
----------------------------------------------------------- */
#header,#content,#footer{
min-width: 1224px;
}
/* -----------------------------------------------------------
content
----------------------------------------------------------- */
#content
{
margin: 10px 30px 0 30px;
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;
}
|