Ignore:
Timestamp:
03/29/10 14:36:50 (14 years ago)
Author:
pedroerp
Message:

Ticket #950 - Merged 2162:2348 /trunk/workflow/ em /sandbox/workflow/trunk

Location:
sandbox/workflow/trunk/templates/default
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/trunk/templates/default/adminaccess.tpl

    r795 r2371  
    1313                                </td> 
    1414                        {/foreach} 
    15                                 <td nowrap id="border_blank" class="abas_last_menu" width="100%"> 
     15                                <td nowrap id="border_blank" class="last_menu" width="100%"> 
    1616                                        &nbsp; 
    1717                                </td> 
     
    2020        </table> 
    2121{foreach from=$tabs item=tab name="feTabs"} 
    22         <div id="content_id_{$smarty.foreach.feTabs.index}" class="conteudo_div"></div> 
     22        <div id="content_id_{$smarty.foreach.feTabs.index}" class="conteudo"></div> 
    2323{/foreach} 
    2424</div> 
  • sandbox/workflow/trunk/templates/default/adminsource.tpl

    r795 r2371  
    1414                                </td> 
    1515                        {/foreach} 
    16                                 <td nowrap id="border_blank" class="abas_last_menu" width="100%"> 
     16                                <td nowrap id="border_blank" class="last_menu" width="100%"> 
    1717                                        &nbsp; 
    1818                                </td> 
     
    2121        </table> 
    2222{foreach from=$tabs item=tab name="feTabs"} 
    23         <div id="content_id_{$smarty.foreach.feTabs.index}" class="conteudo_div"></div> 
     23        <div id="content_id_{$smarty.foreach.feTabs.index}" class="conteudo"></div> 
    2424{/foreach} 
    2525</div> 
  • sandbox/workflow/trunk/templates/default/css/common.css

    r795 r2371  
    189189 
    190190.info_tr_header{ 
    191         background-color: #cccccc; 
     191        /*background-color: #cccccc;*/ 
    192192        font-weight: bold; 
    193193        font-size: 13px;         
     
    268268 
    269269.table_elements_tr_header { 
    270         background-color: #CCCCCC; 
     270        /*background-color: #ABC6E1;*/ 
    271271} 
    272272 
  • sandbox/workflow/trunk/templates/default/css/orgchart.css

    r795 r2371  
    1616table.organizationList tbody tr th 
    1717{ 
    18         background-color: #CCCCCC; 
     18        /*background-color: #CCCCCC;*/ 
    1919} 
    2020 
    2121table.organizationList tbody tr.linha0 
    2222{ 
    23         background-color: #F2F2F2; 
     23        /*background-color: #F2F2F2;*/ 
    2424        font-size: 12px; 
    2525} 
     
    2727table.organizationList tbody tr.linha1 
    2828{ 
    29         background-color: #E5E5E5; 
     29        /*background-color: #E5E5E5;*/ 
    3030        font-size: 12px; 
    3131} 
     
    106106table.employeeList tbody th 
    107107{ 
    108         background-color: #CCCCCC; 
     108        /*background-color: #CCCCCC;*/ 
    109109        font-size: 13px; 
    110110} 
     
    112112table.employeeList tbody tr.linha0 
    113113{ 
    114         background-color: #FFF; 
     114        /*background-color: #FFF;*/ 
    115115        font-size: 12px; 
    116116} 
     
    118118table.employeeList tbody tr.linha1 
    119119{ 
    120         background-color: #F7F7F7; 
     120        /*background-color: #F7F7F7;*/ 
    121121        font-size: 12px; 
    122122} 
  • sandbox/workflow/trunk/templates/default/css/userinterface.css

    r795 r2371  
    126126        font-size: 11px !important; 
    127127        font-weight: normal; 
    128         background-color: #CCCCCC; 
     128        /*background-color: #ABC6E1;*/ 
    129129} 
    130130 
  • sandbox/workflow/trunk/templates/default/monitors.tpl

    r795 r2371  
    1313                                </td> 
    1414                        {/foreach} 
    15                                 <td nowrap id="border_blank" class="abas_last_menu" width="100%"> 
     15                                <td nowrap id="border_blank" class="last_menu" width="100%"> 
    1616                                        &nbsp; 
    1717                                </td> 
     
    2020        </table> 
    2121{foreach from=$tabs item=tab name="feTabs"} 
    22         <div id="content_id_{$smarty.foreach.feTabs.index}" class="conteudo_div"></div> 
     22        <div id="content_id_{$smarty.foreach.feTabs.index}" class="conteudo"></div> 
    2323{/foreach} 
    2424</div> 
  • sandbox/workflow/trunk/templates/default/orgchart.tpl

    r795 r2371  
    77                <tbody id="border_tbody"> 
    88                        <tr id="border_tr"> 
    9                                 <td nowrap class="abas_menu" id="border_id_0" onClick="(alternate_border(0) == 0) ? draw_org_folder() : ''"> 
     9                                <td nowrap class="menu" id="border_id_0" onClick="(alternate_border(0) == 0) ? draw_org_folder() : ''"> 
    1010                                        &nbsp;&nbsp;Organograma&nbsp;&nbsp; 
    1111                                </td> 
    12                                 <td nowrap id="border_blank" class="abas_last_menu" width="100%"> 
     12                                <td nowrap id="border_blank" class="last_menu" width="100%"> 
    1313                                        &nbsp; 
    1414                                </td> 
     
    1616                </tbody> 
    1717        </table> 
    18         <div id="content_id_0" class="conteudo_div"></div> 
     18        <div id="content_id_0" class="conteudo"></div> 
    1919</div> 
    2020{$footer} 
  • sandbox/workflow/trunk/templates/default/userinterface.tpl

    r795 r2371  
    1010                        {foreach from=$tabs item=tab name="feTabs"} 
    1111                                {assign var='index' value=$smarty.foreach.feTabs.index} 
    12                                 <td nowrap class="abas_menu" id="border_id_{$index}" onClick="changeTab({$index})"> 
     12                                <td nowrap class="menu" id="border_id_{$index}" onClick="changeTab({$index})"> 
    1313                                        &nbsp;&nbsp;{$tab}&nbsp;&nbsp; 
    1414                                </td> 
    1515                        {/foreach} 
    16                                 <td nowrap id="border_blank" class="abas_last_menu" width="100%"> 
     16                                <td nowrap id="border_blank" class="last_menu" width="100%"> 
    1717                                        &nbsp; 
    1818                                </td> 
     
    2121        </table> 
    2222{foreach from=$tabs item=tab name="feTabs"} 
    23         <div id="content_id_{$smarty.foreach.feTabs.index}" class="conteudo_div"></div> 
     23        <div id="content_id_{$smarty.foreach.feTabs.index}" class="conteudo"></div> 
    2424{/foreach} 
    2525</div> 
Note: See TracChangeset for help on using the changeset viewer.