magic_stylez 0.0.0.49 → 0.0.0.50
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: a3f3d49ad1942ecff873cfdd2f5fb0a871d34bac
|
4
|
+
data.tar.gz: 624a4c06fab68b3440cc8911cbcdd5d11315ffa4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7a58e37b513ad4410a807cde2f0fe23877a888ba1deeb2042665761db26588957b1285e7bcc686fd2139208d794054b21ae04fd2d9481adf95a04b205d43504
|
7
|
+
data.tar.gz: 3e9a575197cefe13e35d6484f9fca3c8182f591424c85aae2e5efe2b39f12bb07fd9a9bdff1838e6c4355dbecb77718d8515262d9e019136d7fadb4036677be4
|
data/lib/magic_stylez/version.rb
CHANGED
@@ -22,6 +22,9 @@
|
|
22
22
|
position: relative;
|
23
23
|
margin: 0 0 -1px !important;
|
24
24
|
@include border-radius(0);
|
25
|
+
text-align: left !important;
|
26
|
+
height: $input-height-base !important; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
|
27
|
+
padding: $padding-base-vertical $padding-base-horizontal !important;
|
25
28
|
&:first-child { @include border-top-radius($input-border-radius); }
|
26
29
|
&:last-child { @include border-bottom-radius($input-border-radius); margin: 0; }
|
27
30
|
&:focus, &:active { z-index: 99; }
|
@@ -43,8 +46,10 @@
|
|
43
46
|
margin-bottom: 0;
|
44
47
|
border-color: transparent;
|
45
48
|
background: none;
|
46
|
-
text-align: left;
|
49
|
+
text-align: left !important;
|
47
50
|
@include box-shadow( none );
|
51
|
+
height: $input-height-base !important; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
|
52
|
+
padding: $padding-base-vertical $padding-base-horizontal !important;
|
48
53
|
}
|
49
54
|
&.flat .input-group-addon { @include horizontal-padding(0); }
|
50
55
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: magic_stylez
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.0.
|
4
|
+
version: 0.0.0.50
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Torsten Wetzel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09-
|
11
|
+
date: 2014-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|