adaptive form widgets styles improved. Left column displayed

This commit is contained in:
Serghei Mihai 2013-10-30 11:07:16 +01:00
parent 9a77ad285c
commit 302694a081
No known key found for this signature in database
GPG Key ID: 76D1C964BF2FA1AF
1 changed files with 11 additions and 2 deletions

View File

@ -3303,7 +3303,7 @@ body.largeText #content-core p {
float: left;
}
#arrow, #accolade, #rcol, #lcol {
#arrow, #accolade, #rcol {
display: none;
}
@ -3349,6 +3349,8 @@ body.largeText #content-core p {
#content #events-ul-list li p.date {
width: 100%;
border: 0 !important;
margin-top: 0;
padding-top: 0;
}
#content #events-ul-list h3 {
@ -3372,14 +3374,21 @@ body.largeText #content-core p {
width: 100px;
}
form input[type='text'], form input[type='submit'] {
form input[type='text'], form input[type='submit'], form textarea, form select {
border: 1px solid #aaa;
max-width: 100%;
margin-left: 105px;
}
.formHelp {
display: none;
}
form .captchaImage {
max-width: 100%;
margin-left: 105px;
}
#realcontent img {
max-width: 440px;
}