Commit ed3663df932d97616b3cf4e108e0db30d804a89b
1 parent
517a274b
Exists in
master
and in
5 other branches
Captcha: put inline the image and buttons
Showing
1 changed file
with
12 additions
and
2 deletions
Show diff stats
sass/style.sass
... | ... | @@ -1205,8 +1205,18 @@ td |
1205 | 1205 | font-weight: bold |
1206 | 1206 | |
1207 | 1207 | // 6.21 - captcha |
1208 | -.captcha | |
1209 | - margin: 10px auto | |
1208 | +#serpro_captcha | |
1209 | + margin: 15px 0 10px 0 | |
1210 | + &:before, | |
1211 | + &:after | |
1212 | + clear: both | |
1213 | + content: " " | |
1214 | + display: table | |
1215 | + #serpro_captcha_component_img_captcha_serpro_gov_br | |
1216 | + float: left | |
1217 | + #serpro_captcha_component_divButtons_captcha_serpro_gov_br | |
1218 | + float: left | |
1219 | + margin: 10px | |
1210 | 1220 | |
1211 | 1221 | // ------------------------------------ |
1212 | 1222 | // 7 - Modificadores | ... | ... |