Ignore:
Timestamp:
07/31/15 16:26:38 (9 years ago)
Author:
rboipsl
Message:

changement logo
champs locality/lieu desactives
+modif sur tapas.css et bas page frontend
+ ajout textes info xml et one transmission

File:
1 edited

Legend:

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

    r819 r825  
    1616/** ********************** CONTAINER ******************** **/ 
    1717/** ***************************************************** **/ 
    18 button.positive, button.negative { 
     18button.positive, button.negative, button.option { 
    1919 
    2020    float: right; 
     
    5454    padding-right: 40px; 
    5555    padding-left: 21px; 
    56     height: 467px; 
     56    height: 479px; 
    5757    margin-left: -26px; 
    5858    margin-top: -23px; 
     
    9090} 
    9191 
     92 
     93 
     94.cfs4 { 
     95    border: 2px solid #E7E6EB; 
     96    border-radius: 8px 8px 8px 8px; 
     97    height: 443px; 
     98    margin-left: -1px; 
     99    margin-top: -1px; 
     100    padding-bottom: 13px; 
     101    padding-left: 21px; 
     102    padding-right: 40px; 
     103    width: 954px; 
     104} 
     105 
    92106.containerForm { 
    93107 
     
    154168    background-color: white; 
    155169    border-radius: 6px 6px 6px 6px; 
    156  
    157  
     170} 
     171 
     172.containerArea { 
     173    font-size: 12px; 
     174    color: #00cc00; 
     175    padding-left: 0px; 
     176    background-color: black; 
     177    border-radius: 6px 6px 12px 6px; 
     178    height:435px; 
     179    width:940px; 
     180    resize:none; 
    158181} 
    159182 
     
    410433 
    411434.errorsForm { 
    412  
    413     -moz-border-radius: 8px; 
    414     -webkit-border-radius: 8px; 
    415     border: 2px solid #cc0000 ; 
    416     color: #cc0000; 
    417     border-radius: 8px 8px 8px 8px ; 
    418     padding:10px; 
    419     margin-left: 727px; 
     435    background: none repeat scroll 0 0 #E7E6EB; 
     436    border: 2px solid #CC0000; 
     437    border-radius: 8px 8px 8px 8px; 
     438    color: #CC0000; 
     439    float: left; 
     440    font-weight: bold; 
     441    margin-left: 1052px; 
     442    margin-right: -232px; 
    420443    margin-top: -137px; 
     444    padding: 10px; 
    421445    text-align: left; 
    422     font-weight: bold; 
    423     float: left; 
    424     background: #e7e6eb; 
    425 } 
    426 Spectral unit : must be selected 
    427 Observatory : must be selected 
     446} 
     447 
     448 
     449.xmlInfos { 
     450   float: left; 
     451    font-weight: bold; 
     452    margin-left: 749px; 
     453    margin-right: -232px; 
     454    margin-top: 455px; 
     455    padding: 10px; 
     456    text-align: left; 
     457    position:absolute; 
     458} 
     459 
     460 
     461 
     462/*Spectral unit : must be selected 
     463Observatory : must be selected   */ 
    428464 
    429465.cfs3 { 
     
    572608    background-image: url(../../resources/icons/transparent_loading.gif); 
    573609    height: 37px; 
    574      margin-top: 462px; 
     610    //margin-top: 462px; 
    575611    //margin-top: 1046px; 
    576612    //margin-left: 21px; 
Note: See TracChangeset for help on using the changeset viewer.