Dotclear

Changeset 2009:5a7d2f9318c6


Ignore:
Timestamp:
09/22/13 16:05:47 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Au chargement du prélude, décaler les éléments vers le bas.

Location:
admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/js/prelude.js

    r1947 r2009  
    77               aElts[i].onfocus=function() { 
    88                    $('#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'); 
    912               } 
    1013          } 
  • admin/style/default.css

    r2006 r2009  
    2525     display: table; 
    2626     } 
    27 #wrapper { 
     27#wrapper, #wrapper.with-prelude { 
    2828     position: relative; 
    2929     padding-top: 1.5em; 
     
    865865     margin: 0; 
    866866     font-size: 1em; 
     867     vertical-align: top; 
    867868     } 
    868869/* h1 */ 
    869870h1 { 
    870      padding: 0; 
    871      margin: 0; 
    872871     text-indent: -1000px; 
    873872     width: 16.5em; 
     
    891890     max-width: 20em; 
    892891     } 
    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; 
    895894     } 
    896895#top-info-blog input[type=submit] { 
     
    908907/* top-info-user */ 
    909908#top-info-user { 
    910      padding: 0 18px 0 0; 
     909     padding-right: 18px; 
    911910     list-style-type: none; 
    912911     text-align: right; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map