Index: branches/1.0.x/inc/review.css =================================================================== diff -u -N -r14708 -r15169 --- branches/1.0.x/inc/review.css (.../review.css) (revision 14708) +++ branches/1.0.x/inc/review.css (.../review.css) (revision 15169) @@ -1,59 +1,59 @@ -@charset "UTF-8"; - -/* Review Blocks -*******************************************************************************/ -.review { - background-color: #fff; - width: 500px; -} -.review h1 { - color: #525252; - font: 1.538em Verdana,Arial,Tahoma,Sans-Serif; - padding: 0 0 20px; -} - -.profile-form label { - float: left; - font-weight: bold; - padding-top: 3px; - width: 90px; -} -.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 { float: left; width: 380px; } -.profile-form textarea.field { - height: 70px; -} -.profile-form p span { float: left; width: 380px; } -.profile-form p.buttons { padding: 0 0 0 90px; width: 380px; } -.profile-form p.buttons em { float: right; text-align: right; width: 170px; } -.field.statusSuccess { - background: url(@templates_base@/img/bg-field-success.jpg) repeat-x 0 0; - border: 1px solid #80d04d; -} -.field.statusError { - background: url(@templates_base@/img/bg-field-error.jpg) repeat-x 0 0; - border: 1px solid #d80000; -} - -.review .success { - color: #0b9f00; - font-size: 1.385em; - padding: 80px 0 20px; - text-align: center; -} -.review .warning { - padding-bottom: 30px; - text-align: center; -} -.review .button { - text-align: center; -} +@charset "UTF-8"; + +/* Review Blocks +*******************************************************************************/ +.review { + background-color: #fff; + width: 500px; +} +.review h1 { + color: #525252; + font: 1.538em Verdana,Arial,Tahoma,Sans-Serif; + padding: 0 0 20px; +} + +.profile-form label { + float: left; + font-weight: bold; + padding-top: 3px; + width: 90px; +} +.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 { float: left; width: 380px; } +.profile-form textarea.field { + height: 70px; +} +.profile-form p span { float: left; width: 380px; } +.profile-form p.buttons { padding: 0 0 0 90px; width: 380px; } +.profile-form p.buttons em { float: right; text-align: right; width: 170px; } +.field.statusSuccess { + background: url(@templates_base@/img/bg-field-success.jpg) repeat-x 0 0; + border: 1px solid #80d04d; +} +.field.statusError { + background: url(@templates_base@/img/bg-field-error.jpg) repeat-x 0 0; + border: 1px solid #d80000; +} + +.review .success { + color: #0b9f00; + font-size: 1.385em; + padding: 80px 0 20px; + text-align: center; +} +.review .warning { + padding-bottom: 30px; + text-align: center; +} +.review .button { + text-align: center; +}