rails_admin_rollincode 1.0 → 1.1

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: 098ae78064aedd2f2d82f4f9e354ddc22c401b04
4
- data.tar.gz: 868721ef12728894fa2f5ae279dbb8db1b806051
3
+ metadata.gz: 6919645d3249012117f563afe9883230efa98535
4
+ data.tar.gz: 37c017651354f1726e3419b84ff0dd9a3eec0e85
5
5
  SHA512:
6
- metadata.gz: d26d2d30a9f24bc11082c419970c21edb33199b143e35b1bc136437b0fed0f467709b720cc92e413b7c6513428c15d5aaa5d5a532b8e0810d657b7ceccb3d50d
7
- data.tar.gz: 537e2ae3b5bb408eb5bd24f927d07e41eab519094befb60b968a0fb8641e5f52db1a477c23da654bd3c37eadfd9c732aa0f5993044363d854e6f9dad6358b268
6
+ metadata.gz: 4e1b5aaf270923101f80a3e38a9a3fc50ff3b2a45c43009598d81f875d91105e5c2a435459f4da98f537139c3aa2affa1597aa6ab312403337d8f749bb4ee91d
7
+ data.tar.gz: 685236e83e586e50088e298c6b77fb5abf221958cad5350c4264404f62b107114bbea233d7564204a65f8560203cd2658ca9eb307ceca34956af2974d87f0972
@@ -1,3 +1,3 @@
1
1
  module RailsAdminRollincode
2
- VERSION = "1.0"
2
+ VERSION = "1.1"
3
3
  end
@@ -13,10 +13,6 @@ body {
13
13
  font-family: 'Raleway', sans-serif;
14
14
  }
15
15
 
16
- a.navbar-brand {
17
- padding-top: 12px;
18
- }
19
-
20
16
  body.rails_admin .sidebar-nav .dropdown-header {
21
17
  color: white;
22
18
  padding: 10px 15px;
@@ -40,7 +36,7 @@ body.rails_admin .table .headerSortUp, body.rails_admin .table .headerSortDown,
40
36
  text-shadow: none;
41
37
  }
42
38
 
43
- body.rails_admin .table .header:after,
39
+ body.rails_admin .table .header:after
44
40
  {
45
41
  visibility: visible !important;
46
42
  }
@@ -57,10 +53,6 @@ body.rails_admin .sidebar-nav > .nav-stacked > li > a {
57
53
  padding: 10px 15px;
58
54
  }
59
55
 
60
- a.navbar-brand {
61
- line-height: 25px;
62
- }
63
-
64
56
  .links {
65
57
  ul li {
66
58
  a {
@@ -131,8 +123,8 @@ a.navbar-brand {
131
123
  }
132
124
 
133
125
  .btn-primary {
134
- background: darken($secondary, 20%);
135
- border-color: darken($secondary, 20%);
126
+ background: $secondary;
127
+ border-color: $secondary;
136
128
  &:hover, &:focus, &:target, &:active {
137
129
  background: darken($secondary, 20%);
138
130
  border-color: darken($secondary, 20%);
@@ -168,7 +160,7 @@ a.navbar-brand {
168
160
  }
169
161
 
170
162
  .navbar-default {
171
- background: darken($secondary, 20%);
163
+ background: $secondary;
172
164
  border: 0;
173
165
  }
174
166
 
@@ -203,7 +195,9 @@ a,
203
195
  }
204
196
 
205
197
  a.navbar-brand {
206
- width: 100%;
198
+ line-height: 25px;
199
+ padding-top: 12px;
200
+ white-space: nowrap;
207
201
  color: white !important;
208
202
  cursor: pointer !important;
209
203
  background: darken($secondary, 10%) !important;
@@ -1,4 +1,4 @@
1
1
  $primary: #273135;
2
- $secondary: #81C784;
2
+ $secondary: #37BC9B;
3
3
  $black: #1a1a1a;
4
4
  $background: #E9F0F5;
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_rollincode
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - KOVACS Nicolas
8
+ - VIDEAUD Matthieu
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2016-06-02 00:00:00.000000000 Z
12
+ date: 2016-07-28 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rails
@@ -65,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
66
  version: '0'
66
67
  requirements: []
67
68
  rubyforge_project:
68
- rubygems_version: 2.6.4
69
+ rubygems_version: 2.6.6
69
70
  signing_key:
70
71
  specification_version: 4
71
72
  summary: Rails_Admin theme