Ignore:
Timestamp:
Mar 29, 2013, 5:20:18 PM (11 years ago)
Author:
garnier
Message:

ameliorations graphiques et ajout d'une fonction search dans l'output

File:
1 edited

Legend:

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

    r404 r411  
    1717  background-image : url("line.gif");
    1818  background-repeat : repeat-x;
     19  background-size : 100% 100%;
    1920}
    2021
     
    6465  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    6566  padding: 8px 8px;
     67  margin:4px 0px;
    6668  position: absolute;
    6769  border-radius: 5px;
     70  text-align: center;
    6871}
    6972
     
    199202}
    200203
    201 .console {
     204.scrollConsole {
    202205    background-color: #EEEEEE;
    203 }
    204 
     206    padding: 4px;
     207}
     208
     209.draggableIcon {
     210    border: 1px solid ;
     211    border-radius: 0.3em 0.3em 0.3em 0.3em;
     212    box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset;
     213    padding: 2px;
     214}
    205215
    206216*|*:-moz-any-link:not(svg|a) {
Note: See TracChangeset for help on using the changeset viewer.