45 lines
435 B
CSS
Executable File
45 lines
435 B
CSS
Executable File
|
|
.new
|
|
{
|
|
padding: 1em;
|
|
}
|
|
.new .box
|
|
{
|
|
max-width: 50em;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
/* Form */
|
|
|
|
.new .form
|
|
{
|
|
padding: 2em;
|
|
}
|
|
.new div.form-group
|
|
{
|
|
padding: 0.4em;
|
|
}
|
|
.new div.form-group label
|
|
{
|
|
display: block;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
.new div.form-group input,
|
|
.new div.form-group textarea,
|
|
.new div.form-group select
|
|
{
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
.new textarea
|
|
{
|
|
min-height: 26em;
|
|
}
|
|
|
|
.new .foot
|
|
{
|
|
text-align: center;
|
|
margin-top: 1em;
|
|
}
|
|
|