Changeset 104 for Dev/trunk/css
- Timestamp:
- 09/14/11 14:56:19 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/awesome.css
r103 r104 33 33 34 34 label { 35 font-size: small; 36 font-weight: bold; 37 color: #333; 35 38 text-shadow: #fff 0px 0px 1px; 36 39 } … … 290 293 } 291 294 292 label {293 font-size: small;294 font-weight: bold;295 color: #555;296 }297 298 295 299 296 … … 368 365 } 369 366 367 .leftMargin { 368 margin-left: 10px; 369 } 370 370 371 .width100p { 371 372 width: 100%; 373 } 374 375 .floatLeft { 376 float: left; 372 377 } 373 378 … … 427 432 /* ################################################################## 428 433 ===================== STYLESHEET OF GLORY ======================== */ 434 435 #questionEditForm { 436 437 } 438 439 #saveQuestion { 440 position: absolute; 441 top: 1em; 442 right: 1em; 443 } 444 445 /* ################################################################## 446 ===================== STYLESHEET OF GLORY ======================== */ 429 447 #sessionCreationForm { 430 448 padding-bottom: 16em; … … 493 511 /* ################################################################## 494 512 ===================== STYLESHEET OF GLORY ======================== */ 513 #questionCreation 514 { 515 position: relative; 516 min-height: 10em; 517 min-width: 500px; 518 width: 50%; 519 background-image: url('../images/bg/graygradient.png'); 520 background-repeat: repeat-x; 521 background-color: #aeb2b3; 522 -moz-border-radius: 15px; 523 border-radius: 15px; 524 -moz-box-shadow: 2px 2px 2px #888; 525 -webkit-box-shadow: 2px 2px 2px #888; 526 box-shadow: 2px 2px 2px #888; 527 padding: 2em; 528 border: 1px solid white; 529 } 530 495 531 #questionListWrapper { 532 float: left; 496 533 text-align: center; 497 margin-bottom: 2em; 534 margin-bottom: 5em; 535 width: 40%; 536 margin-right: 2em; 498 537 } 499 538 500 539 #questionListWrapper #questionsList { 501 width: 80%;502 min-width: 800px;503 540 height: 30em; 541 width: 100%; 504 542 } 505 543
Note: See TracChangeset
for help on using the changeset viewer.