Changeset daac7e in indico


Ignore:
Timestamp:
12/01/11 13:38:18 (19 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, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
Children:
1e7e45
Parents:
60708b
git-author:
Adrian Moennich <jerome.ernst.monnich@…> (11/09/11 17:21:18)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (12/01/11 13:38:18)
Message:

[FIX] pixel error in IE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/js/indico/Core/Widgets/Base.js

    r66ac62 rdaac7e  
    403403            zIndex: 100, 
    404404            position: 'absolute', 
    405             top: '3px', 
     405            top: 3 + ($.browser.msie ? 1 : 0) + 'px', 
    406406            height: '26px' 
    407407        }; 
Note: See TracChangeset for help on using the changeset viewer.