[gen] Bugfix while managing languages, ui improvements.
This commit is contained in:
		
							parent
							
								
									aaaccb0669
								
							
						
					
					
						commit
						ede29fb6c1
					
				
					 14 changed files with 140 additions and 96 deletions
				
			
		|  | @ -1,16 +1,16 @@ | |||
| body { font: 75% Helvetica,Arial,sans-serif; background-color: #EAEAEA; | ||||
|        margin-top: 18px} | ||||
| pre { font: 100% Helvetica,Arial,sans-serif; margin: 0} | ||||
| h1 { font-size: 14pt; margin:0;} | ||||
| h2 { font-size: 13pt; margin:0; font-style: italic; font-weight: normal; | ||||
|      background-color: #d7dee4} | ||||
| h3 { font-size: 12pt; margin:0; font-weight: bold;} | ||||
| h4 { font-size: 11pt; margin:0;} | ||||
| h1 { font-size: 14pt; margin-bottom:4px;} | ||||
| h2 { font-size: 13pt; margin-bottom:4px; font-style: italic; | ||||
|      font-weight: normal; background-color: #d7dee4} | ||||
| h3 { font-size: 12pt; margin-bottom:4px; font-weight: bold;} | ||||
| h4 { font-size: 11pt; margin-bottom:4px;} | ||||
| h5 { font-size: 10pt; margin:0; font-style: italic; font-weight: normal; | ||||
|      background-color: #d7dee4} | ||||
| h6 { font-size: 9pt; margin:0; font-weight: bold;} | ||||
| a { text-decoration: none; color: #503737;} | ||||
| a:visited { color: #503737;} | ||||
| a { text-decoration: none; color: #436976;} | ||||
| a:visited { color: #436976;} | ||||
| table { font-size: 100%; border-spacing: 0px; border-collapse:collapse;} | ||||
| form { margin: 0; padding: 0;} | ||||
| p { margin: 0;} | ||||
|  | @ -40,7 +40,7 @@ ul { line-height: 1.2em; margin: 0 0 0.2em 0.6em;  padding: 0; | |||
|      list-style: none outside none;} | ||||
| ul li { margin: 0; background-image: url("ui/li.gif"); padding-left: 10px; | ||||
|         background-repeat: no-repeat; background-position: 0 4px;} | ||||
| img {border: 0} | ||||
| img { border: 0; vertical-align: middle} | ||||
| 
 | ||||
| /* Styles that apply when viewing content of XHTML fields, that mimic styles | ||||
|    that ckeditor uses for displaying XHTML content in the edit view. */ | ||||
|  | @ -51,9 +51,10 @@ img {border: 0} | |||
| .main { width: 900px; background-color: white; box-shadow: 3px 3px 3px #A9A9A9; | ||||
|         border-style: solid; border-width: 1px; border-color: grey} | ||||
| .top { height: 75px; margin-left: 3em; vertical-align: top;} | ||||
| .lang { margin-right: 3px; } | ||||
| .userStrip { background-color: #d7dee4; height: 35px; | ||||
|              border-top: 1px solid #5F7983; border-bottom: 1px solid #5F7983; } | ||||
| .lang { margin-right: 6px; } | ||||
| .userStrip { background-color: #6282B3; height: 35px; | ||||
|              border-top: 3px solid #034984; border-bottom: 2px solid #034984; } | ||||
| .userStripText { font-size: 110%; padding: 0 0.3em 0 0.3em; color: white } | ||||
| .login { margin-top: 2px; margin-bottom: 2px; color: black;} | ||||
| .buttons { margin-left: 4px;} | ||||
| .fakeButton { border: 1px solid #D7DEE4; background-color: #fde8e0; | ||||
|  | @ -117,3 +118,6 @@ img {border: 0} | |||
| .topSpace { margin-top: 15px;} | ||||
| .discreet { color: grey} | ||||
| .pageLink { padding-left: 6px; font-style: italic} | ||||
| .footer { font-size: 95% } | ||||
| .footer td { background-color: #CBCBC9; border-top: 1px solid grey; | ||||
|              padding: 0.4em 1em 0.5em } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Gaetan Delannay
						Gaetan Delannay