hedera-web/web/forms/cms/contact/style.css

52 lines
525 B
CSS
Raw Normal View History

2015-01-31 01:05:12 +00:00
2015-03-06 23:33:54 +00:00
.contact
2015-02-08 15:38:38 +00:00
{
padding: 1em;
2015-01-31 01:05:12 +00:00
}
2015-03-06 23:33:54 +00:00
.contact .box
2015-01-31 01:05:12 +00:00
{
max-width: 40em;
}
2015-03-06 23:33:54 +00:00
.contact p
2015-01-31 01:05:12 +00:00
{
position: relative;
text-align: center;
max-width: 25em;
margin: 1em auto;
}
2015-03-06 23:33:54 +00:00
.contact form
2015-01-31 01:05:12 +00:00
{
margin: 0 auto;
max-width: 25em;
}
2015-03-06 23:33:54 +00:00
.contact form p
2015-01-31 01:05:12 +00:00
{
margin: 1em auto;
display: block;
margin-top: 2em;
}
2015-03-06 23:33:54 +00:00
.contact textarea
2015-01-31 01:05:12 +00:00
{
height: 5em;
}
2015-03-06 23:33:54 +00:00
.contact button
2015-01-31 01:05:12 +00:00
{
display: block;
margin: 0 auto;
margin-top: 1em;
padding: 0.6em;
}
/* Captcha */
2015-03-06 23:33:54 +00:00
.captcha img
2015-01-31 01:05:12 +00:00
{
vertical-align: middle;
}
2015-03-06 23:33:54 +00:00
.captcha input
2015-01-31 01:05:12 +00:00
{
margin-left: 1em;
2015-02-17 11:48:53 +00:00
max-width: 8em;
2015-01-31 01:05:12 +00:00
}