active_frontend 9.1.0 → 9.1.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7affb08bc0ee07375434c51ad3d80c086143e908
|
4
|
+
data.tar.gz: 513abd565168d1ba7b43703f641703caa80bc8ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b76d2e29ef5ab8a035ecc8733d4fc79a2b9a9522ed5f0151b4bda0661a6bc698eb36277b1214a32b368e97229508b78b893110c3aba5f6059418e492984bf63
|
7
|
+
data.tar.gz: a5b821c3543f94b55514e8a42e8ebb5e51b31d78f6394995753679e1f4b27b52d21d91f36dd4c1e267c098e2989c0f5d237ede0fe188026654fec13e04ce73e5
|
@@ -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:
|
113
|
-
width:
|
112
|
+
max-width: 100%;
|
113
|
+
width: 100%;
|
114
114
|
}
|
115
|
-
.canvas-
|
116
|
-
|
117
|
-
|
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-
|
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.
|
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-
|
11
|
+
date: 2015-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|