Changeset 397


Ignore:
Timestamp:
03/06/12 17:09:16 (12 years ago)
Author:
vmipsl
Message:

button images

Location:
ether_2012/trunk/web/resources
Files:
24 added
2 edited

Legend:

Unmodified
Added
Removed
  • ether_2012/trunk/web/resources/css/ether.css

    r374 r397  
    9696 
    9797.containerToolsMenus { 
    98     -moz-border-radius: 0 4px 4px 4px; 
    99     -webkit-border-radius: 0 4px 4px 4px; 
     98    -moz-border-radius: 4px 4px 4px 4px; 
     99    -webkit-border-radius: 4px 4px 4px 4px; 
    100100    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); 
    101101    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); 
  • ether_2012/trunk/web/resources/templates/templateEther_script.jsp

    r353 r397  
    7272        onClickHome: function() 
    7373        { 
    74             document.location.href = "index.jsp"; 
     74            document.location.href = "http://naboo.private.ipsl.fr/etherTypo/index.php?id=1434"; 
    7575        }, 
    7676 
Note: See TracChangeset for help on using the changeset viewer.