Index: branches/1.0.x/inc/profile.css =================================================================== diff -u -N -r14759 -r14770 --- branches/1.0.x/inc/profile.css (.../profile.css) (revision 14759) +++ branches/1.0.x/inc/profile.css (.../profile.css) (revision 14770) @@ -24,7 +24,7 @@ margin-bottom: 15px; padding-bottom: 15px; } -.profile h1 { +.profile, .review h1 { color: #525252; float: left; font: 1.538em Verdana,Arial,Tahoma,Sans-Serif; @@ -51,11 +51,22 @@ font-weight: bold; padding-bottom: 3px; } + +.profile-form.left label { + display: inline; + padding-bottom: 0px; + + float: left; + padding-top: 3px; + width: 90px; +} + .field-content label { display: inline; font-weight: normal; padding: 0; } + .red { color: #cd0000; font-weight: normal; @@ -77,6 +88,10 @@ border: 1px solid #d80000 !important; } +.review .profile-form .field { float: left; width: 380px; } +.review .profile-form p.buttons { padding: 0 0 0 90px; width: 380px; } +.review .profile-form p.buttons em { float: right; text-align: right; width: 170px; } + .terms { text-align: center; width: 100%;