Lobo layout improvements
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4045 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									b55a2f8952
								
							
						
					
					
						commit
						fbcc5c40f9
					
				
					 2 changed files with 7 additions and 9 deletions
				
			
		|  | @ -7,7 +7,7 @@ | ||||||
|             'body container' + (view.request.get('showgrid') and ' showgrid' or '')"> |             'body container' + (view.request.get('showgrid') and ' showgrid' or '')"> | ||||||
| 
 | 
 | ||||||
|     <div metal:define-macro="global"> |     <div metal:define-macro="global"> | ||||||
|       <div class="span-8" |       <div class="span-8 last" | ||||||
|            metal:define-slot="top"> |            metal:define-slot="top"> | ||||||
|         <a name="top" metal:define-slot="logo" |         <a name="top" metal:define-slot="logo" | ||||||
|            tal:attributes="href view/topMenu/url"><img class="logo" |            tal:attributes="href view/topMenu/url"><img class="logo" | ||||||
|  | @ -15,7 +15,7 @@ | ||||||
|                tal:attributes="src string:${resourceBase}logo.png" /></a> |                tal:attributes="src string:${resourceBase}logo.png" /></a> | ||||||
|         <hr /> |         <hr /> | ||||||
|       </div> |       </div> | ||||||
|       <div class="pull-2" |       <div class="prepend-4 span-4 last" | ||||||
|            metal:define-slot="top-actions"> |            metal:define-slot="top-actions"> | ||||||
|           <tal:action repeat="macro controller/macros/top_actions"> |           <tal:action repeat="macro controller/macros/top_actions"> | ||||||
|             <metal:action use-macro="macro" /> |             <metal:action use-macro="macro" /> | ||||||
|  |  | ||||||
|  | @ -190,14 +190,12 @@ fieldset.box td { | ||||||
| 
 | 
 | ||||||
| .top-actions { | .top-actions { | ||||||
|     position: absolute; |     position: absolute; | ||||||
|     right: 2em; |  | ||||||
|     top: 1em; |     top: 1em; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .quicksearch { | .quicksearch { | ||||||
|     position: absolute; |     position: absolute; | ||||||
|     right: 2em; |     top: 0.5em; | ||||||
|     top: 0.8em; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .quicksearch input { | .quicksearch input { | ||||||
|  | @ -206,13 +204,13 @@ fieldset.box td { | ||||||
| 
 | 
 | ||||||
| .language-switch { | .language-switch { | ||||||
|     position: absolute; |     position: absolute; | ||||||
|     right: 2em; |     top: 2.5em; | ||||||
|     top: 2.4em; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .page-actions { | .page-actions { | ||||||
|     margin-top: 15px; |     position: absolute; | ||||||
|     margin-left: 20px; |     top: 1em; | ||||||
|  |     left: 880px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .top image { | .top image { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm