Changeset 341 for trunk/web-app
- Timestamp:
- Apr 14, 2010, 11:36:53 AM (11 years ago)
- Location:
- trunk/web-app
- Files:
-
- 1 added
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/wizard.css
r262 r341 262 262 } 263 263 /* END :: TABLE */ 264 265 /* START :: BIG BUTTONS and BIG TEXT */ 266 .wizard .bigbutton { 267 background: url(../images/wizard/big-button.jpg) no-repeat left top; 268 border: 0px; 269 width: 454px; 270 height: 53px; 271 color: #fff; 272 font-size: 18pt; 273 } 274 .wizard .bigbutton:hover { 275 color: #000; 276 } 277 .wizard .bigtext { 278 color: #006dba; 279 font-weight: normal; 280 font-size: 24px; 281 margin: .8em 0 .3em 0; 282 display: block; 283 width: 100%; 284 text-align: center; 285 } 286 /* END :: BIG BUTTONS and BIG TEXT */
Note: See TracChangeset
for help on using the changeset viewer.