Changeset 178 for Dev/trunk/css
- Timestamp:
- 12/07/11 14:36:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/visualeditors.css
r177 r178 34 34 padding: 2em 0; 35 35 } 36 37 #surveyEditor {38 background-color: #0000FF;39 }40 41 42 43 44 45 46 47 48 36 49 37 … … 202 190 margin: 0.25em; 203 191 border: 1px solid #555; 204 border-radius: 0. 5em;205 -moz-border-radius: 0. 5em;192 border-radius: 0.25em; 193 -moz-border-radius: 0.25em; 206 194 background-color: transparent; 207 195 } … … 286 274 } 287 275 288 .displayStep.selected { 289 -moz-box-shadow: 0 0 50px #FFF; 276 .displayStep.selected .displayStepIcon{ 277 background-color: #bbbbbb; 278 /*-moz-box-shadow: 0 0 50px #FFF; 290 279 -webkit-box-shadow: 0 0 50px #FFF; 291 box-shadow: 0 0 50px #FFF; 280 box-shadow: 0 0 50px #FFF;*/ 281 border-color: #1c94c4; 292 282 293 283 } … … 296 286 width: 50px; 297 287 height: 50px; 298 border: 2px solid # 444444;288 border: 2px solid #555; 299 289 color: #FFF; 300 290 } … … 321 311 } 322 312 313 #infoPanel { 314 margin-top: 2em; 315 margin-left: 2em; 316 clear: right; 317 } 318 319 #infoPanel .content { 320 clear: both; 321 min-height: 10em; 322 width: 30em; 323 } 324 325 .content .property { 326 float: left; 327 clear: left; 328 font-weight: bold; 329 width: 8em; 330 color: #FFF; 331 } 332 333 .content .value { 334 float: left; 335 } 336 337 /**************************/ 338 /* Survey Editor Specific */ 339 /**************************/ 340 341 342 #surveyEditor { 343 background-color: #0000FF; 344 }
Note: See TracChangeset
for help on using the changeset viewer.