Changeset 6566 for sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
- Timestamp:
- 02/07/2018 09:17:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r6394 r6566 233 233 .trac-summary th, .trac-summary td { padding: 4px 8px; } 234 234 .trac-summary th { font-weight: bold; text-align: right } 235 .trac-summary tbody th { border-bottom: 1px solid #eee; border-right: 1px solid #eee; } 236 .trac-summary tbody tr:last-child th { border-bottom: none; } 235 237 .trac-summary th.title { font-weight: normal; text-align: left; font-size: 14px } 236 238 .trac-summary th a { font-weight: bold } 237 239 .trac-summary th.title a { color: #000; } 238 .trac-summary .count { text-align: right; min-width: 3em}240 .trac-summary .count { text-align: right; border-right: none; width: auto; } 239 241 .trac-summary .zero { color: #ddd } 240 242 #main ul.maintainers, #main ul.followers { list-style: none; padding: 0; margin: 0 } … … 244 246 ul.ticket-list li { margin-bottom: 4px } 245 247 ul.ticket-list .focus { display: inline-block; border-radius: 3px; background: #eee; padding: 2px 6px; margin-right: 4px } 246 .history.growing:before, .history.shrinking:before { font-family: Dashicons; font-size: 30px; vertical-align: top; line-height: 15px; float: right}248 .history.growing:before, .history.shrinking:before { font-family: Dashicons; font-size: 30px; vertical-align: middle; line-height: 15px; } 247 249 .history.growing:before { content: "\f142"; color: red } 248 250 .history.shrinking:before { content: "\f140"; color: green } … … 254 256 </style> 255 257 <script> 256 jQuery( document ).ready(function( $ ) {257 $( '#toggle-compact-components input' ).on( 'change', function() {258 jQuery( function( $ ) { 259 $( '#toggle-compact-components' ).on( 'change', 'input', function() { 258 260 $( '#main' ).toggleClass( 'compact-components' ); 259 261 });
Note: See TracChangeset
for help on using the changeset viewer.