Changeset 24 for Dev/trunk/css/style.css
- Timestamp:
- 07/19/11 16:59:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/style.css
r23 r24 78 78 } 79 79 80 #surveyHead { 81 position: relative; 82 width: 100%; 83 } 84 80 85 #surveyTitle { 86 width: 20em; 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 … … 124 148 .surveyButton { 125 149 126 color: gray; 150 color: #888; 151 font-weight: bold; 127 152 background-color: #fff; 128 border: 1px solid #ddd;153 border: 2px solid #aaa; 129 154 -moz-border-radius: 8px; 130 155 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;134 156 } 135 157 136 158 .surveyButton:hover { 137 159 background-color: white; 138 color: # 333;160 color: #555; 139 161 border-color: deepskyblue; 140 162 }
Note: See TracChangeset
for help on using the changeset viewer.