0
1
Fork 0
hedera-web-mindshore/forms/cms/contact/style.css

56 lines
572 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
{
2015-12-02 17:26:58 +00:00
max-width: 30em;
padding: 2em;
2015-01-31 01:05:12 +00:00
}
2015-12-02 17:26:58 +00:00
.contact .form
2015-01-31 01:05:12 +00:00
{
position: relative;
2015-09-28 11:37:31 +00:00
text-align: left;
2015-01-31 01:05:12 +00:00
max-width: 25em;
2015-12-02 17:26:58 +00:00
margin: 0 auto;
2015-01-31 01:05:12 +00:00
}
2015-03-06 23:33:54 +00:00
.contact form
2015-01-31 01:05:12 +00:00
{
margin: 0 auto;
}
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;
}
2015-09-28 11:37:31 +00:00
.contact .mandatory-message
{
font-size: .9em;
}
2015-01-31 01:05:12 +00:00
/* Captcha */
2015-03-06 23:33:54 +00:00
.captcha img
2015-01-31 01:05:12 +00:00
{
vertical-align: middle;
2016-07-22 20:00:27 +00:00
margin-left: 1em;
2015-01-31 01:05:12 +00:00
}
2015-03-06 23:33:54 +00:00
.captcha input
2015-01-31 01:05:12 +00:00
{
2015-02-17 11:48:53 +00:00
max-width: 8em;
2015-01-31 01:05:12 +00:00
}