Changeset 1988
- Timestamp:
- 10/17/2015 10:13:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r1980 r1988 89 89 /* We like the WP button styles, but they need to be a bit smaller sometimes */ 90 90 .inlinebuttons input { 91 margin: 0 .2em .2em; /* Trac is 0 .1em .1em */91 margin: 0 0 .2em .4em; /* Trac is 0 .1em .1em */ 92 92 } 93 93 #prefs .buttons input[type=button], … … 306 306 border: 1px solid #ccc; 307 307 } 308 #content.ticket .ticketdraft , #content.ticket #changelog{308 #content.ticket .ticketdraft { 309 309 border: 1px solid #ccc; 310 310 } … … 522 522 box-shadow: none; 523 523 font-size: 10px; 524 } 525 div#content.ticket #prefs { 526 border: 0; 527 background: none; 528 margin-right: 0; 529 position: static !important; /* overrides style="position:absolute" */ 530 } 531 div#content.ticket #prefs div { 532 display: inline; 524 533 } 525 534 #info { … … 691 700 span.contributor-label { 692 701 font-size: 0.9em; 693 background: #f 1f1f1;694 color: # 333;702 background: #fff; 703 color: #666; 695 704 padding: 3px 4px; 696 705 margin: 0 2px 0 3px; 706 border: 1px solid #eee; 697 707 } 698 708 span.contributor-label[title]:hover { … … 706 716 #changelog h3.change img, 707 717 #ticketchange h3.change img { 708 margin: 0 .8em 0 -2px;718 margin: 0 0.8em 0 -2px; 709 719 border: 0; /* override for bb's */ 710 720 } 711 721 #changelog h3.change, 712 722 #ticketchange h3.change { 713 margin: 1em 0 2em;723 padding: .5em 10px; 714 724 min-height: 40px; 715 border-bottom: none; 725 background: #f9f9f9; 726 margin: 0 -1em; 716 727 } 717 728 #changelog h3.change.chat-bot { 718 margin: 0.5em 0; 729 margin: -1px -1.1em; 730 border: none; 731 background: #fff; 732 padding: 0 11px 0 1em; 719 733 } 720 734 #changelog h3.change:after, … … 727 741 #ticketchange h3.change span.avatar { 728 742 float: left; 729 line-height: 18px;743 line-height: 22px; 730 744 min-width: 200px; 731 745 } … … 754 768 } 755 769 h3 .trac-ticket-buttons { 756 padding-top: 3px; 770 padding-top: 8px; 771 } 772 h3.chat-bot .trac-ticket-buttons { 773 padding-top: 0; 757 774 } 758 775 div.change > .trac-ticket-buttons { 759 776 display: none; 760 777 } 778 div.trac-ticket-buttons input[type=submit] { 779 border-radius: 0; 780 background: none; 781 padding: 0 5px; 782 font-size: 12px; 783 color: #888; 784 } 761 785 div.change ul.changes { 762 margin-top: 10px;786 margin-top: 20px; 763 787 margin-bottom: 20px; 764 788 } … … 766 790 border-bottom: none; 767 791 text-decoration: none; /* override for bb's */ 792 } 793 #changelog { 794 padding: 0 0 1em; 768 795 } 769 796 #changelog h3.change .username, … … 773 800 } 774 801 #changelog div.change { 775 border -bottom: 1px solid #d7d7d7;802 border: 1px solid #d7d7d7; 776 803 padding: 5px 0; 804 margin: 1.5em 0; 805 padding: 0 1em; 777 806 } 778 807 #changelog div.change:last-child { 779 border-bottom: none; 780 } 781 #changelog { 782 padding: 0 1em; 783 } 784 #content.ticket #prefs div { 785 display: inline; 786 } 787 #content.ticket #prefs { 788 margin-right: 0; 789 background: 0; 790 border: 0; 791 margin-top: -4px; 808 padding-bottom: 0; 792 809 } 793 810 #changelog .comment, … … 795 812 margin-left: 0; 796 813 word-wrap: break-word; 814 margin-top: 20px; 815 margin-bottom: 20px; 797 816 } 798 817 #changelog .trac-lastedit { … … 1367 1386 /* 1368 1387 * Workaround for Trac bug. 1369 * See http://trac.edgewall.org/ticket/107511388 * See http://trac.edgewall.org/ticket/10751 1370 1389 */ 1371 1390 .timeline img { … … 2030 2049 } 2031 2050 } 2051
Note: See TracChangeset
for help on using the changeset viewer.