framework7rails 1.0.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@
10
10
  *
11
11
  * Licensed under MIT
12
12
  *
13
- * Released on: October 7, 2014
13
+ * Released on: November 2, 2014
14
14
  */
15
15
  html,
16
16
  body {
@@ -422,9 +422,6 @@ p {
422
422
  box-sizing: border-box;
423
423
  height: 100%;
424
424
  }
425
- html.ios-gt-7 .page-on-left .page-content {
426
- -webkit-overflow-scrolling: auto;
427
- }
428
425
  .page-transitioning {
429
426
  -webkit-transition-duration: 400ms;
430
427
  transition-duration: 400ms;
@@ -986,38 +983,45 @@ html.retina.ios-gt-7 .toolbar {
986
983
  padding-bottom: 56px;
987
984
  }
988
985
  }
989
- .hidden-navbar .navbar {
986
+ .navbar.navbar-hiding {
987
+ -webkit-transition-duration: 400ms;
988
+ transition-duration: 400ms;
989
+ -webkit-transform: translate3d(0, 0, 0);
990
+ -ms-transform: translate3d(0, 0, 0);
991
+ transform: translate3d(0, 0, 0);
992
+ }
993
+ .navbar.navbar-hidden {
990
994
  -webkit-transition-duration: 400ms;
991
995
  transition-duration: 400ms;
992
996
  -webkit-transform: translate3d(0, -100%, 0);
993
997
  -ms-transform: translate3d(0, -100%, 0);
994
998
  transform: translate3d(0, -100%, 0);
995
999
  }
996
- .hiding-navbar .navbar {
1000
+ .page.no-navbar .page-content {
1001
+ padding-top: 0;
1002
+ }
1003
+ .toolbar.toolbar-hiding,
1004
+ .tabbar.toolbar-hiding,
1005
+ .toolbar.tabbar-hiding,
1006
+ .tabbar.tabbar-hiding {
997
1007
  -webkit-transition-duration: 400ms;
998
1008
  transition-duration: 400ms;
999
1009
  -webkit-transform: translate3d(0, 0, 0);
1000
1010
  -ms-transform: translate3d(0, 0, 0);
1001
1011
  transform: translate3d(0, 0, 0);
1002
1012
  }
1003
- .page.no-navbar .page-content {
1004
- padding-top: 0;
1005
- }
1006
- .hidden-toolbar .toolbar {
1013
+ .toolbar.toolbar-hidden,
1014
+ .tabbar.toolbar-hidden,
1015
+ .toolbar.tabbar-hidden,
1016
+ .tabbar.tabbar-hidden {
1007
1017
  -webkit-transition-duration: 400ms;
1008
1018
  transition-duration: 400ms;
1009
1019
  -webkit-transform: translate3d(0, 100%, 0);
1010
1020
  -ms-transform: translate3d(0, 100%, 0);
1011
1021
  transform: translate3d(0, 100%, 0);
1012
1022
  }
1013
- .hiding-toolbar .toolbar {
1014
- -webkit-transition-duration: 400ms;
1015
- transition-duration: 400ms;
1016
- -webkit-transform: translate3d(0, 0, 0);
1017
- -ms-transform: translate3d(0, 0, 0);
1018
- transform: translate3d(0, 0, 0);
1019
- }
1020
- .page.no-toolbar .page-content {
1023
+ .page.no-toolbar .page-content,
1024
+ .page.no-tabbar .page-content {
1021
1025
  padding-bottom: 0;
1022
1026
  }
1023
1027
  /* === Search Bar === */
@@ -1689,9 +1693,9 @@ html:not(.watch-active-state) .list-block .item-link:active .item-inner,
1689
1693
  transition-duration: 300ms;
1690
1694
  }
1691
1695
  .list-block .swipeout.deleting .swipeout-content {
1692
- -webkit-transform: translate3d(-100%, 0, 0);
1693
- -ms-transform: translate3d(-100%, 0, 0);
1694
- transform: translate3d(-100%, 0, 0);
1696
+ -webkit-transform: translateX(-100%);
1697
+ -ms-transform: translateX(-100%);
1698
+ transform: translateX(-100%);
1695
1699
  }
1696
1700
  .list-block .swipeout.transitioning .swipeout-content,
1697
1701
  .list-block .swipeout.transitioning .swipeout-actions-right a,
@@ -1717,9 +1721,6 @@ html:not(.watch-active-state) .list-block .item-link:active .item-inner,
1717
1721
  display: -ms-flexbox;
1718
1722
  display: -webkit-flex;
1719
1723
  display: flex;
1720
- -webkit-transform: translate3d(0%, 0, 0);
1721
- -ms-transform: translate3d(0%, 0, 0);
1722
- transform: translate3d(0%, 0, 0);
1723
1724
  }
1724
1725
  .list-block .swipeout-actions-left a,
1725
1726
  .list-block .swipeout-actions-right a {
@@ -1753,9 +1754,9 @@ html:not(.watch-active-state) .list-block .item-link:active .item-inner,
1753
1754
  }
1754
1755
  .list-block .swipeout-actions-right {
1755
1756
  right: 0%;
1756
- -webkit-transform: translate3d(100%, 0, 0);
1757
- -ms-transform: translate3d(100%, 0, 0);
1758
- transform: translate3d(100%, 0, 0);
1757
+ -webkit-transform: translateX(100%);
1758
+ -ms-transform: translateX(100%);
1759
+ transform: translateX(100%);
1759
1760
  }
1760
1761
  .list-block .swipeout-actions-right a:after {
1761
1762
  left: 100%;
@@ -1763,9 +1764,9 @@ html:not(.watch-active-state) .list-block .item-link:active .item-inner,
1763
1764
  }
1764
1765
  .list-block .swipeout-actions-left {
1765
1766
  left: 0%;
1766
- -webkit-transform: translate3d(-100%, 0, 0);
1767
- -ms-transform: translate3d(-100%, 0, 0);
1768
- transform: translate3d(-100%, 0, 0);
1767
+ -webkit-transform: translateX(-100%);
1768
+ -ms-transform: translateX(-100%);
1769
+ transform: translateX(-100%);
1769
1770
  }
1770
1771
  .list-block .swipeout-actions-left a:after {
1771
1772
  right: 100%;
@@ -1964,6 +1965,7 @@ html.retina.ios-gt-7 .item-link.list-button {
1964
1965
  .list-block input[type="url"],
1965
1966
  .list-block input[type="date"],
1966
1967
  .list-block input[type="datetime-local"],
1968
+ .list-block input[type="time"],
1967
1969
  .list-block input[type="number"],
1968
1970
  .list-block select,
1969
1971
  .list-block textarea {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: framework7rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pulkit Kathuria
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-15 00:00:00.000000000 Z
11
+ date: 2014-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -294,9 +294,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
294
294
  version: '0'
295
295
  requirements: []
296
296
  rubyforge_project:
297
- rubygems_version: 2.4.1
297
+ rubygems_version: 2.0.3
298
298
  signing_key:
299
299
  specification_version: 4
300
300
  summary: https://github.com/kevincobain2000/framework7rails
301
301
  test_files: []
302
- has_rdoc: