Skip to content

Commit

Permalink
not immersive
Browse files Browse the repository at this point in the history
  • Loading branch information
Roykk committed Mar 24, 2014
1 parent ead64cb commit fc50735
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion www/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</author>
<content src="index.html" />
<access origin="*" />
<preference name="fullscreen" value="true" />
<preference name="fullscreen" value="false" />
<preference name="webviewbounce" value="true" />
</widget>
8 changes: 4 additions & 4 deletions www/css/switch_custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

.onoffswitch-inner {
width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
-moz-transition: margin 0.15s ease-in 0s; -webkit-transition: margin 0.15s ease-in 0s;
-o-transition: margin 0.15s ease-in 0s; transition: margin 0.15s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
Expand All @@ -47,8 +47,8 @@
background: #19B0B0;
border: 2px solid #19B0B0; border-radius: 20px;
position: absolute; top: 0; bottom: 0; right: 69px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
-moz-transition: all 0.15s ease-in 0s; -webkit-transition: all 0.15s ease-in 0s;
-o-transition: all 0.15s ease-in 0s; transition: all 0.15s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
Expand Down

0 comments on commit fc50735

Please sign in to comment.