From b9683cfbab194dd73742dd2c8608fe92152ff12d Mon Sep 17 00:00:00 2001 From: Bachurin Sergey Date: Thu, 16 Apr 2015 17:11:22 +0300 Subject: [PATCH] register form fix --- project/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;}