magic_stylez 0.0.0.95 → 0.0.0.96
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/magic_stylez/version.rb +1 -1
- data/test/dummy/app/assets/javascripts/views/app/changelog.jst.eco +9 -0
- data/test/dummy/app/assets/javascripts/views/helper/divider.jst.eco +8 -2
- data/test/dummy/public/html/aside-nav.html +2 -2
- data/test/dummy/public/html/fixed-header.html +2 -2
- data/test/dummy/public/html/fixed-subnav.html +2 -2
- data/test/dummy/public/html/index.html +3 -3
- data/test/dummy/public/html/slidebar-header.html +2 -2
- data/test/dummy/public/html/slidebar-subnav.html +2 -2
- data/vendor/assets/stylesheets/magic/helper/_divider.scss +7 -1
- data/vendor/assets/stylesheets/magic/helper/_dots.scss +2 -2
- data/vendor/assets/stylesheets/magic/lib/_helper.scss +0 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c54a19849a4ae8183d2e635b8aac010f14c62b82
|
4
|
+
data.tar.gz: dd45c3dd0af81ad6accb759cdf6f6a95f60b238a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d34ea3aaac25b28a26968e7cf554aaa20adb948f84f94c621121bec90c75af5eb99204972aacc3c25977bab0b726877a402f6e0d7e18350336038fa59e10c24d
|
7
|
+
data.tar.gz: 729de30a1e82b8cea139ea02d3f7f2a144ebb67146f084e5cf15c1f880820911f995b2ad899a94d4e1ff54d5a89bb7fbc2452e4b4969ff0893ec0eda2c3a5f2f
|
data/lib/magic_stylez/version.rb
CHANGED
@@ -14,6 +14,15 @@
|
|
14
14
|
|
15
15
|
<br/>
|
16
16
|
|
17
|
+
<div class="section sctn-sm">
|
18
|
+
<div class="corset tight">
|
19
|
+
<h4><small>Version</small> 0.0.0.96</h4>
|
20
|
+
<p>
|
21
|
+
+ improve divider <code>.divider.left</code>
|
22
|
+
</p>
|
23
|
+
</div>
|
24
|
+
</div>
|
25
|
+
|
17
26
|
<div class="section sctn-sm">
|
18
27
|
<div class="corset tight">
|
19
28
|
<h4><small>Version</small> 0.0.0.94</h4>
|
@@ -22,13 +22,19 @@
|
|
22
22
|
<p class="loud">There are many usecases for dividers</p>
|
23
23
|
|
24
24
|
<div class="divider half">
|
25
|
-
<span class="name">I'm a
|
25
|
+
<span class="name">I'm a <code>.half</code> divider</span>
|
26
|
+
</div>
|
27
|
+
|
28
|
+
<p class="loud">There are many usecases for dividers</p>
|
29
|
+
|
30
|
+
<div class="divider left">
|
31
|
+
<span class="name">I'm a <code>.left</code> divider</span>
|
26
32
|
</div>
|
27
33
|
|
28
34
|
<p class="loud">There are many usecases for dividers</p>
|
29
35
|
|
30
36
|
<div class="divider tight">
|
31
|
-
<span class="name">I'm a
|
37
|
+
<span class="name">I'm a <code>.tight</code> divider</span>
|
32
38
|
</div>
|
33
39
|
|
34
40
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
<head>
|
4
4
|
<title>Magic-Stylez</title>
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
6
|
-
<link href="//berlinmagic.github.io/magic_stylez/assets/application-
|
6
|
+
<link href="//berlinmagic.github.io/magic_stylez/assets/application-66fb1f2e4911509637ca00d3205577df.css" media="all" rel="stylesheet" />
|
7
7
|
<script src="//berlinmagic.github.io/magic_stylez/assets/blank-3d36ea4463c48b99876e23297fb09063.js"></script>
|
8
8
|
<meta content="authenticity_token" name="csrf-param" />
|
9
|
-
<meta content="
|
9
|
+
<meta content="IvGfPtPUiuJNaHBDLqqMiu0qOk4FWegdZWuIhvZQHH0=" name="csrf-token" />
|
10
10
|
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
|
11
11
|
<script type="text/javascript" charset="utf-8">
|
12
12
|
App = {};
|
@@ -3,10 +3,10 @@
|
|
3
3
|
<head>
|
4
4
|
<title>Magic-Stylez</title>
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
6
|
-
<link href="//berlinmagic.github.io/magic_stylez/assets/application-
|
6
|
+
<link href="//berlinmagic.github.io/magic_stylez/assets/application-66fb1f2e4911509637ca00d3205577df.css" media="all" rel="stylesheet" />
|
7
7
|
<script src="//berlinmagic.github.io/magic_stylez/assets/blank-3d36ea4463c48b99876e23297fb09063.js"></script>
|
8
8
|
<meta content="authenticity_token" name="csrf-param" />
|
9
|
-
<meta content="
|
9
|
+
<meta content="IvGfPtPUiuJNaHBDLqqMiu0qOk4FWegdZWuIhvZQHH0=" name="csrf-token" />
|
10
10
|
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
|
11
11
|
<script type="text/javascript" charset="utf-8">
|
12
12
|
App = {};
|
@@ -3,10 +3,10 @@
|
|
3
3
|
<head>
|
4
4
|
<title>Magic-Stylez</title>
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
6
|
-
<link href="//berlinmagic.github.io/magic_stylez/assets/application-
|
6
|
+
<link href="//berlinmagic.github.io/magic_stylez/assets/application-66fb1f2e4911509637ca00d3205577df.css" media="all" rel="stylesheet" />
|
7
7
|
<script src="//berlinmagic.github.io/magic_stylez/assets/blank-3d36ea4463c48b99876e23297fb09063.js"></script>
|
8
8
|
<meta content="authenticity_token" name="csrf-param" />
|
9
|
-
<meta content="
|
9
|
+
<meta content="IvGfPtPUiuJNaHBDLqqMiu0qOk4FWegdZWuIhvZQHH0=" name="csrf-token" />
|
10
10
|
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
|
11
11
|
<script type="text/javascript" charset="utf-8">
|
12
12
|
App = {};
|
@@ -6,10 +6,10 @@
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
7
7
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
8
8
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
9
|
-
<link href="//berlinmagic.github.io/magic_stylez/assets/application-
|
10
|
-
<script src="//berlinmagic.github.io/magic_stylez/assets/application-
|
9
|
+
<link href="//berlinmagic.github.io/magic_stylez/assets/application-66fb1f2e4911509637ca00d3205577df.css" media="all" rel="stylesheet" />
|
10
|
+
<script src="//berlinmagic.github.io/magic_stylez/assets/application-cfc5eed747f12eef72cae6534cc5dedb.js"></script>
|
11
11
|
<meta content="authenticity_token" name="csrf-param" />
|
12
|
-
<meta content="
|
12
|
+
<meta content="IvGfPtPUiuJNaHBDLqqMiu0qOk4FWegdZWuIhvZQHH0=" name="csrf-token" />
|
13
13
|
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
|
14
14
|
<link href="//berlinmagic.github.io/magic_stylez/assets/ico/favicon-f1706407301f788c54691b6995f60a8f.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
|
15
15
|
<link href="//berlinmagic.github.io/magic_stylez/assets/ico/favicon-f34b54df445838a4f6bdac98bd904570.png" rel="shortcut icon" type="image/png" />
|
@@ -3,10 +3,10 @@
|
|
3
3
|
<head>
|
4
4
|
<title>Magic-Stylez</title>
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
6
|
-
<link href="//berlinmagic.github.io/magic_stylez/assets/application-
|
6
|
+
<link href="//berlinmagic.github.io/magic_stylez/assets/application-66fb1f2e4911509637ca00d3205577df.css" media="all" rel="stylesheet" />
|
7
7
|
<script src="//berlinmagic.github.io/magic_stylez/assets/blank-3d36ea4463c48b99876e23297fb09063.js"></script>
|
8
8
|
<meta content="authenticity_token" name="csrf-param" />
|
9
|
-
<meta content="
|
9
|
+
<meta content="IvGfPtPUiuJNaHBDLqqMiu0qOk4FWegdZWuIhvZQHH0=" name="csrf-token" />
|
10
10
|
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
|
11
11
|
<script type="text/javascript" charset="utf-8">
|
12
12
|
App = {};
|
@@ -3,10 +3,10 @@
|
|
3
3
|
<head>
|
4
4
|
<title>Magic-Stylez</title>
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
6
|
-
<link href="//berlinmagic.github.io/magic_stylez/assets/application-
|
6
|
+
<link href="//berlinmagic.github.io/magic_stylez/assets/application-66fb1f2e4911509637ca00d3205577df.css" media="all" rel="stylesheet" />
|
7
7
|
<script src="//berlinmagic.github.io/magic_stylez/assets/blank-3d36ea4463c48b99876e23297fb09063.js"></script>
|
8
8
|
<meta content="authenticity_token" name="csrf-param" />
|
9
|
-
<meta content="
|
9
|
+
<meta content="IvGfPtPUiuJNaHBDLqqMiu0qOk4FWegdZWuIhvZQHH0=" name="csrf-token" />
|
10
10
|
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
|
11
11
|
<script type="text/javascript" charset="utf-8">
|
12
12
|
App = {};
|
@@ -18,11 +18,17 @@
|
|
18
18
|
display: block; position: absolute; content: "";
|
19
19
|
margin: 0; padding: 0;
|
20
20
|
top: 50%;
|
21
|
-
width:
|
21
|
+
width: 1200px; // make it big to fill big screens as well
|
22
22
|
}
|
23
23
|
&:before { left: 100%; margin-left: $divider-horizontal-spacing; }
|
24
24
|
&:after { right: 100%; margin-right: $divider-horizontal-spacing; }
|
25
25
|
}
|
26
|
+
|
27
|
+
&.left {
|
28
|
+
text-align: left;
|
29
|
+
&:before { width: 1800px; }
|
30
|
+
&:after { display: none; }
|
31
|
+
}
|
26
32
|
}
|
27
33
|
|
28
34
|
hr {
|
@@ -105,8 +105,8 @@
|
|
105
105
|
}
|
106
106
|
}
|
107
107
|
&.dot-default {
|
108
|
-
&.dot-blank { color: map-get($appColorz, btn-default-
|
109
|
-
&.dot-blank-soft { color: map-get($appColorz, btn-default-
|
108
|
+
&.dot-blank { color: map-get($appColorz, btn-default-border); }
|
109
|
+
&.dot-blank-soft { color: map-get($appColorz, btn-default-border); }
|
110
110
|
}
|
111
111
|
}
|
112
112
|
|