"FICHA DE INSCRIÇÃO "
Bootstrap 3.0.0 Snippet by bacanapps

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Example of Bootstrap 3 Vertical Form Layout</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style type="text/css">
.bs-example{
margin: 20px;
}
</style>
</head>
<body>
<div class="bs-example">
<div class="container">
<form class="webform-client-form webform-client-form-1" enctype="multipart/form-data" action="/" method="post" id="webform-client-form-1" accept-charset="UTF-8"><div><div class="clearfix"><div class="form-item webform-component webform-component-name webform-component--nome-completo">
<label>Nome completo <span class="form-required" title="Este campo é obrigatório.">*</span></label>
<div class="clearfix"><div class="name-given-wrapper" style="float: left; margin-right: 1em;"><div class="form-item form-type-textfield form-item-submitted-nome-completo-given">
<label class="element-invisible" for="edit-submitted-nome-completo-given">Nome </label>
<input class="name-element name-given name-core-component form-text" type="text" id="edit-submitted-nome-completo-given" name="submitted[nome_completo][given]" value="" size="20" maxlength="255" />
<div class="description">Nome</div>
</div>
</div><div class="name-family-wrapper" style="float: left; margin-right: 1em;"><div class="form-item form-type-textfield form-item-submitted-nome-completo-family">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.webform-component--data-de-nascimento label {
display: block;
clear: both;
}
input#edit-submitted-informacoes-line-3-rg {
width: 80%;
}
input#edit-submitted-informacoes-line-3-expedido-por {
width: 80%;
}
input#edit-submitted-instituicao-de-ensino-line-8-instituicao-de-ensino-nome, input#edit-submitted-instituicao-de-ensino-line-8-graduando-no-curso {
width: 80%;
}
input#edit-submitted-line-3-rg, input#edit-submitted-line-3-expedido-por{
width: 80%;
}
.webform-layout-box.equal.child-width-2 > * {
width: 50%;
}
layout_box.css?oszvj8:7
.webform-layout-box.horiz > *, .webform-layout-box.equal > * {
display: inline-block;
vertical-align: top;
word-spacing: normal;
zoom: 1;
}
.form-item {
margin: 1.5rem 0;
}
styles.css?oszvj8:1
* {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: