Hi André,

Am 16.05.2011 19:44, schrieb André Schnabel:
> is it possible to change
> 
> .middleColumn {
>      display: block;
>      margin: 15px 10px 10px 0;
>     background: #E9E9E9;
>     padding: 4px;
>     width: 306px;
>     clear: left;
> }
> 
> to
> 
> .middleColumn {
>      display: block;
>      margin: 15px 10px 10px 0;
>     padding: 4px;
>     clear: left;
> }
> 
> in https://www.documentfoundation.org/themes/tdf/css/form.css ?

done


> I try to make the application form more clear - but it loks awfull if I
> can use text blocks with 300px with only.

There's one more relevant definition

input.text, textarea, select {
        padding: 2px;
        border: 1px solid #A7A7A7;
        color: #000;
        font-size: 12px;
        font-weight: bold;
        *width*: 660px;
}

has been 300 before - hope I understood you right - tell me in case you
need a different size.

cheers
Erich

-- 
Unsubscribe instructions: E-mail to [email protected]
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/www/website/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to