thecore_ui_rails_admin 2.2.1 → 2.2.6

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
  SHA256:
3
- metadata.gz: ad6a52e312f94eb1adb9f01faef076883bbaee3c30ccb8c42e4416ce6bfe7f3a
4
- data.tar.gz: d3ed4bfabd5ac7ac570c0adaa6ed021cbefc0b708c218acc63610ef92c00eeca
3
+ metadata.gz: 6e1514b337b6822dd4f2ff855f6c8b9a770e2bc315e1c59aa136ea87c7bac78e
4
+ data.tar.gz: db138a3bd70e254e7ee73c920fcde5a7da875922754d930c38133b13bf1be441
5
5
  SHA512:
6
- metadata.gz: ec58449d259406b5c1339da04e67295e1743c629fc39f5d377321179923b974e5edbae938c59241062cca24cc49ae1d8a61cc00e2de9b71259ea24889f233cd3
7
- data.tar.gz: ad8b69f7a63c95b0aa04d542f63ef1e7384242eb5d926dcf0cf3ed34266886fdd91871cef4769c3bd5e231612d75ad94ba2e53c5854da90ccf011b3bda70a25c
6
+ metadata.gz: 79c633f8fed2736db5270569bc329e28373ad2f5a924371521a9688ddb237e904b4ebebed333c095b7409e935958f39f328ff66b146fb426f6c65dc12941b09c
7
+ data.tar.gz: fea703d7cb39281cd1693a4dcc4465759438fe801978310f361171a4411b525a84de5c0ef844e35b4247f3b05eb2134fa515cff7bb164f57c9845b4d6c546a29
@@ -1,6 +1,4 @@
1
1
  $primary: #1f4068 !default;
2
- // $primary: #ed6501 !default;
3
-
4
2
 
5
3
  $background: lighten($primary, 51%) !default;
6
4
  $shadows: darken($primary, 10%) !default;
@@ -295,4 +295,12 @@ a.delete {
295
295
  body.rails_admin {
296
296
  padding-top: 0px;
297
297
  background-color: $background;
298
- }
298
+ }
299
+
300
+ body.rails_admin .form-horizontal input, body.rails_admin .form-horizontal textarea {
301
+ width: 100%;
302
+ width: -moz-available; /* WebKit-based browsers will ignore this. */
303
+ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
304
+ width: fill-available;
305
+ // max-width: max-content;
306
+ }
@@ -5,6 +5,15 @@ it:
5
5
  question: Domanda
6
6
  root_actions: "Operazioni"
7
7
  admin:
8
+ label: "Impostazioni"
9
+ advanced:
10
+ label: Avanzate
11
+ registries:
12
+ label: Anagrafiche
13
+ operations:
14
+ label: Operatività
15
+ master_data_set:
16
+ label: Dati
8
17
  js:
9
18
  true: Vero
10
19
  false: Falso
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiRailsAdmin
2
- VERSION = '2.2.1'
2
+ VERSION = "#{`git describe --tags $(git rev-list --tags --max-count=1)`}"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-12 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_ui_commons