Changeset 3463:65e8c8657d2d
- Timestamp:
- 12/20/16 16:23:39 (9 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r3460 r3463 564 564 $(this).append('<button class="close-notice" type="button"><img src="images/close.png" alt="'+dotclear.msg.close_notice+'" /></button>'); 565 565 }); 566 $('button.close-notice').click(function 566 $('button.close-notice').click(function(e) { 567 567 e.preventDefault(); 568 568 $(this).parent().hide(); -
admin/style/default.css
r3460 r3463 2484 2484 padding: 0; } 2485 2485 .media-item audio { 2486 width: 90%;2486 width: 100%; 2487 2487 margin-top: .5em; } 2488 2488 … … 2514 2514 display: block; 2515 2515 position: absolute; 2516 bottom: 4px;2516 top: 4px; 2517 2517 right: 8px; 2518 2518 height: 16px; } … … 2531 2531 padding: 4px; 2532 2532 margin: .33em 0; } 2533 2534 #entry-sidebar li.media-action {2535 top: 4px; }2536 2533 2537 2534 .folders-group .media-item { -
admin/style/scss/partials/_media.scss
r3439 r3463 35 35 } 36 36 audio { 37 width: 90%;37 width: 100%; 38 38 margin-top: .5em; 39 39 } … … 73 73 display: block; 74 74 position: absolute; 75 bottom: 4px;75 top: 4px; 76 76 right: 8px; 77 77 height: 16px; … … 95 95 padding: 4px; 96 96 margin: .33em 0; 97 }98 99 #entry-sidebar li.media-action {100 top: 4px;101 97 } 102 98
Note: See TracChangeset
for help on using the changeset viewer.