changed message layout
This commit is contained in:
		
							parent
							
								
									8f7cd320cd
								
							
						
					
					
						commit
						71c0c23418
					
				|  | @ -101,87 +101,62 @@ tr.account { | ||||||
| 
 | 
 | ||||||
| /* Background olor for the different Status Messages */ | /* Background olor for the different Status Messages */ | ||||||
| div.statusInfo { | div.statusInfo { | ||||||
|   background-color:#5C7EC6; |   background-color:#a8c3ff; | ||||||
|  |   border: 1px solid blue; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.statusWarn { | div.statusWarn { | ||||||
|   background-color:#CE8037; |   background-color:#fff2a3; | ||||||
|  |   border: 1px solid #ffd800; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.statusError { | div.statusError { | ||||||
|   background-color:#C65146; |   background-color:#ffc4ba; | ||||||
| } |   border: 1px solid red; | ||||||
| 
 |  | ||||||
| /* H1 (MessageTyp) font size, family, color, and some more settings for the different Status Messages */ |  | ||||||
| h1.statusInfo { |  | ||||||
|   font-size:16pt; |  | ||||||
|   font-family:Arial,sans-serif; |  | ||||||
|   color:#FFFFFF; |  | ||||||
|   margin-left:20px; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| h1.statusWarn { |  | ||||||
|   font-size:16pt; |  | ||||||
|   font-family:Arial,sans-serif; |  | ||||||
|   color:#FFFFFF; |  | ||||||
|   margin-left:20px; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| h1.statusError { |  | ||||||
|   font-size:16pt; |  | ||||||
|   font-family:Arial,sans-serif; |  | ||||||
|   color:#FFFFFF; |  | ||||||
|   margin-left:20px; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /* H2 (MessageHeadline) font size, family, color, and some more settings for the different Status Messages */ | /* H2 (MessageHeadline) font size, family, color, and some more settings for the different Status Messages */ | ||||||
| h2.statusInfo { | h2.statusInfo { | ||||||
|   font-size:13pt; |   font-size:13pt; | ||||||
|   font-family:Arial,sans-serif; |   font-family:Arial,sans-serif; | ||||||
|   color:#FFFFFF; |   margin-left:15px; | ||||||
|   margin-left:25px; |   margin-right:15px; | ||||||
|   margin-right:25px; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| h2.statusWarn { | h2.statusWarn { | ||||||
|   font-size:13pt; |   font-size:13pt; | ||||||
|   font-family:Arial,sans-serif; |   font-family:Arial,sans-serif; | ||||||
|   color:#FFFFFF; |   margin-left:15px; | ||||||
|   margin-left:25px; |   margin-right:15px; | ||||||
|   margin-right:25px; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| h2.statusError { | h2.statusError { | ||||||
|   font-size:13pt; |   font-size:13pt; | ||||||
|   font-family:Arial,sans-serif; |   font-family:Arial,sans-serif; | ||||||
|   color:#FFFFFF; |   margin-left:15px; | ||||||
|   margin-left:25px; |   margin-right:15px; | ||||||
|   margin-right:25px; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /* P (MessageText) font size, family, color, and some more settings for the different Status Messages */ | /* P (MessageText) font size, family, color, and some more settings for the different Status Messages */ | ||||||
| p.statusInfo { | p.statusInfo { | ||||||
|   font-size:11pt; |   font-size:11pt; | ||||||
|   font-family:Times,serif; |   font-family:Times,serif; | ||||||
|   color:#FFFFFF; |   margin-left:25px; | ||||||
|   margin-left:35px; |   margin-right:25px; | ||||||
|   margin-right:35px; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| p.statusWarn { | p.statusWarn { | ||||||
|   font-size:11pt; |   font-size:11pt; | ||||||
|   font-family:Times,serif; |   font-family:Times,serif; | ||||||
|   color:#FFFFFF; |   margin-left:25px; | ||||||
|   margin-left:35px; |   margin-right:25px; | ||||||
|   margin-right:35px; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| p.statusError { | p.statusError { | ||||||
|   font-size:11pt; |   font-size:11pt; | ||||||
|   font-family:Times,serif; |   font-family:Times,serif; | ||||||
|   color:#FFFFFF; |   margin-left:25px; | ||||||
|   margin-left:35px; |   margin-right:25px; | ||||||
|   margin-right:35px; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue