semantic-ui-sass 0.12.3.0 → 0.12.4.0

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: 70f35c9d55d54e459497307f537844f51eb838fd
4
- data.tar.gz: b640fed2843f4ca235fe74d05cb1575c05110635
3
+ metadata.gz: db4581098c16e3657fbe904eecaeddb1551e738b
4
+ data.tar.gz: 24742d1dea4e10320115bb26c0ee22dc2cba295d
5
5
  SHA512:
6
- metadata.gz: c05055b76fb6b538af96e6d86c8e4549332da05244514740faddd3da5dd75cb8b8ae5fc3b54c90dbccd26614539995e9d1788d50a8d2ad15ddb25021bef18963
7
- data.tar.gz: ca8a7121149a96d3b0bed9730273eeee0512448fb1f14ea7494bd6e31e417cec9c9cf1d63b126d4930af9222d16b6cd8c0d0daeb47056f7ac44e714e786d5bb4
6
+ metadata.gz: 7e6998e64f1954cbea8ff83373b7520242cb7085f0340e1dbda49336b7d8a7bb8875f931de8f9d0ac88781ea39efee262ca403303a1b321f05f82aa054e83a0a
7
+ data.tar.gz: 3a47f3d0c326f702831e1356329e51782144845f828c107ed9c2064391f9e25e416f4ab91bffc0b9682897b9345ed79c3bb1970ff829801003b09b6881158c08
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.12.4.0
2
+
3
+ * Update Semantic UI to 0.12.4
4
+
1
5
  ## 0.12.3.0
2
6
 
3
7
  * Update Semantic UI to 0.12.3
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ## Installation and Usage
6
6
 
7
7
  ```ruby
8
- gem 'semantic-ui-sass', '~> 0.12.3.0'
8
+ gem 'semantic-ui-sass', '~> 0.12.4.0'
9
9
  ```
10
10
  or
11
11
 
@@ -321,7 +321,7 @@ $.fn.form = function(fields, parameters) {
321
321
  .removeClass(className.error)
322
322
  .addClass(className.success)
323
323
  ;
324
- $.proxy(settings.onSuccess, this)(event);
324
+ return $.proxy(settings.onSuccess, this)(event);
325
325
  }
326
326
  else {
327
327
  module.debug('Form has errors');
@@ -179,6 +179,10 @@
179
179
  border-radius: 0em 0em 0.325em 0.325em;
180
180
  }
181
181
 
182
+ .ui.bottom.attached.message:not(:last-child) {
183
+ margin-bottom: 1em;
184
+ }
185
+
182
186
  .ui.attached.icon.message {
183
187
  display: block;
184
188
  width: auto;
@@ -255,8 +255,7 @@
255
255
  }
256
256
 
257
257
  .ui.action.input > .button,
258
- .ui.action.input > .buttons,
259
- {
258
+ .ui.action.input > .buttons {
260
259
  display: table-cell;
261
260
  border-top-left-radius: 0px;
262
261
  border-bottom-left-radius: 0px;
@@ -453,7 +453,7 @@
453
453
  display: table;
454
454
  }
455
455
 
456
- .ui.horizontal.items > .item > .image
456
+ .ui.horizontal.items > .item > .image,
457
457
  .ui.items > .horizontal.item > .image {
458
458
  display: table-cell;
459
459
  width: 50%;
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "0.12.3.0"
5
- SEMANTIC_UI_SHA = 'cff94dbc0b6ed6f7a7c472ce639362d9f978bc8a'
4
+ VERSION = "0.12.4.0"
5
+ SEMANTIC_UI_SHA = 'a2f8881d78e35be3b15e87dbcb9ca861d7d32945'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic-ui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.3.0
4
+ version: 0.12.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-25 00:00:00.000000000 Z
11
+ date: 2014-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler