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 +4 -4
- data/share/views/compass/app.sass +33 -0
- data/share/views/compass/layout.sass +1 -1
- data/share/views/form.haml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23e3c7ca34c6b9e58fcfafff865f4eaec1bc0cd6
|
|
4
|
+
data.tar.gz: aebeb7e8ac76ff8d0f85481c73ee293b6941c5a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/share/views/form.haml
CHANGED
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.
|
|
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
|
+
date: 2015-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|