Changeset 347 in PSPA for Interface_Web/trunk/pspaWT/htdocs


Ignore:
Timestamp:
Feb 26, 2013, 3:19:15 PM (11 years ago)
Author:
garnier
Message:

Ameliorations pour la sauvegarde des fichiers et autres

Location:
Interface_Web/trunk/pspaWT/htdocs
Files:
2 edited

Legend:

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

    r318 r347  
    5555.beamLineIcon {
    5656  width: 32;
     57  background-color: #FFFFFF;
     58  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
     59  font-size: 11px;
     60  padding: 15px 15px 0;
     61  position: absolute;
     62  border-radius: 5px;
    5763}
     64
     65p.css-vertical-text {
     66        color:#333;
     67        border:0px solid red;
     68        writing-mode:tb-rl;
     69        -webkit-transform:rotate(270deg);
     70        -moz-transform:rotate(270deg);
     71        -o-transform: rotate(270deg);
     72        white-space:nowrap;
     73        display:block;
     74        bottom:0;
     75        width:20px;
     76        height:20px;
     77        font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
     78        font-size:24px;
     79        font-weight:normal;
     80        text-shadow: 0px 0px 1px #333;
     81}
Note: See TracChangeset for help on using the changeset viewer.