-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from aboire/master
update
- Loading branch information
Showing
72 changed files
with
6,577 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
[email protected] | ||
[email protected] | ||
cordova-plugin-android-permissions@https://github.com/NeoLSN/cordova-plugin-android-permissions/tarball/789574937c97c6959db49341b2d901789affb364 | ||
cordova-plugin-android-sensor-listeners@https://github.com/QuentinRoy/cordova-plugin-android-sensor-listeners/tarball/master | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
phonegap-plugin-barcodescanner@https://github.com/JrontEnd/phonegap-plugin-barcodescanner/tarball/3a4b4ea69c8bff86f9749f7af332fc5b58c88601 | ||
[email protected] | ||
[email protected] | ||
me.dispatch.crosswalk-permissions@file://./packages | ||
phonegap-plugin-barcodescanner@https://github.com/JrontEnd/phonegap-plugin-barcodescanner/tarball/3a4b4ea69c8bff86f9749f7af332fc5b58c88601 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,3 +82,4 @@ jameslefrere:caretjs | |
[email protected] | ||
#microservice | ||
aldeed:template-extension | ||
elmarti:video-chat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,225 @@ | ||
#floating-button { | ||
bottom: 20px; | ||
position: fixed; | ||
right: 20px; | ||
z-index : 9999; | ||
width: 60px; | ||
height: 60px; | ||
line-height: 60px; | ||
list-style-type: none; | ||
margin: 0; | ||
padding: 0; | ||
text-align: center; | ||
color: #000; | ||
cursor: pointer; | ||
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2); | ||
transform: translate3d(0, 0, 0); | ||
backface-visibility: hidden; | ||
padding: 0; | ||
border: none; | ||
border-radius: 50%; | ||
} | ||
|
||
#floating-button.center{ | ||
margin-left: auto !important; | ||
margin-right: auto !important; | ||
left: 0 !important; | ||
right: 0 !important; | ||
} | ||
|
||
#floating-button>li { | ||
position: absolute; | ||
left: 0; | ||
top: 0; | ||
width: 100%; | ||
height: 100%; | ||
backface-visibility: hidden; | ||
padding: 0; | ||
border: none; | ||
border-radius: 50%; | ||
-webkit-border-radius: 50%; | ||
} | ||
|
||
#floating-button a { | ||
width: 40px; | ||
height: 40px; | ||
display: inline-block; | ||
border-radius: 50%; | ||
-webkit-border-radius: 50%; | ||
text-decoration: none; | ||
font-size: 0.8em; | ||
} | ||
|
||
#floating-button .icon.menu-icon{ | ||
font-size: 20px; | ||
} | ||
|
||
#floating-button li span.label{ | ||
margin-right: 2px; | ||
color: gray; | ||
background-color: white; | ||
padding: 6px; | ||
border-radius: 6px; | ||
-webkit-border-radius: 6px; | ||
box-shadow: 0.5px 2px 2px 0.5px rgba(0, 0, 0, 0.2); | ||
} | ||
|
||
|
||
#floating-button li span.label-container{ | ||
margin-right: 2px; | ||
position: absolute; | ||
display: inline-block; | ||
top: 0px; | ||
overflow: hidden; | ||
right: 75px; | ||
width: 400px; | ||
text-align: right; | ||
font-size: 15px; | ||
} | ||
|
||
|
||
|
||
/*floating-menu*/ | ||
|
||
#floating-menu { | ||
position: fixed; | ||
right: 20px; | ||
z-index: 9999; | ||
width: 60px; | ||
height: 60px; | ||
line-height: 60px; | ||
list-style-type: none; | ||
margin: 0; | ||
padding: 0; | ||
text-align: center; | ||
cursor: pointer; | ||
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2); | ||
transform: translate3d(0, 0, 0); | ||
backface-visibility: hidden; | ||
padding: 0; | ||
border: none; | ||
border-radius: 50%; | ||
} | ||
|
||
#floating-menu .center{ | ||
margin-left: auto; | ||
margin-right: auto; | ||
left: 0; | ||
right: 0; | ||
} | ||
|
||
#floating-menu .icon.menu-icon{ | ||
font-size: 20px; | ||
} | ||
|
||
#floating-menu img.menu-icon{ | ||
font-size: 20px; | ||
} | ||
|
||
#floating-menu li i{ | ||
font-size: 20px; | ||
left: 0; | ||
top: 0; | ||
} | ||
|
||
#floating-menu li.menu-button { | ||
z-index: 9999; | ||
left: 0; | ||
top: 0; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
|
||
#floating-menu li{ | ||
position: absolute; | ||
left: 0.5px; | ||
top: 0.5px; | ||
width: 98%; | ||
height: 98%; | ||
transform: translate3d(0, 0, 0); | ||
backface-visibility: hidden; | ||
padding: 0; | ||
border: none; | ||
border-radius: 50%; | ||
-webkit-border-radius: 50%; | ||
} | ||
|
||
#floating-menu li span.label{ | ||
margin-right: 2px; | ||
color: gray; | ||
background-color: white; | ||
padding: 6px; | ||
border-radius: 6px; | ||
-webkit-border-radius: 6px; | ||
box-shadow: 0.5px 2px 2px 0.5px rgba(0, 0, 0, 0.2); | ||
} | ||
|
||
|
||
#floating-menu li span.label-container{ | ||
margin-right: 2px; | ||
position: absolute; | ||
display: inline-block; | ||
visibility: hidden; | ||
top: 0px; | ||
overflow: hidden; | ||
right: 75px; | ||
width: 400px; | ||
text-align: right; | ||
font-size: 15px; | ||
} | ||
|
||
#floating-menu.active span.label-container{ | ||
visibility: visible; | ||
} | ||
|
||
|
||
#floating-menu.active li{ | ||
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2); | ||
top: 0; | ||
} | ||
|
||
/*#floating-menu li { | ||
width: 40px; | ||
height: 40px; | ||
display: inline-block; | ||
border-radius: 50%; | ||
-webkit-border-radius: 50%; | ||
text-decoration: none; | ||
font-size: 0.8em; | ||
}*/ | ||
|
||
#floating-menu ion-floating-item > li { | ||
transition: all .3s; | ||
-webkit-transition: all .3s; | ||
-moz-transition: .3s; | ||
} | ||
|
||
|
||
#floating-menu.active ion-floating-item:nth-child(1) > li { | ||
transform: translateY(-70px); -webkit-transform: translateY(-70px); | ||
transition-delay: 0ms; -webkit-transition-delay: 0ms; | ||
} | ||
#floating-menu.active ion-floating-item:nth-child(2) > li { | ||
transform: translateY(-140px); -webkit-transform: translateY(-140px); | ||
transition-delay: 50ms; -webkit-transition-delay: 50ms; | ||
} | ||
#floating-menu.active ion-floating-item:nth-child(3) > li { | ||
transform: translateY(-210px); -webkit-transform: translateY(-210px); | ||
transition-delay: 100ms; -webkit-transition-delay: 100ms; | ||
} | ||
#floating-menu.active ion-floating-item:nth-child(4) > li { | ||
transform: translateY(-280px); -webkit-transform: translateY(-280px); | ||
transition-delay: 150ms; -webkit-transition-delay: 150ms; | ||
} | ||
#floating-menu.active ion-floating-item:nth-child(5) > li { | ||
transform: translateY(-350px); -webkit-transform: translateY(-350px); | ||
transition-delay: 160ms; -webkit-transition-delay: 160ms; | ||
} | ||
#floating-menu.active ion-floating-item:nth-child(6) > li { | ||
transform: translateY(-420px); -webkit-transform: translateY(-420px); | ||
transition-delay: 170ms; -webkit-transition-delay: 170ms; | ||
} | ||
#floating-menu.active ion-floating-item:nth-child(7) > li { | ||
transform: translateY(-490px); -webkit-transform: translateY(-490px); | ||
transition-delay: 180ms; -webkit-transition-delay: 180ms; | ||
} |
Oops, something went wrong.