Changeset 2ffcbf in indico


Ignore:
Timestamp:
04/23/12 14:46:28 (13 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
2cfb7a
Parents:
72cc08e
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (04/20/12 19:12:49)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (04/23/12 14:46:28)
Message:

[FIX] Fix positioning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/SearchBox.tpl

    r72cc08e r2ffcbf  
    6767    { 
    6868        var controls = searchControls; 
    69  
    7069        $('#extraOptions').width($('#searchControls').width()).slideDown('fast'); 
     70        $('#extraOptions').position({ 
     71            of: $('#searchControls'), 
     72            my: 'right top', 
     73            at: 'right bottom' 
     74        }); 
    7175        elem.dom.extraShown=true; 
    7276        resetForm(); 
Note: See TracChangeset for help on using the changeset viewer.