Ignore:
Timestamp:
Mar 5, 2013, 4:54:27 PM (11 years ago)
Author:
garnier
Message:

Amelioration dans le design du GUI des elementsFaisceau

File:
1 edited

Legend:

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

    r359 r365  
    8787    box-shadow: 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 0 1px rgba(140, 126, 126, 0.5);
    8888}
     89
     90.Button.WhiteButton.HiddenButton {
     91    visibility: hidden;
     92}
     93
    8994.pin .WhiteButton.Button11 {
    9095    border-radius: 6px 6px 6px 6px;
     
    127132    border-radius: 3px 3px 3px 3px;
    128133}
    129 .beamLineElementActions .likebutton, .beamLineElementActions .comment, .beamLineElementActions .repin_link, .beamLineElementActions .editbutton, .beamLineElementActions .software {
    130     display: none;
    131 }
    132134
    133135.beamLineElementActions .parameters {
    134136    background-image: url("advanced.png");
    135137    background-repeat: no;
     138    display: inline;
     139}
     140
     141.beamLineElementActions .trash {
     142    background-image: url("trash.png");
     143    background-repeat: no;
     144    display: inline;
    136145}
    137146
Note: See TracChangeset for help on using the changeset viewer.