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: 8d00e710fed082818b9b8763893857e0a8c5073b
4
- data.tar.gz: 1b281e36c317d05f3a6f7299c64dec04e385ebb6
3
+ metadata.gz: a3f3d49ad1942ecff873cfdd2f5fb0a871d34bac
4
+ data.tar.gz: 624a4c06fab68b3440cc8911cbcdd5d11315ffa4
5
5
  SHA512:
6
- metadata.gz: 376198b110e5e4280d7b29b9659035f24f2201eaa6afc4ba5f705e037a09a187459ffb1fdcb50fa9ffd6c274741b15fff95d19f738eb0be83d27a68323e95fb5
7
- data.tar.gz: 6f598fe55ee115da66f7e86db89e06c9fb97b3365080585b8e4685588d827cc00a2d21169658e62e004a653ebac22b2470403e211e987d7c82abed99776b378e
6
+ metadata.gz: e7a58e37b513ad4410a807cde2f0fe23877a888ba1deeb2042665761db26588957b1285e7bcc686fd2139208d794054b21ae04fd2d9481adf95a04b205d43504
7
+ data.tar.gz: 3e9a575197cefe13e35d6484f9fca3c8182f591424c85aae2e5efe2b39f12bb07fd9a9bdff1838e6c4355dbecb77718d8515262d9e019136d7fadb4036677be4
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.49"
2
+ VERSION = "0.0.0.50"
3
3
  end
@@ -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
  }
@@ -1,3 +1,7 @@
1
+ .label {
2
+ font-weight: normal;
3
+ }
4
+
1
5
  .label-default {
2
6
  @include label-variant($label-default-bg);
3
7
  &.label-blank { @include label-blank-variant( $label-default-bg ); }
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.49
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-16 00:00:00.000000000 Z
11
+ date: 2014-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails