[svn r19399] Minor Updated the other styles text color and the display style, see FS#3866 and FS#3917

skala
Arthur Portugal 17 years ago
parent ef8f625236
commit a8a14d7227
  1. 18
      main/css/academica/default.css
  2. 17
      main/css/baby_orange/default.css
  3. 16
      main/css/silver_line/default.css

@ -333,23 +333,23 @@ form span.form_error {
} }
/* feedback messages */ /* feedback messages */
.confirmation-message,.error-message,.normal-message,.warning-message { .confirmation-message,.error-message,.normal-message,.warning-message {
border: 2px solid #4171b5; border: 1px solid #4171b5;
margin: 1em auto; margin: 1em auto;
padding: 40px .5em .5em .3em; padding: 8px 0 12px 0;
position: relative; position: relative;
width: 500px; width: 98%;
color: #111; color: #111;
background: transparent url('images/alert.jpg') no-repeat 54px 0px; //This image is wrong size, so is commented until one solution
//background: transparent url('images/alert.jpg') no-repeat 10px 5px;
font: bold 110% Arial, sans-serif, sans; font: bold 110% Arial, sans-serif, sans;
text-align: left; line-height: 2.5em;
} }
.confirmation-message img,.error-message img,.normal-message img,.warning-message img .confirmation-message img,.error-message img,.normal-message img,.warning-message img
{ {
position: absolute; //position: absolute;
top: 0; margin-left: 10px;
left: 238px;
} }
.confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link .confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link
{ {
position: absolute; position: absolute;

@ -331,22 +331,21 @@ form span.form_error {
} }
/* feedback messages */ /* feedback messages */
.confirmation-message,.error-message,.normal-message,.warning-message { .confirmation-message,.error-message,.normal-message,.warning-message {
border: 2px solid #EE8003; border: 1px solid #EE8003;
margin: 1em auto; margin: 1em auto;
padding: 40px .5em .5em .3em; padding: 8px 0 12px 0;
position: relative; position: relative;
width: 500px; width: 98%;
color: #EE4C03; color: #EE4C03;
background: transparent url('images/alert.jpg') no-repeat 54px 0px; //This image is wrong size, so is commented until one solution
//background: transparent url('images/alert.jpg') no-repeat 10px 5px;
font: bold 110% Arial, sans-serif, sans; font: bold 110% Arial, sans-serif, sans;
text-align: left; line-height: 2.5em;
} }
.confirmation-message img,.error-message img,.normal-message img,.warning-message img .confirmation-message img,.error-message img,.normal-message img,.warning-message img
{ {
position: absolute; //position: absolute;
top: 0; margin-left: 10px;
left: 238px;
} }
.confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link .confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link
{ {

@ -1370,20 +1370,19 @@ a.specialLink:hover,a.specialLink:focus {
.confirmation-message,.error-message,.normal-message,.warning-message { .confirmation-message,.error-message,.normal-message,.warning-message {
border: 1px solid #ddd; border: 1px solid #ddd;
margin: 1em auto; margin: 1em auto;
padding: 40px .3em .5em .3em; padding: 8px 0 12px 0;
position: relative; position: relative;
width: 500px; width: 98%;
color: #111; color: #111;
background: transparent url('images/alert.jpg') no-repeat 54px 0px; //This image is wrong size, so is commented until one solution
//background: transparent url('images/alert.jpg') no-repeat 10px 5px;
font: bold 110% Arial, sans-serif, sans; font: bold 110% Arial, sans-serif, sans;
text-align: left; line-height: 2.5em;
} }
.confirmation-message img,.error-message img,.normal-message img,.warning-message img .confirmation-message img,.error-message img,.normal-message img,.warning-message img
{ {
position: absolute; //position: absolute;
top: 0; margin-left: 10px;
left: 238px;
} }
.confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link .confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link
{ {
@ -1391,6 +1390,7 @@ a.specialLink:hover,a.specialLink:focus {
bottom: 0.2em; bottom: 0.2em;
right: 0.5em; right: 0.5em;
} }
#message { #message {
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;

Loading…
Cancel
Save