Commit 0aa857a580ad3a46b1ac0ea68d26ddd18232e57b

Authored by Juliana
1 parent 0c9b9733

Institution registration form

Showing 1 changed file with 64 additions and 67 deletions   Show diff stats
@@ -16,35 +16,36 @@ @@ -16,35 +16,36 @@
16 width:90% !important; 16 width:90% !important;
17 } 17 }
18 18
  19 +#signup-form .formfieldline,
19 #signup-formfield-group { 20 #signup-formfield-group {
20 - background: url(images/hdot2.gif) repeat-x bottom #ECECEC;  
21 - 21 + /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/
  22 + width:100%;
  23 + background: url(images/hdot2.gif) repeat-x bottom #ECECEC;
  24 + margin:0px 10px 10px 0px;
22 } 25 }
  26 +
  27 +#signup-form .formfieldline:hover,
23 #signup-formfield-group:hover { 28 #signup-formfield-group:hover {
24 - background: url(../images/hdot2.gif) repeat-x bottom #f1e5dc; 29 + /*width:100%;*/
  30 + background: url(images/hdot2.gif) repeat-x bottom #f1e5dc;
  31 + margin:0px 10px 10px 0px;
25 } 32 }
26 33
27 -/*#signup-form .formlabel {  
28 - color: #4A4A4A;  
29 - font-size: 20px;  
30 - font-weight: normal;  
31 - text-align: left;  
32 - float: left;  
33 -  
34 -}*/  
35 .action-account-signup #content { 34 .action-account-signup #content {
36 text-align: left; 35 text-align: left;
37 } 36 }
38 37
39 .required-field label.formlabel { 38 .required-field label.formlabel {
40 -font-weight: bold;  
41 -color: #c00;  
42 -float: left; 39 +font-weight: normal;
  40 +color: #4A4A4A;
  41 +/*float: left;*/
43 } 42 }
44 43
45 -#signup-form select, #signup-form textarea, #signup-form input { 44 +#signup-form select,
  45 +#signup-form textarea,
  46 +#signup-form input {
46 /*padding: 7px 7% 10px 3%; */ 47 /*padding: 7px 7% 10px 3%; */
47 - height: 30px !important; 48 +/*height: 30px !important;*/
48 width: 50%; 49 width: 50%;
49 float:center; 50 float:center;
50 margin:3px 2px 3px 0px; 51 margin:3px 2px 3px 0px;
@@ -58,23 +59,25 @@ float: left; @@ -58,23 +59,25 @@ float: left;
58 margin:3px 2px 10px 0px; 59 margin:3px 2px 10px 0px;
59 } 60 }
60 61
61 -#signup-form .formfieldline{  
62 - /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/  
63 - width:100%;  
64 - background: url(images/hdot2.gif) repeat-x bottom #ECECEC;  
65 - margin:0px 10px 10px 0px;  
66 - 62 +#signup-form .formlabel.login-box-content {
  63 + background:none;
67 } 64 }
68 -#signup-form .formlabel.login-box-content{  
69 - background:none;  
70 -}  
71 -#signup-form.formfieldline:hover {  
72 - background: url(../images/hdot2.gif) repeat-x bottom #f1e5dc; 65 +
  66 +#signup-login {
  67 + width:188px;
  68 + margin-bottom:5px;
73 } 69 }
74 70
75 -.formfield input,.formfield textarea { 71 +#signup-form .formfield input,
  72 +#signup-form .formfield textarea {
76 background-color:#fff; 73 background-color:#fff;
77 - width:50%; 74 +}
  75 +
  76 +#signup-form small#password-balloon,
  77 +#signup-form small#password-confirmation-balloon,
  78 +#signup-form small#email-balloon,
  79 +#signup-form small#name-balloon{
  80 + left:90%;
78 } 81 }
79 82
80 /*#content a.button.with-text { 83 /*#content a.button.with-text {
@@ -86,15 +89,10 @@ float: left; @@ -86,15 +89,10 @@ float: left;
86 height:30px; 89 height:30px;
87 } 90 }
88 91
89 -/*#content form input.button.submit{  
90 - margin:13px;  
91 -}  
92 -*/  
93 #errorExplanation{ 92 #errorExplanation{
94 width:720px; 93 width:720px;
95 } 94 }
96 95
97 -  
98 /**** mudar para a cor do icone e link da imagem passado pela suzete 96 /**** mudar para a cor do icone e link da imagem passado pela suzete
99 97
100 #signup-form .invalid { 98 #signup-form .invalid {
@@ -113,50 +111,49 @@ margin: 3px; @@ -113,50 +111,49 @@ margin: 3px;
113 border-radius: 8px; 111 border-radius: 8px;
114 } *****/ 112 } *****/
115 113
116 -/****modal Instituicao***/ 114 +/**************************MODAL Instituicao***************************/
117 115
118 116
119 -#institutions_cnpj, #community_country, #type_PublicInstitution, #institutions_acronym {  
120 - width:200px; 117 +#institution_dialog {
  118 + background-color:#F0F0F0 !important;
  119 +}
121 120
  121 +#institution_dialog .formfield input,
  122 +#institution_dialog .formfield textarea {
  123 + background-color:#fff;
122 } 124 }
123 125
124 -#institution_dialog .type-radio{  
125 - width:500px;  
126 - float:left;  
127 - margin:10px 20px; 126 +#institution_dialog select,
  127 +#institution_dialog textarea,
  128 +#institution_dialog input {
  129 + width: 50%;
  130 + float:center;
  131 + margin:3px 2px 3px 0px;
  132 +}
  133 +
  134 +input#type_PublicInstitution,
  135 +input#type_PrivateInstitution{
  136 +width: 10%;
  137 +margin:10px;
128 } 138 }
129 139
130 #institution_dialog .formlabel{ 140 #institution_dialog .formlabel{
131 - float:left;  
132 - padding:0px 15px 0px 0px;  
133 - width:237px;  
134 - height:30px;  
135 - margin:3px 2px 10px 0px; 141 + float:left;
  142 + padding:0px 15px 0px 0px;
  143 + width:180px;
136 } 144 }
137 145
138 -#institution_dialog .formfieldline{ 146 +#institution_dialog .formfield.type-text,
  147 +#institution_dialog .formfield.type-select,
  148 +#institution_dialog .formfield.type-radio {
139 /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/ 149 /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/
140 - width:100%; 150 + /*width:100%;*/
141 background: url(images/hdot2.gif) repeat-x bottom #ECECEC; 151 background: url(images/hdot2.gif) repeat-x bottom #ECECEC;
142 - margin:0px 10px 10px 0px;  
143 -  
144 -}  
145 -  
146 -#institution_dialog .formfieldline:hover {  
147 - background: url(../images/hdot2.gif) repeat-x bottom #f1e5dc;  
148 -}  
149 -  
150 -  
151 -type_PublicInstitution{  
152 - #fff;  
153 - float:left;  
154 -  
155 - 152 + /*margin:0px 10px 10px 0px;*/
156 } 153 }
157 154
158 -#institution_dialog {  
159 - background-color:#F0F0F0 !important;  
160 -}  
161 -  
162 - 155 +#institution_dialog .formfield:hover,
  156 +#institution_dialog .formfield.type-text:hover,
  157 +#institution_dialog .formfield.type-radio:hover {
  158 + background: url(images/hdot2.gif) repeat-x bottom #f1e5dc;
  159 +}
163 \ No newline at end of file 160 \ No newline at end of file