forked from verdnatura/hedera-web
26 lines
254 B
CSS
26 lines
254 B
CSS
|
|
||
|
#new h1
|
||
|
{
|
||
|
font-weight: normal;
|
||
|
text-align: center;
|
||
|
font-size: 20px;
|
||
|
margin: 15px;
|
||
|
}
|
||
|
#new table.form
|
||
|
{
|
||
|
padding-bottom: 15px;
|
||
|
}
|
||
|
#new td.label
|
||
|
{
|
||
|
width: 21%;
|
||
|
}
|
||
|
#new table.form input,
|
||
|
#new-body
|
||
|
{
|
||
|
width: 600px;
|
||
|
}
|
||
|
#new div.foot
|
||
|
{
|
||
|
text-align: center;
|
||
|
}
|