thecore_ui_rails_admin 2.2.0 → 2.2.5

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: 5db82035e15170d2b143beaf41bee555081dc999010aa504b5deaad083b3e6d3
4
- data.tar.gz: 14590ac1e09c9c1b47c66e103a6b3eedfce79c5a6934531c3d8cf24bca796062
3
+ metadata.gz: 2d73e0bc8f104864ff7cc1cbf34b285ee450442d24f5d7f3267a2327abe66d49
4
+ data.tar.gz: f6be9a332cc976733b74f103a6f3e06ff6da2de541ebb9ec528408f0157cb4af
5
5
  SHA512:
6
- metadata.gz: 4858738aa9f485e9bc387a0257f14b02656fb839b4765ba876a877bcd582041ed014be29e545dca2cd3355157b156f37bb6d22f9ee50d3219fcb1ca1122021dc
7
- data.tar.gz: e550640f5c37b896c2aeed53012f57162af1d376703ff7ef4186f371813fbdd938ae7f2d72a84f9c2ebf6d8792041614f49b4992355ec3a279282cef70c83715
6
+ metadata.gz: e6ce72b61e4e37e094f3fd56bb8b45be3382b5c27b3a6d5b2b0e11d41693bb92ad1d0f31ce4dece1176f4e80b4d493bafee3592a0608443c9664d5adbd421cf9
7
+ data.tar.gz: 5a9b33569346fbc317fad074bb0b09f7d46e5cc52df3f96eab0ed754cd4c881a00345598071e16e1268d8d99fcc0004c9215492983dd451fb0b5687ef4279868
@@ -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
+ }
@@ -1,6 +1,7 @@
1
1
  !!! 5
2
2
  %html{lang: I18n.locale}
3
3
  %head
4
+ %title= Settings.app_name rescue "Thecore"
4
5
  %meta{content: "IE=edge", "http-equiv" => "X-UA-Compatible"}
5
6
  %meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}
6
7
  %meta{name: "viewport", content: "width=device-width, initial-scale=1"}
@@ -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.0'
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.0
4
+ version: 2.2.5
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-06 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