Changeset 50 for Dev/trunk/css


Ignore:
Timestamp:
07/25/11 17:45:22 (14 years ago)
Author:
fpvanagthoven
Message:

Saving now gives the link to participant survey.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/css/style.css

    r48 r50  
    106106#surveyDescription {
    107107    display: block;
    108     width: 35em;
    109     max-width: 35em;
     108    width: 30em;
     109    max-width: 30em;
    110110    font-family: sans-serif;
    111111    color: gray;
     
    130130#surveyDescription:hover {
    131131    color: black;
     132}
     133
     134#surveyLink {
     135    position: absolute;
     136    top: -2em;
     137    right: 0;
     138    font-size: x-small;
     139    color: gray;
     140    width: 30em;
     141    border-color: transparent;
     142    background-color: transparent;
    132143}
    133144
Note: See TracChangeset for help on using the changeset viewer.