Changes in Dev/trunk/css/style.css [29:19]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/style.css
r29 r19 78 78 } 79 79 80 #surveyHead {81 position: relative;82 width: 100%;83 }84 85 80 #surveyTitle { 86 width: 17em;87 81 font-size: large; 88 82 color: gray; … … 95 89 #surveyDescription { 96 90 display: block; 97 width: 35em;98 max-width: 35em;99 91 font-family: sans-serif; 100 92 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;117 93 } 118 94 … … 125 101 } 126 102 127 .answersDiv {128 margin-left: 0.5em;129 }130 131 103 #submitSurvey { 132 104 display: block; … … 137 109 138 110 #addQuestionButton { 139 margin-top: 1em;140 111 width: 20em; 141 112 } … … 145 116 } 146 117 147 148 118 .surveyButton { 149 color: #888;150 font-weight: bold;119 margin-top: 1em; 120 color: gray; 151 121 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; 155 128 } 156 129 157 130 .surveyButton:hover { 158 131 background-color: white; 159 color: # 555;132 color: #333; 160 133 border-color: deepskyblue; 161 134 }
Note: See TracChangeset
for help on using the changeset viewer.