X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fregistration.css;h=3f83359cf4f48e6f9d5b638b67833cdfbfad5286;hb=6f9151d28008d4b6fc49e2d9c0cfe2d848a90f9f;hp=1a274a24603efbc57331dc4f6f3a87c5defe6811;hpb=4dfd873aec658a5f2a22983c7221f8b7006aa475;p=unfold.git diff --git a/portal/static/css/registration.css b/portal/static/css/registration.css index 1a274a24..3f83359c 100644 --- a/portal/static/css/registration.css +++ b/portal/static/css/registration.css @@ -5,7 +5,7 @@ I've started to move over such stuff in onelab.css feel free to add to this collection */ -label.error { +.error { float: none; color: red; padding-left: .5em; @@ -29,3 +29,8 @@ div.form-group:hover p.form-hint { -webkit-border-radius: 7px; border-radius: 7px; } + +/* avoid blinking effect with the rhs hints */ +select#auth_list { + height: 34px; +}