Changeset 764 for geisa


Ignore:
Timestamp:
03/22/13 15:02:57 (11 years ago)
Author:
npipsl
Message:

Changement taille caractère et position onglets
Changement taille titre

Location:
geisa/web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • geisa/web/resources/css/geisa.css

    r763 r764  
    3131    color: #003D6C; 
    3232    font-weight: bold; 
    33     font-size: 20px; 
     33    font-size: 22px; 
    3434    margin-top: 9px; 
    3535    margin-left :43px; 
     
    4747    -moz-border-radius: 4px 4px 4px 4px; 
    4848    -webkit-border-radius: 4px 4px 4px 4px; 
    49     -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); 
    50     -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); 
    51     box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); 
     49    -moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3); 
     50    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3); 
     51    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3); 
    5252    width: 980px; 
    5353    float: left; 
     
    521521.containerTabs { 
    522522    float: right; 
    523     margin-top: -40px; 
     523    margin-top: -67px; 
    524524} 
    525525 
     
    527527   /* -moz-border-radius: 4px 4px 0 0; */ 
    528528    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); 
    529     -moz-border-radius: 4px 4px 4px 4px; 
    530     -webkit-border-radius: 4px 4px 4px 4px; 
     529    -moz-border-radius: 0px 0px 4px 4px; 
     530    -webkit-border-radius: 0px 0px 4px 4px; 
    531531    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); 
    532532    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3); 
    533     border-radius: 4px 4px 4px 4px; 
     533    border-radius: 0px 0px 4px 4px; 
    534534    background: none repeat scroll 0 0 #FFCC33; 
    535535    /*background: none repeat scroll 0 0 #a0c3df;*/ 
     
    541541    margin-top: 3px; 
    542542    padding: 4px; 
     543    /*font-weight: bold;  */ 
     544    font-size:14px; 
     545    /*pour changer le curseur de la souris*/ 
     546    cursor:  pointer; 
    543547} 
    544548 
  • geisa/web/src/com/ether/Controller.java

    r763 r764  
    285285      public static final String PATH_PROCESS = "/home/npipsl/Desktop/geisa-Graphique/prog-ether/"; 
    286286    //naboo 
    287   // public static final String PATH_PROCESS = "/home/www/GEISA/"; 
     287    //public static final String PATH_PROCESS = "/home/www/GEISA/"; 
    288288    private static final String VIEW_INIT = "init"; 
    289289    private static final String VIEW_INIT2 = "initGeisa"; 
Note: See TracChangeset for help on using the changeset viewer.