Changeset 24 for Dev/trunk/css


Ignore:
Timestamp:
07/19/11 16:59:59 (14 years ago)
Author:
fpvanagthoven
Message:

Some styling. Survey will now autosave itself every 3 minutes. Autosave is not yet functional though.

File:
1 edited

Legend:

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

    r23 r24  
    7878}
    7979
     80#surveyHead {
     81    position: relative;
     82    width: 100%;
     83}
     84
    8085#surveyTitle {
     86    width: 20em;
    8187    font-size: large;
    8288    color: gray;
     
    8995#surveyDescription {
    9096    display: block;
     97    width: 35em;
     98    max-width: 35em;
    9199    font-family: sans-serif;
    92100    color: gray;
     101}
     102
     103#timeStamp {
     104    position: absolute;
     105    color: gray;
     106    font-size: small;
     107    right: 6em;
     108    top: 0;
     109    line-height: 2.3em;
     110}
     111
     112#surveySaveButton {
     113    position: absolute;
     114    top: 0;
     115    right: 0;
     116    width: 5em;
    93117}
    94118
     
    124148.surveyButton {
    125149 
    126     color: gray;
     150    color: #888;
     151    font-weight: bold;
    127152    background-color: #fff;
    128     border: 1px solid #ddd;
     153    border: 2px solid #aaa;
    129154    -moz-border-radius: 8px;
    130155    border-radius: 8px;
    131     -moz-box-shadow: 1px 1px 1px #555;
    132     -webkit-box-shadow: 1px 1px 1px #555;
    133     box-shadow: 1px 1px 1px #555;
    134156}
    135157
    136158.surveyButton:hover {
    137159    background-color: white;
    138     color: #333;
     160    color: #555;
    139161    border-color: deepskyblue;
    140162}
Note: See TracChangeset for help on using the changeset viewer.