rbbt-rest 1.7.11 → 1.7.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 180342c08449038ff9dbc340fb4ffe0298f86f37
4
- data.tar.gz: 9c0bb44d6bc5988758c21a8a0800cf2b8b0b98ef
3
+ metadata.gz: 23e3c7ca34c6b9e58fcfafff865f4eaec1bc0cd6
4
+ data.tar.gz: aebeb7e8ac76ff8d0f85481c73ee293b6941c5a6
5
5
  SHA512:
6
- metadata.gz: 5c368ae9852a89463ea23dc87f91edf0e52908998d3a341455068987c57cb6c003f0f79edafff069af2f457300ee456b84aca285d8067b00ae65f846c502584d
7
- data.tar.gz: fe680ac239a1cd02a03c503e18fb727735d8b813244c8c466b18806a342cf8233eeb886bd37260f768dc4811e8599e7518ab65be74641dd7c6b17ea4fa66fbe9
6
+ metadata.gz: 2820b005e10bec7ad9ffc56c4f6c49f71c310961acd896f01753b5e1e3b066940ecbf5198febbd7ae0cbed7bb0cafff8540394652c810d2ce5c34768c7fcd827
7
+ data.tar.gz: ecbacffce2b353954f797b40842d88b29231fc28347762c3e239f189d57be445f70d9de6a9f51e4824c3a03358feaedf7c940d4258f573be8704fc023c3fc933
@@ -13,3 +13,36 @@ a.entity
13
13
  white-space: nowrap
14
14
  text-overflow: ellipsis
15
15
  vertical-align: bottom
16
+
17
+ dl.rbbt_tabs
18
+ dt
19
+ white-space: nowrap
20
+ overflow: hidden
21
+ text-overflow: ellipsis
22
+ width: 25%
23
+
24
+ .input.multiple
25
+ display: flex
26
+ flex-wrap: wrap
27
+
28
+
29
+ .workflow_task
30
+ .title
31
+ margin-bottom: 1.5em
32
+
33
+ .action_parameters
34
+ form > .field
35
+ margin-bottom: 2em !important
36
+ input[type=file]
37
+ display:inline-block
38
+ span.file_or_text_area
39
+ display:inline-block
40
+ float: right
41
+
42
+ .field.boolean
43
+ label
44
+ display: inline-block
45
+ input
46
+ float: right
47
+ height: 22px
48
+
@@ -130,6 +130,7 @@ body
130
130
 
131
131
  #top_menu
132
132
  position: relative !important
133
+ font-size: 0.8em
133
134
  display: block
134
135
  flex-wrap: wrap
135
136
  .item
@@ -149,7 +150,6 @@ body
149
150
  width: calc(100% - 2 * 0.5em)
150
151
  padding: 0px
151
152
 
152
-
153
153
  .entity_card, .entity_list_card
154
154
  > .content
155
155
  > .info
@@ -14,7 +14,7 @@
14
14
  :markdown
15
15
  #{task_info[:description]}
16
16
 
17
- .form
17
+ .form.action_parameters
18
18
  = partial_render('partials/form', :id => id, :action => action, :method => 'post',
19
19
  :enctype => "multipart/form-data", :info => task_info, :klass => 'workflow_task')
20
20
 
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.7.11
4
+ version: 1.7.12
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-11-27 00:00:00.000000000 Z
11
+ date: 2015-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake