diff --git a/project/static/css/style.css b/project/static/css/style.css index 330b02a..ec76217 100644 --- a/project/static/css/style.css +++ b/project/static/css/style.css @@ -124,8 +124,8 @@ body { .auth-form .field#captcha input[type="text"] {width:130px;height:50px;} .auth-form .field label {display:inline-block;width:190px;text-align:right;line-height:50px;padding-right:5px;vertical-align:middle;} .auth-form .field#profile_type label {width:200px;vertical-align:middle;height:50px;} -.auth-form .field #id_register-profile_type {float:right;margin-top:15px;} -.auth-form .field #id_register-profile_type label {width:300px;font-size:13px;line-height:20px;vertical-align:bottom;height:30px;text-align:left;} +.auth-form #profile_type.field ul {float:right;margin-top:15px;} +.auth-form #profile_type.field ul li label {width:300px;font-size:13px;line-height:20px;vertical-align:bottom;height:30px;text-align:left;} .auth-form .field img {vertical-align:middle;} .auth-form .buttons {text-align:center;margin-top:45px;}