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