ipad rightclick

This commit is contained in:
Sanj 2011-11-12 20:25:11 +05:30
parent 2713f5a809
commit a2fec744ec
3 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,7 @@ width:750px;
height:563px; height:563px;
margin:0 auto; margin:0 auto;
position:relative; position:relative;
-webkit-touch-callout: none;
/*background-image:url(/static/urbstudio/urbstudio/static/images/loading.gif); /*background-image:url(/static/urbstudio/urbstudio/static/images/loading.gif);
background-repeat:no-repeat; background-repeat:no-repeat;
background-position:center;*/ background-position:center;*/

View File

@ -22,3 +22,6 @@ border:1px inset #999;
overflow-y:auto; overflow-y:auto;
} }
#slidesContainer
{-webkit-touch-callout: none;}

View File

@ -4,6 +4,7 @@
width:600px; width:600px;
margin-right:20px; margin-right:20px;
float:left; float:left;
-webkit-touch-callout: none;
} }