Commit a2a4af5f096e41e9a6042b5c0050104cc0ce6265

Authored by Gustavo Cruz
1 parent 1f51d061

updating theme

Showing 1 changed file with 20 additions and 2 deletions   Show diff stats
style.css
... ... @@ -162,12 +162,30 @@ p {
162 162  
163 163 /*Registro de usuário*/
164 164  
165   -.action-account-signup {}
166   -
167 165 .action-account-signup form {
168 166 margin-right: 0px;
169 167 }
170 168  
  169 +.action-account-signup .singup_text {
  170 + display: inline-block;
  171 + float: left;
  172 + margin-right: 5%;
  173 + margin-top: 70px;
  174 + width: 30%;
  175 +}
  176 +
  177 +.action-account-signup .signup-form-header,
  178 +.action-account-signup .signup-form-profile {
  179 + display: inline-block;
  180 + float: right;
  181 + width: 60%;
  182 +}
  183 +
  184 +.action-account-signup form>p {
  185 + clear: both;
  186 +}
  187 +
  188 +
171 189  
172 190 /*Fim Registro de usuário*/
173 191  
... ...