Skip to content

Instantly share code, notes, and snippets.

@MuratOrs
Created March 11, 2016 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MuratOrs/567e360f2e9697b08325 to your computer and use it in GitHub Desktop.
Save MuratOrs/567e360f2e9697b08325 to your computer and use it in GitHub Desktop.
Адаптативный webform
select#edit-submitted-regio {
width: 100%;
}
input#edit-submitted-naam-educatieve-medewerker-contactpersoon-ic {
width: 100%;
}
.naamform input {
width: 100%;
}
input#edit-submitted-naam-van-uw-vereniging {
width: 100%;
}
input#edit-submitted-naam-van-de-activiteit {
width: 100%;
}
textarea#edit-submitted-korte-inhoud-max-500-tekens-5-regels-75-woorden {
width: 100%;
}
input#edit-submitted-aantal-aanwezigen {
width: 100%;
}
input#edit-submitted-plaats-activiteit {
width: 100%;
}
textarea#edit-submitted-samenwerking-actief-in-de-voorbereidingen {
width: 100%;
}
div#block-webform-client-block-202 {
background: rgba(115, 111, 111, 0.08);
padding: 30px;
border: 2px solid #E5E5E5;
}
div#block-webform-client-block-202 h2 {
width: 100%;
text-transform: uppercase;
font-size: 2em;
font-weight: bold;
padding: 10px;
text-align: center;
margin-bottom: 20px;
color: rgba(69, 69, 69, 1);
text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
border-radius: 0 0 20px 0;
}
div#block-webform-client-block-202{
margin-top: 20px;
}
.webform-confirmation {
text-transform: uppercase;
margin-top: 20px;
text-align: left;
}
div.links{
text-transform: uppercase;
margin-bottom: 10px;
text-align: left;
}
.webform-results-per-page{
margin-top: 20px;
}
/* Для контактов */
#webform-client-form-442 input,
#webform-client-form-442 select,
#webform-client-form-442 textarea{
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment