Commit 1f51d061d3f892e36a20dc5686ac3bfcc4453e1a
1 parent
8840aa98
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
style.css
| @@ -160,6 +160,17 @@ p { | @@ -160,6 +160,17 @@ p { | ||
| 160 | /*font-size: x-small;*/ | 160 | /*font-size: x-small;*/ |
| 161 | } | 161 | } |
| 162 | 162 | ||
| 163 | +/*Registro de usuário*/ | ||
| 164 | + | ||
| 165 | +.action-account-signup {} | ||
| 166 | + | ||
| 167 | +.action-account-signup form { | ||
| 168 | + margin-right: 0px; | ||
| 169 | +} | ||
| 170 | + | ||
| 171 | + | ||
| 172 | +/*Fim Registro de usuário*/ | ||
| 173 | + | ||
| 163 | /* Menu List left */ | 174 | /* Menu List left */ |
| 164 | /*Estilo nos blocos laterais*/ | 175 | /*Estilo nos blocos laterais*/ |
| 165 | 176 |