Changeset 64 for Dev/trunk/css
- Timestamp:
- 08/02/11 11:58:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/awesome.css
r61 r64 126 126 127 127 .creation { 128 position: relative; 128 129 min-height: 10em; 129 130 background-image: url('../images/bg/graygradient.png'); … … 145 146 146 147 #surveyTitle { 148 149 } 150 151 #surveyTitle:hover { 152 153 } 154 155 .titleBox { 147 156 width: 17em; 148 157 font-size: large; … … 150 159 } 151 160 152 #surveyTitle:hover {161 .titleBox:hover { 153 162 color: black; 154 163 } 155 164 156 165 #surveyDescription { 166 167 } 168 169 .descriptionBox { 157 170 display: block; 158 171 width: 30em; … … 309 322 /* ################################################################## 310 323 ===================== STYLESHEET OF GLORY ======================== */ 324 .padding2em { 325 padding: 2em; 326 } 311 327 312 328 .topMargin { … … 316 332 .leftPadding { 317 333 padding-left: 2em; 334 } 335 336 .leftPadding1 { 337 padding-left: 1em; 318 338 } 319 339 … … 332 352 } 333 353 354 .nextLine { 355 display: block; 356 } 357 358 .leftAlign { 359 text-align: left; 360 } 361 334 362 /* ################################################################## 335 363 ===================== STYLESHEET OF GLORY ======================== */ … … 361 389 font-size: small; 362 390 } 391 392 /* ################################################################## 393 ===================== STYLESHEET OF GLORY ======================== */ 394 #pipelineHead { 395 margin-top: 1em; 396 text-shadow: #fff 0px 0px 1px; 397 } 398 399 #pipeline { 400 401 } 402 403 .pipelineButton { 404 width: 15em; 405 } 406 407 #makeSessionButton { 408 position: absolute; 409 top: 2.3em; 410 right: 2.3em; 411 padding-left: 1em; 412 padding-right: 1em; 413 }
Note: See TracChangeset
for help on using the changeset viewer.