Changeset 5113 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
- Timestamp:
- 03/07/2017 07:55:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
r5079 r5113 507 507 508 508 #bbpress-forums { 509 fieldset.bbp-form { 509 .bbp-topic-form, 510 .bbp-reply-form { 510 511 clear: right; 511 512 512 legend { 513 font-weight: normal; 514 font-size: ms(2); 515 } 516 517 label { 518 font-size: ms(-2); 519 } 520 521 p { 522 em { 513 fieldset.bbp-form { 514 clear: right; 515 margin: 0; 516 517 legend { 518 display: block; 519 font-weight: normal; 520 font-size: ms(2); 521 } 522 523 label, 524 p em { 523 525 font-size: ms(-2); 524 526 } 527 525 528 input[type="checkbox"] { 526 529 margin-bottom: 0; … … 528 531 } 529 532 530 .bbp-topic-form { 531 margin-top: 1rem; 532 padding-top: 2rem; 533 } 534 } 535 536 .bbp-topic-form { 537 clear: right; 538 border-top: 1px solid #eee; 533 fieldset.log-edit { 534 margin: 12px 0 8px 0; 535 536 legend { 537 padding: 0; 538 font-size: ms(-2); 539 } 540 } 539 541 } 540 542 … … 544 546 } 545 547 } 548 } 549 550 .single-forum .bbp-topic-form, 551 .bbp-view .bbp-topic-form { 552 margin-top: 1rem; 553 padding-top: 1rem; 554 border-top: 1px solid #eee; 546 555 } 547 556
Note: See TracChangeset
for help on using the changeset viewer.