Ignore:
Timestamp:
Mar 8, 2013, 9:29:14 AM (11 years ago)
Author:
garnier
Message:

correction du bug #36

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/htdocs/pspa.css

    r375 r376  
    4545.histoButton {
    4646  background-image : url("histo.png");
     47  background-repeat : no-repeat;
     48  background-size : 100% 100%;
     49}
     50
     51.trashButton {
     52  background-image : url("trash.png");
    4753  background-repeat : no-repeat;
    4854  background-size : 100% 100%;
     
    105111element.style.div {
    106112    left: -8px;
    107     position: static;
    108113    top: -8px;
    109114    z-index: 3;
    110     top: auto;
     115    top: 0px;
    111116}
    112117
    113 .beamLineElementActions element.style.div{
     118.beamLineElementActions element.style{
    114119    left: -8px;
    115     position: static;
    116120    top: -8px;
    117121    z-index: 3;
    118     top: auto;
     122    top: 0px;
    119123}
    120124
    121125.beamLineElementActions {
    122126    left: -8px;
    123     position: static;
    124127    top: -8px;
    125128    z-index: 3;
    126     top: auto;
     129    top: 0px;
     130// -moz-box-sizing: border...ight: 88px; top: 120px;
    127131}
    128132
     
    137141    border-radius: 3px 3px 3px 3px;
    138142}
     143
    139144
    140145.beamLineElementActions .parameters {
     
    166171}
    167172
     173
    168174.softwareElementLigneFaisceauName {
    169175    text-align: right;
Note: See TracChangeset for help on using the changeset viewer.