Index: branches/1.0.x/inc/profile.css =================================================================== diff -u -N -r14805 -r15169 --- branches/1.0.x/inc/profile.css (.../profile.css) (revision 14805) +++ branches/1.0.x/inc/profile.css (.../profile.css) (revision 15169) @@ -1,133 +1,133 @@ -@charset "UTF-8"; - -/* Profile Blocks -*******************************************************************************/ -.profile { - background-color: #fff; - border: 1px solid #d0d0d0; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; - padding: 20px 30px; - width: auto; -} -.profile.registerpage { - border: none; - padding: 0 30px; - width: 680px; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} -.profile-title { - border-bottom: 1px solid #d0d0d0; - margin-bottom: 15px; - padding-bottom: 15px; -} -.profile, .review h1 { - color: #525252; - float: left; - font: 1.538em Verdana,Arial,Tahoma,Sans-Serif; -} -.profile p.req { - color: #3e85d2; - float: right; - font-size: 1em; - font-weight: bold; - padding-top: 10px; -} -.profile .halfcol { - float: left; - padding: 0 15px 0 0; - width: 315px; -} -.profile .halfcol-last { - padding: 0; - position: relative; -} - -.profile-form label { - display: block; - 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; - padding: 0 0 0 5px; -} -.profile-form p { - clear: both !important; - float: left; - padding: 5px 0; -} -.profile-form .field { width: 270px; } -.profile-form .alt2 .field { width: 150px; } -.field.statusSuccess { - background: url(@templates_base@/img/bg-field-success.jpg) repeat-x 0 0; - border: 1px solid #80d04d !important; -} -.field.statusError, .error .field { - background: url(@templates_base@/img/bg-field-error.jpg) repeat-x 0 0; - 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%; -} - -.password-block { - /*display: none;*/ - float: left; - padding: 5px 0; - position: relative; - width: 100%; -} -.registerpage .password-block { display: block; } -.password-block p { - clear: none !important; - padding: 0 15px 0 0; -} -.password-block p.pasfield2 { padding: 0; } -.password-block .field { width: 121px; } -#change-password { color: #267bd1; } - - -.colorbar { - display: inline-block; - height: 8px; - width: 29px; -} - -.password-strength { display: none; font-weight: bold; } -.password-strength .meterDefault { color: #aaa; } -.password-strength .meterFail { color: #daa; } -.password-strength .meterWarn { color: #fd6; } -.password-strength .meterGood { color: #ada; } -.password-strength .meterExcel { color: #66c133; } -.password-strength .colorbar.meterDefault { background-color: #ddd; } -.password-strength .colorbar.meterFail { background-color: #fdd; } -.password-strength .colorbar.meterWarn { background-color: #feb; } -.password-strength .colorbar.meterGood { background-color: #dfd; } -.password-strength .colorbar.meterExcel { background-color: #66c133; } +@charset "UTF-8"; + +/* Profile Blocks +*******************************************************************************/ +.profile { + background-color: #fff; + border: 1px solid #d0d0d0; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + padding: 20px 30px; + width: auto; +} +.profile.registerpage { + border: none; + padding: 0 30px; + width: 680px; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} +.profile-title { + border-bottom: 1px solid #d0d0d0; + margin-bottom: 15px; + padding-bottom: 15px; +} +.profile, .review h1 { + color: #525252; + float: left; + font: 1.538em Verdana,Arial,Tahoma,Sans-Serif; +} +.profile p.req { + color: #3e85d2; + float: right; + font-size: 1em; + font-weight: bold; + padding-top: 10px; +} +.profile .halfcol { + float: left; + padding: 0 15px 0 0; + width: 315px; +} +.profile .halfcol-last { + padding: 0; + position: relative; +} + +.profile-form label { + display: block; + 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; + padding: 0 0 0 5px; +} +.profile-form p { + clear: both !important; + float: left; + padding: 5px 0; +} +.profile-form .field { width: 270px; } +.profile-form .alt2 .field { width: 150px; } +.field.statusSuccess { + background: url(@templates_base@/img/bg-field-success.jpg) repeat-x 0 0; + border: 1px solid #80d04d !important; +} +.field.statusError, .error .field { + background: url(@templates_base@/img/bg-field-error.jpg) repeat-x 0 0; + 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%; +} + +.password-block { + /*display: none;*/ + float: left; + padding: 5px 0; + position: relative; + width: 100%; +} +.registerpage .password-block { display: block; } +.password-block p { + clear: none !important; + padding: 0 15px 0 0; +} +.password-block p.pasfield2 { padding: 0; } +.password-block .field { width: 121px; } +#change-password { color: #267bd1; } + + +.colorbar { + display: inline-block; + height: 8px; + width: 29px; +} + +.password-strength { display: none; font-weight: bold; } +.password-strength .meterDefault { color: #aaa; } +.password-strength .meterFail { color: #daa; } +.password-strength .meterWarn { color: #fd6; } +.password-strength .meterGood { color: #ada; } +.password-strength .meterExcel { color: #66c133; } +.password-strength .colorbar.meterDefault { background-color: #ddd; } +.password-strength .colorbar.meterFail { background-color: #fdd; } +.password-strength .colorbar.meterWarn { background-color: #feb; } +.password-strength .colorbar.meterGood { background-color: #dfd; } +.password-strength .colorbar.meterExcel { background-color: #66c133; }