rbbt-rest 1.6.26 → 1.6.28

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: d138469f6fe22bbe8af3d88bb37fdd57d47f2748
4
- data.tar.gz: 410811e111632b92d0d21fa195f10434d1b959d4
3
+ metadata.gz: 7cc64722779414103b76baf41c3b2d7e8f0508b2
4
+ data.tar.gz: 3b787d34032bc0744a2425c179b4603fe30470c6
5
5
  SHA512:
6
- metadata.gz: b44fafcb802b0af72cfc62c06b6c3112ff4dace209520b523f538ce44ce66537bc7c1d3ea622072fe2c954eb5e9e34ebfdc5e9b4be86b21a0a3e37b936270c16
7
- data.tar.gz: 1cb45a73c2549aff5874b277625b72317dce059171b5caa9790e43c06050ebf02073389174f7f61f19204af07b5c116f8c164fd21f274345b5f126a836c71aff
6
+ metadata.gz: ce9ada7b7a8ac896a7948bc983586bb19a2dc1edb36876190f99d0e218862e7c56d50df1c626c6e34580295474a82c1a81ce79eda8d1c160a5994cbd96c0c8fd
7
+ data.tar.gz: 412f73b81453ec5c8725b9e784b23eada13ef3f74941a31f0d7146bfddcd1bc390d446291c12dc619eb2059300f2e297362128aea8a5013061c1caa647e80a36
@@ -20,9 +20,10 @@ body
20
20
  background: none repeat scroll 0% 0% #F7F7F7
21
21
 
22
22
  #content
23
- padding: 64px 16px 0 32px
23
+ padding: 0px 48px 0 48px
24
+ margin-top: 90px
24
25
  width: 100%
25
- margin-bottom: 2em
26
+ margin-bottom: 48px
26
27
  @extend .clearfix
27
28
  p
28
29
  max-width: 65em
@@ -46,11 +47,13 @@ body
46
47
 
47
48
 
48
49
  @media #{$only-large}
49
- #content
50
- padding: 64px 16px 0 32px
50
+ #top_menu > .favourite
51
+ white-space: nowrap
51
52
 
52
53
  #top_menu > .finder
53
- padding: 0px
54
+ padding: 0px 8px
55
+ form input
56
+ width: calc(100% - 16px)
54
57
 
55
58
  .entity_card, .entity_list_card
56
59
  > .content
@@ -76,12 +79,12 @@ body
76
79
  margin-right: 10%
77
80
  float: left
78
81
 
79
- .main.menu
82
+ //.main.menu
80
83
  .finder
81
84
  padding: 4px
82
85
  padding-top: 8px
83
86
  form input
84
- width: 5em
87
+ width: 100%
85
88
 
86
89
  .row
87
90
  clear: both
@@ -395,7 +398,7 @@ body
395
398
 
396
399
  #top_menu
397
400
  & > .favourite
398
- width: 50%
401
+ flex-grow: 3
399
402
  & > .dropdown
400
403
  display: inline-block !important
401
404
  min-width: 10em
@@ -1,5 +1,5 @@
1
1
  - id = [workflow.to_s, task.to_s] * "__"
2
- - action = to(File.join('/', workflow.to_s, task.to_s))
2
+ - action = File.join('/', workflow.to_s, task.to_s)
3
3
  - task_info = workflow.task_info(task)
4
4
 
5
5
  .workflow_task(id=id)
@@ -1,7 +1,7 @@
1
1
  .ui.segment
2
2
  .image
3
3
  %a(href="http://www.cnio.es/")
4
- %img(src="http://www.cnio.es/img/comunes/header/cnio.gif" height='115px' width='241px')
4
+ %img(src="/file/cnio.png" height='115px' width='241px')
5
5
  .content
6
6
  .ui.header
7
7
  CNIO. Centro Nacional de Investigaciones Oncologicas (Spanish National Cancer Research Center)
@@ -1,9 +1,12 @@
1
1
  - table_columns_id = "rbbt_table_columns_" << (rand * 1000).to_i.to_s
2
2
  = reveal :column, table_columns_id, :class => 'ui compact button table_column' do
3
3
  %ul.table_column_selector.clean_list
4
- - header.each do |field|
5
- %li.ui.basic.segment
6
- %span.field= field
7
- %a.save_column_map.ui.compact.button(href="#") save map
8
- - if Entity.formats.include? field and Entity.formats[field].include? Entity::REST
9
- %a.save_column_list.ui.compact.button(href="#") save list
4
+ - if header
5
+ - header.each do |field|
6
+ %li.ui.basic.segment
7
+ %span.field= field
8
+ %a.save_column_map.ui.compact.button(href="#") save map
9
+ - if Entity.formats.include? field and Entity.formats[field].include? Entity::REST
10
+ %a.save_column_list.ui.compact.button(href="#") save list
11
+ - else
12
+ NO column selection
@@ -7,8 +7,11 @@
7
7
 
8
8
  .filters()
9
9
  = action_parameters nil, :class => 'filter_controls' do
10
- - header.each do |field|
11
- - input field, :string, "Filter for #{ field }", filter_values[field]
10
+ - if header
11
+ - header.each do |field|
12
+ - input field, :string, "Filter for #{ field }", filter_values[field]
13
+ - else
14
+ NO filters
12
15
 
13
16
  :markdown
14
17
  Filters can be specified in several ways:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.26
4
+ version: 1.6.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-17 00:00:00.000000000 Z
11
+ date: 2015-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -322,6 +322,7 @@ files:
322
322
  - share/views/partials/table/files.haml
323
323
  - share/views/partials/table/filters.haml
324
324
  - share/views/partials/table/page.haml
325
+ - share/views/public/cnio.png
325
326
  - share/views/public/favicon.gif
326
327
  - share/views/public/fonts/font-awesome/fontawesome-webfont.eot
327
328
  - share/views/public/fonts/font-awesome/fontawesome-webfont.svg