some tweeking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-21 23:02:12 +04:00
parent 5d9318388b
commit d63a9b46bd
2 changed files with 4 additions and 1 deletions

View File

@ -496,6 +496,7 @@ var MULTI_CLICK_TIMEOUT = 200
// XXX test on other devices... // XXX test on other devices...
// XXX BUG: on landing a second finger while scrolling the things goes // XXX BUG: on landing a second finger while scrolling the things goes
// haywhire... // haywhire...
// XXX BUG: after long click the mouse is tracked and the view is scrolled...
function makeScrollHandler(root, config){ function makeScrollHandler(root, config){
root = $(root) root = $(root)

View File

@ -188,6 +188,8 @@ body {
/* XXX change to relative units... */ /* XXX change to relative units... */
margin-left: -400px; margin-left: -400px;
z-index: 5000;
-webkit-transition: all 0.1s ease; -webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease; -moz-transition: all 0.1s ease;
-o-transition: all 0.1s ease; -o-transition: all 0.1s ease;
@ -238,7 +240,7 @@ body {
} }
.magazine:before { .magazine:before {
content: 'COVER'; content: 'COVER';
left: -300px; left: -320px;
} }
.magazine:after { .magazine:after {
content: 'END'; content: 'END';