Changeset 2009:5a7d2f9318c6
- Timestamp:
- 09/22/13 16:05:47 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/prelude.js
r1947 r2009 7 7 aElts[i].onfocus=function() { 8 8 $('#prelude a').removeClass('hidden'); 9 $('#wrapper').css('padding-top', '1em'); // il vaudrait mieux ajouter une class with-prelude … 10 $('#help-button').css('top', '1em'); // … mais addClass ne marche pas (?) 11 $('#collapser').css('top', '1em'); 9 12 } 10 13 } -
admin/style/default.css
r2006 r2009 25 25 display: table; 26 26 } 27 #wrapper {27 #wrapper, #wrapper.with-prelude { 28 28 position: relative; 29 29 padding-top: 1.5em; … … 865 865 margin: 0; 866 866 font-size: 1em; 867 vertical-align: top; 867 868 } 868 869 /* h1 */ 869 870 h1 { 870 padding: 0;871 margin: 0;872 871 text-indent: -1000px; 873 872 width: 16.5em; … … 891 890 max-width: 20em; 892 891 } 893 #top-info-blog a{894 margin- left: 1.33em;892 .with-js #top-info-blog select, .no-js #top-info-blog input[type=submit] { 893 margin-right: 1.33em; 895 894 } 896 895 #top-info-blog input[type=submit] { … … 908 907 /* top-info-user */ 909 908 #top-info-user { 910 padding : 0 18px 0 0;909 padding-right: 18px; 911 910 list-style-type: none; 912 911 text-align: right;
Note: See TracChangeset
for help on using the changeset viewer.