Ignore:
File:
1 edited

Legend:

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

    r29 r19  
    7878}
    7979
    80 #surveyHead {
    81     position: relative;
    82     width: 100%;
    83 }
    84 
    8580#surveyTitle {
    86     width: 17em;
    8781    font-size: large;
    8882    color: gray;
     
    9589#surveyDescription {
    9690    display: block;
    97     width: 35em;
    98     max-width: 35em;
    9991    font-family: sans-serif;
    10092    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;
    11793}
    11894
     
    125101}
    126102
    127 .answersDiv {
    128     margin-left: 0.5em;
    129 }
    130 
    131103#submitSurvey {
    132104    display: block;
     
    137109
    138110#addQuestionButton {
    139     margin-top: 1em;
    140111    width: 20em;
    141112}
     
    145116}
    146117
    147 
    148118.surveyButton {
    149     color: #888;
    150     font-weight: bold;
     119    margin-top: 1em;
     120    color: gray;
    151121    background-color: #fff;
    152     border: 2px solid #aaa;
    153     -moz-border-radius: 6px;
    154     border-radius: 6px;
     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;
    155128}
    156129
    157130.surveyButton:hover {
    158131    background-color: white;
    159     color: #555;
     132    color: #333;
    160133    border-color: deepskyblue;
    161134}
Note: See TracChangeset for help on using the changeset viewer.