0
1
Fork 0
hedera-web-mindshore/web/forms/news/new/style.css

45 lines
435 B
CSS
Raw Normal View History

2015-03-06 23:33:54 +00:00
.new
{
2015-02-08 15:38:38 +00:00
padding: 1em;
2015-02-01 03:21:54 +00:00
}
2015-03-06 23:33:54 +00:00
.new .box
2015-02-01 03:21:54 +00:00
{
max-width: 50em;
margin: 0 auto;
}
2015-02-01 03:21:54 +00:00
/* Form */
2015-03-06 23:33:54 +00:00
.new .form
2015-02-08 15:38:38 +00:00
{
padding: 2em;
}
2015-03-06 23:33:54 +00:00
.new div.form-group
{
2015-02-01 03:21:54 +00:00
padding: 0.4em;
}
2015-03-06 23:33:54 +00:00
.new div.form-group label
{
2015-02-01 03:21:54 +00:00
display: block;
margin-bottom: 0.5em;
}
2015-03-06 23:33:54 +00:00
.new div.form-group input,
.new div.form-group textarea,
.new div.form-group select
{
2015-02-01 03:21:54 +00:00
margin: 0;
width: 100%;
}
2015-03-06 23:33:54 +00:00
.new textarea
2015-02-01 03:21:54 +00:00
{
min-height: 26em;
}
2015-03-06 23:33:54 +00:00
.new .foot
{
text-align: center;
2015-02-01 03:21:54 +00:00
margin-top: 1em;
}
2015-02-01 03:21:54 +00:00