Ignore:
Timestamp:
11/03/11 13:21:19 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo calendar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/templates/default/overlap.tpl

    r2 r5132  
    1717                                <tr> 
    1818                                        <td> 
     19                                                {cancel_button} 
     20                                        </td> 
     21                                        <td> 
    1922                                                {resubmit_button} 
    2023                                        </td> 
     
    2831</table> 
    2932</center> 
     33{suggestion} 
     34<style> 
     35        .even { background-color: #f4f8fb} 
     36        .odd { background-color: #fff} 
     37        .fields { 
     38                list-style-type: none; 
     39                list-style-image: none; 
     40                margin: 0; 
     41                padding: 0; 
     42        } 
     43         
     44        .fields li{ 
     45                text-align:center; 
     46                display: block; 
     47                width:100%; 
     48                margin: 0; 
     49                padding: 0; 
     50        } 
     51 
     52        .fields li div{ 
     53                text-align:left; 
     54                display: inline-block; 
     55                float:center; 
     56                width:220px; 
     57        }        
     58         
     59        label { 
     60                margin: 0 3px 0 3px; 
     61                width: 100px; 
     62                display: inline-block; 
     63        } 
     64</style> 
    3065<!-- END overlap --> 
Note: See TracChangeset for help on using the changeset viewer.