semantic-ui-rails 0.12.2 → 0.12.4

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: 939d2cf2982a8e16ae2f51fd5142efeb88ff5b3f
4
- data.tar.gz: 6f3e10bb30028765fd019aa41833a2b2ee71d5dd
3
+ metadata.gz: e8897eeb1a81790800c69a2769897d707b2d6312
4
+ data.tar.gz: 695edd2631635a1269da7f52a43ddb720019f93d
5
5
  SHA512:
6
- metadata.gz: 0bfb89da1ab2d17d056f2881125809aec5517618e15d858fc4a03627cb06de3110bb3eac72122d35d5aa28c0e09df4c0b154592411c11824300ef5823e032735
7
- data.tar.gz: 2f994c7d0e1bb1b710ad7ef1795de7de7e751a3218c1052d419192cbcc810cda5e5a688d51bbfedf7a06f9f4049b15c3e73b4ecfa7f52fb02917ebca53316dee
6
+ metadata.gz: c282cac62f005ac6e33f428b9f8ad8ad3cb059c07009808186542e24dfc7b2c3a5bb5bbfea41b0ac142bfb0990f957793f4e1997851a775c0aba9911a106a1de
7
+ data.tar.gz: e07fe8b8e36f1de60b845488bd65e18603418bbfa637d138b3b685d0e151642104162c57a03795b0a4d9e054be419c80411eba72a054e15ea1edab5605628ab2
@@ -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');
@@ -223,6 +223,9 @@
223
223
  -moz-border-radius: 0em 0em 0.325em 0.325em;
224
224
  border-radius: 0em 0em 0.325em 0.325em;
225
225
  }
226
+ .ui.bottom.attached.message:not(:last-child) {
227
+ margin-bottom: 1em;
228
+ }
226
229
  .ui.attached.icon.message {
227
230
  display: block;
228
231
  width: auto;
@@ -287,7 +287,7 @@
287
287
  border-right: none;
288
288
  }
289
289
  .ui.action.input > .button,
290
- .ui.action.input > .buttons, {
290
+ .ui.action.input > .buttons {
291
291
  display: table-cell;
292
292
 
293
293
  border-top-left-radius: 0px;
@@ -260,24 +260,24 @@
260
260
  color: rgba(0, 0, 0, 0.5);
261
261
  }
262
262
 
263
- .ui.items .item:nth-of-type(n+1):hover {
263
+ .ui.items .item:nth-of-type(6n+1):hover {
264
264
  border-bottom-color: #6ECFF5 !important;
265
265
  }
266
- .ui.items .item:nth-of-type(n+2):hover {
266
+ .ui.items .item:nth-of-type(6n+2):hover {
267
267
  border-bottom-color: #5C6166 !important;
268
268
  }
269
- .ui.items .item:nth-of-type(n+3):hover {
269
+ .ui.items .item:nth-of-type(6n+3):hover {
270
270
  border-bottom-color: #A1CF64 !important;
271
271
  }
272
- .ui.items .item:nth-of-type(n+4):hover {
272
+ .ui.items .item:nth-of-type(6n+4):hover {
273
273
  border-bottom-color: #D95C5C !important;
274
274
  }
275
- .ui.items .item:nth-of-type(n+5):hover {
276
- border-bottom-color: #564F8A !important;
277
- }
278
- .ui.items .item:nth-of-type(n+6):hover {
275
+ .ui.items .item:nth-of-type(6n+5):hover {
279
276
  border-bottom-color: #00B5AD !important;
280
277
  }
278
+ .ui.items .item:nth-of-type(6n+6):hover {
279
+ border-bottom-color: #564F8A !important;
280
+ }
281
281
 
282
282
 
283
283
  /*******************************
@@ -433,7 +433,7 @@
433
433
  display: table;
434
434
  }
435
435
 
436
- .ui.horizontal.items > .item > .image
436
+ .ui.horizontal.items > .item > .image,
437
437
  .ui.items > .horizontal.item > .image {
438
438
  display: table-cell;
439
439
  width: 50%;
@@ -1,7 +1,7 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Rails
4
- VERSION = "0.12.2"
4
+ VERSION = "0.12.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic-ui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - nd0ut
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-23 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: less-rails