rbbt-rest 1.6.15 → 1.6.16

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: cc4a9b93a28766b814c3dbb6d08f85c021603760
4
- data.tar.gz: 975818bfe4d4439652a52744bed51bd171c8bf85
3
+ metadata.gz: 4641e72237336ff138cd1a1578bfa24c0a20aef5
4
+ data.tar.gz: 065b0f0337d4425e0843ff4fc580de2c5acbc51e
5
5
  SHA512:
6
- metadata.gz: b4da80d08b5243a647ad31296c4027de08bf63355fb2c2f9d6dd7a51f0b8473b84b61494fa77161f6b519bdad9d5eea0f20d2cd6c5191bc3779cf6bc444b1a8e
7
- data.tar.gz: 0a18077ebf5a6a70b6bffe253909c405c585f40ccb4923638736c8df06979b43efdc6cc304e6444a5d6a7f513228d9eac37146edccaaf123a8b795d5eed9209d
6
+ metadata.gz: a19ad7180ff2389dc800626b7a0d150e74df6019f45163b439d2a19e053852bf97692698807ebcd91aa5daea2093c0ea0ec235d3eafb85ee8bc94ce97febf8e4
7
+ data.tar.gz: 1e2c927cb84cf71edee150356859b14288251e4f1bede746c63fe0c809fa4b86d1fc7d0a1e303dbd0c6f3b7043fe4abf1415d422391a5c8fb562d5274003e0c7
@@ -308,9 +308,9 @@ span.bullet
308
308
  label[title]
309
309
  cursor: help
310
310
 
311
- .progress.ui.message
311
+ .action_progress.ui.message
312
312
  margin-top: 8px
313
- .progress.ui.message:empty
313
+ .action_progress.ui.message:empty
314
314
  display: none
315
315
 
316
316
  .examples
@@ -356,3 +356,5 @@ label[title]
356
356
  float:left
357
357
  clear:both
358
358
 
359
+ .action_menu.ui.buttons
360
+ display: block
@@ -39,6 +39,6 @@
39
39
  = entity.action_link action, text, params.merge(:class => 'ui item button')
40
40
  - last_resource = resource
41
41
 
42
- .progress.ui.message
42
+ .action_progress.ui.message
43
43
 
44
44
  .action_loader.ui.very.basic.segment<
@@ -101,11 +101,11 @@ $.widget("rbbt.action_controller", {
101
101
  var progress = response.find('.step.progress')
102
102
 
103
103
  text = [$('<div class="header">').html(stat), $('<div class="content">').html(message)]
104
- action_controller.find('> .progress').html("").append(text).append(progress);
104
+ action_controller.find('> .action_progress').html("").append(text).append(progress);
105
105
  update_rbbt()
106
106
  }
107
107
  }else{
108
- action_controller.find('> .progress').html("");
108
+ action_controller.find('> .action_progress').html("");
109
109
  action_controller.removeClass('loading').removeClass('disabled');
110
110
  action_list_item.removeClass('loading').removeClass('disabled');
111
111
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.15
4
+ version: 1.6.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez