active_frontend 9.1.0 → 9.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8221bf26788b952840f0715397c855ec0e92ca9
4
- data.tar.gz: d08d666dae82ae7e551e510d597d0400d93afb34
3
+ metadata.gz: 7affb08bc0ee07375434c51ad3d80c086143e908
4
+ data.tar.gz: 513abd565168d1ba7b43703f641703caa80bc8ca
5
5
  SHA512:
6
- metadata.gz: 2f7fcedc6dec72ccb62e5d8fdfb19ee2db2649bb19c645955da7fee90fd1e95d941235e2fa2da4419cfa797ed2de262368925ce484a05358d5403a32f406d78c
7
- data.tar.gz: 98fb8da1a59eebf77a17f95176dc65fb23413a670ae8d93a8c3b3979090cb59f41e3754886d1462a6a1a28c00e0d32fac03b8600924fdb1c545b4e63bc8db575
6
+ metadata.gz: 5b76d2e29ef5ab8a035ecc8733d4fc79a2b9a9522ed5f0151b4bda0661a6bc698eb36277b1214a32b368e97229508b78b893110c3aba5f6059418e492984bf63
7
+ data.tar.gz: a5b821c3543f94b55514e8a42e8ebb5e51b31d78f6394995753679e1f4b27b52d21d91f36dd4c1e267c098e2989c0f5d237ede0fe188026654fec13e04ce73e5
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "9.1.0"
2
+ VERSION = "9.1.1"
3
3
  end
@@ -109,23 +109,13 @@
109
109
  @media only screen and (max-width: 767px) {
110
110
  .canvas-content.canvas-content-with-toolbar,
111
111
  .canvas-content.canvas-content-with-sidebar-and-toolbar {
112
- max-width: calc(100% - 45px);
113
- width: calc(100% - 45px);
112
+ max-width: 100%;
113
+ width: 100%;
114
114
  }
115
- .canvas-toolbar {
116
- max-width: 45px;
117
- width: 45px;
115
+ .canvas-with-header > .canvas-content {
116
+ margin-top: 50px;
117
+ padding-bottom: 50px;
118
118
  }
119
- .canvas-with-header > .canvas-content,
120
- .canvas-with-header > .canvas-toolbar { margin-top: 50px; }
121
- .canvas-with-header > .canvas-content { padding-bottom: 50px; }
122
119
  .canvas-with-footer > .canvas-content { padding-bottom: 80px; }
123
- .canvas-with-header .toolbar {
124
- max-height: calc(100% - 50px);
125
- height: calc(100% - 50px);
126
- }
127
- .canvas-toolbar-with-navbar .toolbar {
128
- max-height: calc(100% - 99px);
129
- height: calc(100% - 99px);
130
- }
120
+ .canvas-toolbar { display: none; }
131
121
  }
@@ -59,15 +59,7 @@
59
59
  /* # Media Queries
60
60
  ================================================== */
61
61
  @media only screen and (max-width: 767px) {
62
- .toolbar {
63
- min-width: 45px;
64
- width: 45px;
65
- }
66
- .toolbar > a {
67
- height: 45px;
68
- line-height: 49px;
69
- width: 45px;
70
- }
62
+ .toolbar { display: none; }
71
63
  }
72
64
  @media
73
65
  only screen and (-webkit-min-device-pixel-ratio: 2),
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.1.0
4
+ version: 9.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-07 00:00:00.000000000 Z
11
+ date: 2015-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler