Changeset 443 in PSPA


Ignore:
Timestamp:
Dec 11, 2013, 3:44:26 PM (10 years ago)
Author:
garnier
Message:

Ajout de la classe Section et quelques modifications dans le pspa.css

Location:
Interface_Web/trunk/pspaWT
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/History

    r418 r443  
    55     PSPA - Plateforme de simulation en physique des accélérateurs
    66     =========================================================
     711 Décembre 2013 : Laurent Garnier
     8- Ajout de la classe Section et quelques modiications dans le pspa.css
     9
    71021 juin 2013  : Guy Le Meur
    811- la désignation des éléments compatibles avec un logiciel est faite
  • Interface_Web/trunk/pspaWT/cmt/requirements

    r442 r443  
    4242 ../sources/controler/src/softwareUnknown.cc \
    4343 ../sources/controler/src/sectorParameters.cc \
     44 ../sources/controler/src/sector.cc \
    4445 ../sources/userInterface/src/GWt_elementCell.cc \
    4546 ../sources/userInterface/src/GWt_elementRfgun.cc \
  • Interface_Web/trunk/pspaWT/htdocs/pspa.css

    r411 r443  
    152152}
    153153
     154.sectorPanel .parameters {
     155    background-image: url("advanced.png");
     156    background-repeat: no-repeat;
     157    display: inline;
     158}
     159
     160.acceleratorPanel .parameters {
     161    background-image: url("advanced.png");
     162    background-repeat: no-repeat;
     163    margin-right:4px;
     164    display: inline;
     165}
     166
     167.acceleratorPanel .addSector {
     168    background-image: url("addSector.png");
     169    background-repeat: no-repeat;
     170    margin-right:4px;
     171    display: inline;
     172}
     173
     174.acceleratorPanel .run {
     175    background-image: url("run.png");
     176    background-repeat: no-repeat;
     177    margin-right:4px;
     178    display: inline;
     179}
     180
    154181.beamLineElementActions .trash {
    155182    background-image: url("trash.png");
    156183    background-repeat: no-repeat;
     184    padding-right:2px;
    157185    display: inline;
    158186}
     
    207235}
    208236
     237.acceleratorPanel {
     238    background: none repeat scroll 0 0 rgba(220, 230, 245, 0.95);
     239    border: 1px solid rgba(255, 255, 255, 0.6);
     240    border-radius: 8px;
     241    box-shadow: 0 2px 16px #000000, 0 0 1px #000000, 0 0 1px #000000;
     242    text-shadow: 0 0 15px #FFFFFF, 0 0 15px #FFFFFF;
     243}
     244
     245.sectorPanel {
     246  background: none repeat scroll 0 0 rgba(240,225, 255, 0.75);
     247    border: 1px solid black;
     248    margin-left:5px;
     249    margin-right:5px;
     250    margin-bottom:8px;
     251    margin-top:8px;
     252    border-radius: 8px;
     253    text-shadow: 0 0 15px #FFFFFF, 0 0 15px #FFFFFF;
     254}
     255
     256.sectorMenu {
     257  background: none repeat scroll 0 0 rgba(215, 178, 255, 0.75);
     258    border-radius: 8px;
     259  height: 34px;
     260  border-bottom: 1px solid black;
     261  color:black;
     262 }
     263
     264.acceleratorContent {
     265  padding-bottom:8px;
     266}
     267
     268.acceleratorMenu {
     269  background: none repeat scroll 0 0 rgba(150, 200, 235, 0.95);
     270  border-top-left-radius: 8px;
     271  border-top-right-radius: 8px;
     272  border-bottom-left-radius: 0px;
     273  border-bottom-right-radius: 0px;
     274  padding-left:5px;
     275  height: 34px;
     276  border-bottom: 1px solid black;
     277  color:black;
     278 }
     279
     280.sectionIcon {
     281  border: 1px solid black;
     282  background: none repeat scroll 0 0 white;
     283  border-radius: 0.7em 0.7em 0.7em 0.7em;
     284  padding-left:20px;
     285  padding-right:20px;
     286}
     287
     288
    209289.draggableIcon {
    210290    border: 1px solid ;
Note: See TracChangeset for help on using the changeset viewer.