partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 01e5535cebe552a685472a23a8584d98808a8f36
parent 288452276690c1fe63058fb8b152a27a0aff6af1
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue, 10 Jul 2012 04:17:41 +0200

Fixed trigger madness aka overlapping triggers. This doesn't look as before, as ExtJS 4.1 uses tables instead of floating div's now - probably fix that later. But very low priority for now, looks pretty much OK to me.
Diffstat:
Msrc/frontend/css/PartKeepr.css | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/frontend/css/PartKeepr.css b/src/frontend/css/PartKeepr.css @@ -1,13 +1,3 @@ -.x-trigger-index-0 { - position: relative; - right: 16px; -} - -.x-trigger-index-1 { - position: relative; - right: 32px; -} - .x-form-spinner-down { right: 16px; }