Changeset 1789:fb2cbdc0ba39
- Timestamp:
- 09/11/13 08:33:57 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r1781 r1789 347 347 // remove class no-js from html tag; cf style/default.css for examples 348 348 $('body').removeClass('no-js'); 349 $('body').addClass('with-js'); 349 350 350 351 $('#wrapper').contents().each(function() { -
admin/post.php
r1783 r1789 554 554 echo '<div id="entry-content"><div class="constrained">'; 555 555 556 echo '<h3 class=" hidden">'.__('Edit post').'</h3>';556 echo '<h3 class="out-of-screen-if-js">'.__('Edit post').'</h3>'; 557 557 558 558 foreach ($main_items as $id => $item) { -
admin/style/default.css
r1788 r1789 1988 1988 } 1989 1989 /* Caché sauf pour les revues d'écran */ 1990 .hidden {1990 .hidden, .with-js .out-of-screen-if-js { 1991 1991 position: absolute !important; 1992 1992 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
Note: See TracChangeset
for help on using the changeset viewer.