Subversion Repositories eFlore/Applications.cel

Rev

Rev 1029 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1029 Rev 1030
Line 25... Line 25...
25
    }
25
    }
Line 26... Line 26...
26
    
26
    
27
    .cellTable th {
27
    .cellTable th {
28
 	  	height: 10px;
28
 	  	height: 10px;
-
 
29
    }
-
 
30
    
-
 
31
    .panneauOutilsPagination {
-
 
32
		border: 1px solid #ccc;
-
 
33
		padding: 0;
-
 
34
		width: 100%;
29
    }
35
	}
30
  </ui:style>
36
  </ui:style>
31
 
37
  
-
 
38
  <g:DockLayoutPanel addStyleNames="{style.panneau-cel-interne}" >     
-
 
39
  	<g:north size='20'>
-
 
40
    	<g:FlowPanel addStyleNames="{style.panneauOutilsPagination}" ui:field="panneauBarreOutils" />
-
 
41
    </g:north>  
32
  <g:DockLayoutPanel addStyleNames="{style.panneau-cel-interne}" >     
42
  
33
    <g:center>
43
    <g:center>
34
		<c:CellTable ui:field="tableauObservation" addStyleNames="{style.cellTable}" />
44
		<c:CellTable ui:field="tableauObservation" addStyleNames="{style.cellTable}" />
Line 35... Line 45...
35
    </g:center> 
45
    </g:center> 
36
    
46
    
37
    <g:south size='50'>
47
    <g:south size='20'>
Line 38... Line 48...
38
    	<g:FlowPanel addStyleNames="{style.panneau-cel-interne}" ui:field="panneauPagination" />
48
    	<g:FlowPanel addStyleNames="{style.panneauOutilsPagination}" ui:field="panneauPagination" />
39
    </g:south>  
49
    </g:south>  
40
    
50