Ignore:
File:
1 edited

Legend:

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

    r19 r29  
    7878}
    7979
     80#surveyHead {
     81    position: relative;
     82    width: 100%;
     83}
     84
    8085#surveyTitle {
     86    width: 17em;
    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
     
    101125}
    102126
     127.answersDiv {
     128    margin-left: 0.5em;
     129}
     130
    103131#submitSurvey {
    104132    display: block;
     
    109137
    110138#addQuestionButton {
     139    margin-top: 1em;
    111140    width: 20em;
    112141}
     
    116145}
    117146
     147
    118148.surveyButton {
    119     margin-top: 1em;
    120     color: gray;
     149    color: #888;
     150    font-weight: bold;
    121151    background-color: #fff;
    122     border: 1px solid #ddd;
    123     -moz-border-radius: 8px;
    124     border-radius: 8px;
    125     -moz-box-shadow: 1px 1px 1px #555;
    126     -webkit-box-shadow: 1px 1px 1px #555;
    127     box-shadow: 1px 1px 1px #555;
     152    border: 2px solid #aaa;
     153    -moz-border-radius: 6px;
     154    border-radius: 6px;
    128155}
    129156
    130157.surveyButton:hover {
    131158    background-color: white;
    132     color: #333;
     159    color: #555;
    133160    border-color: deepskyblue;
    134161}
Note: See TracChangeset for help on using the changeset viewer.