jinda_adminlte 0.7.5 → 0.8.0

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: feb1df8d22828b6fbc83d1f2c1c8eaed29f50b46e867979b2863d5ab1f196e89
4
- data.tar.gz: 96176dbaf6e189039a582cd97755efeb0d2de10f339e634c462114d139418264
3
+ metadata.gz: 62cd96977b065f051657f801876dd798fed9ddf53a4a9d97721349e5d80f29b6
4
+ data.tar.gz: 13fd093a3567ddb44d0221c670323b2465eaac554c8298ccaba8d0ca6bd4fc29
5
5
  SHA512:
6
- metadata.gz: '09284efd23c58be4d5e77f3381137b51a0d23a9beac848317f8e0317ac1ce0e0258d9a6a0da19deda6cef9b1f1ad3c7e2b26c92f63a028ccccfd8f1dda0196de'
7
- data.tar.gz: 822a103af0e5a29a8d4b758148f80d5e2802ee065c954a98eb732ae98d3bbd2bd758072d3e1cc0e792d215366ece069635d4da1f5b97f5ae2e943bce3d027b3a
6
+ metadata.gz: ec69a3536a3921328fd5bdc27006468ed847fd711288354285eb991f8fcf37b96b9c0b7cc6d3f265ad5416099ae81cf20488d7786e68d1cbd927d533da37373d
7
+ data.tar.gz: 8b5edf5f4ba4aa68755230dc29b77fa115f1ed86eb997b5d4e0fdb5b5a17a1e5cd8e06a1405cd1286e602b5d1f1f5c4498739d2041b150c88cdb7b4a79edbe62
@@ -0,0 +1 @@
1
+ //= require jindalte
File without changes
@@ -0,0 +1 @@
1
+ *= require jindalte
File without changes
@@ -1,15 +1,15 @@
1
1
  // jinda.scss from theme jinda_adminlte template directory
2
- #tooltip{
3
- position:absolute;
4
- border:1px solid #333;
5
- background:#f7f5d1;
6
- padding:2px 5px;
7
- color:#333;
8
- display:none;
2
+ #tooltip {
3
+ position: absolute;
4
+ border: 1px solid #333;
5
+ background: #f7f5d1;
6
+ padding: 2px 5px;
7
+ color: #333;
8
+ display: none;
9
9
  }
10
10
  #notice {
11
- color: #F90609;
12
- background-color: #EBD1D1;
11
+ color: #f90609;
12
+ background-color: #ebd1d1;
13
13
  font-weight: bolder;
14
14
  padding-left: 10px;
15
15
  }
@@ -25,9 +25,9 @@
25
25
  color: white;
26
26
  width: 80px;
27
27
  height: 80px;
28
- background:url(images/button_blue.png) no-repeat;
28
+ background: url(images/button_blue.png) no-repeat;
29
29
  display: table-cell;
30
- text-align:center;
30
+ text-align: center;
31
31
  }
32
32
  .step_now {
33
33
  font-size: 40px;
@@ -36,9 +36,9 @@
36
36
  color: white;
37
37
  width: 80px;
38
38
  height: 80px;
39
- background:url(images/button_red.png) no-repeat;
39
+ background: url(images/button_red.png) no-repeat;
40
40
  display: table-cell;
41
- text-align:center;
41
+ text-align: center;
42
42
  }
43
43
  .steps_done {
44
44
  font-size: 40px;
@@ -47,9 +47,9 @@
47
47
  color: white;
48
48
  width: 80px;
49
49
  height: 80px;
50
- background:url(images/button_black.png) no-repeat;
50
+ background: url(images/button_black.png) no-repeat;
51
51
  display: table-cell;
52
- text-align:center;
52
+ text-align: center;
53
53
  }
54
54
  .sign_in {
55
55
  width: 100%;
@@ -57,34 +57,37 @@
57
57
  padding: 15px;
58
58
  margin: auto;
59
59
  display: block;
60
-
61
60
  }
62
- .row-description{
61
+ .row-description {
63
62
  font-size: 12px;
64
63
  }
65
64
 
66
- .right-date{
65
+ .right-date {
67
66
  font-size: 10px;
68
67
  float: right;
69
68
  }
70
- .row-body{
69
+ .row-body {
71
70
  font-size: 12px;
72
71
  }
73
- #logreg-forms{
74
- width:412px;
75
- margin:10vh auto;
76
- background-color:#f3f3f3;
77
- box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
78
- transition: all 0.3s cubic-bezier(.25,.8,.25,1);
72
+ #logreg-forms {
73
+ width: 412px;
74
+ margin: 10vh auto;
75
+ background-color: #f3f3f3;
76
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
77
+ transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
79
78
  }
80
79
 
81
- .module-table{
80
+ .module-table {
82
81
  display: grid;
83
82
  }
84
83
 
84
+ .module-table textarea {
85
+ height: 200px;
86
+ }
87
+
85
88
  body {
86
89
  background: #dfe7e9;
87
- font-family: 'Roboto', sans-serif;
90
+ font-family: "Roboto", sans-serif;
88
91
  }
89
92
  .form-control {
90
93
  font-size: 12px;
@@ -94,7 +97,8 @@ body {
94
97
  .form-control:focus {
95
98
  border-color: #5cb85c;
96
99
  }
97
- .form-control, .btn {
100
+ .form-control,
101
+ .btn {
98
102
  border-radius: 10px;
99
103
  outline: none !important;
100
104
  }
@@ -115,7 +119,7 @@ body {
115
119
  }
116
120
  .signup-form a {
117
121
  color: #5cb85c;
118
- }
122
+ }
119
123
  .signup-form h2 {
120
124
  text-align: center;
121
125
  font-size: 34px;
@@ -129,7 +133,7 @@ body {
129
133
  .signup-form .form-group {
130
134
  margin-bottom: 20px;
131
135
  }
132
- .signup-form .btn {
136
+ .signup-form .btn {
133
137
  font-size: 18px;
134
138
  line-height: 26px;
135
139
  font-weight: bold;
@@ -172,7 +176,7 @@ body {
172
176
  font-weight: normal;
173
177
  border: none;
174
178
  transition: all 0.4s;
175
- }
179
+ }
176
180
  .social-btn .btn:first-child {
177
181
  margin-left: 0;
178
182
  }
@@ -193,7 +197,7 @@ body {
193
197
  margin: 3px 10px;
194
198
  font-size: 20px;
195
199
  }
196
- .container{
200
+ .container {
197
201
  margin: 5px;
198
202
  }
199
203
 
@@ -204,49 +208,46 @@ body {
204
208
 
205
209
  /* Fixed Jinda_adminLTE treemenu, Sign_in*/
206
210
 
207
-
208
211
  @media (min-width: 768px) {
209
-
210
- .sidebar-mini.sidebar-collapse .main-sidebar {
211
- width: 40px !important;
212
- }
213
- .container{
212
+ .sidebar-mini.sidebar-collapse .main-sidebar {
213
+ width: 40px !important;
214
+ }
215
+ .container {
214
216
  width: 580px;
215
217
  }
216
218
  }
217
219
 
218
220
  body {
219
- margin: 0;
220
- font-family: Arial, Helvetica, sans-serif;
221
- line-height: 1.5;
221
+ margin: 0;
222
+ font-family: Arial, Helvetica, sans-serif;
223
+ line-height: 1.5;
222
224
  }
223
225
  .sidebar-menu {
224
- text-align: left;
226
+ text-align: left;
225
227
  }
226
228
 
227
229
  .inner ul {
228
- list-style: none;
229
- margin: 0;
230
- padding: 0;
230
+ list-style: none;
231
+ margin: 0;
232
+ padding: 0;
231
233
  }
232
- .form-group.form-control input{
233
- background: transparent;
234
+ .form-group.form-control input {
235
+ background: transparent;
234
236
  padding: 5px;
235
237
  }
236
238
 
237
- .form-group.form-control input[type=text]:focus {
238
- background-color: transparent;
239
+ .form-group.form-control input[type="text"]:focus {
240
+ background-color: transparent;
239
241
  }
240
242
 
241
- .display-addcomment{
242
-
243
+ .display-addcomment {
243
244
  float: left;
244
245
  width: 450px;
245
246
  }
246
247
 
247
248
  .img-circle {
248
- max-width: 45px;
249
+ max-width: 45px;
249
250
  }
250
- .comment-user-image{
251
- max-width: 45px;
251
+ .comment-user-image {
252
+ max-width: 45px;
252
253
  }
@@ -1,3 +1,3 @@
1
1
  module JindaAdminlte
2
- VERSION = "0.7.5"
2
+ VERSION = "0.8.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jinda_adminlte
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prateep Kul
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-14 00:00:00.000000000 Z
11
+ date: 2024-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -60,6 +60,7 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - app/assets/bootstrap.css.map
63
+ - app/assets/javascripts/application.js
63
64
  - app/assets/javascripts/jindalte.js
64
65
  - app/assets/javascripts/popper.min.js
65
66
  - app/assets/jinda_assets/AdminLTE.min.css
@@ -76,6 +77,7 @@ files:
76
77
  - app/assets/jinda_assets/daterangepicker.css
77
78
  - app/assets/jinda_assets/daterangepicker.js
78
79
  - app/assets/jinda_assets/daterangepicker.scss
80
+ - app/assets/jinda_assets/default.profraw
79
81
  - app/assets/jinda_assets/dist/css/AdminLTE.css
80
82
  - app/assets/jinda_assets/dist/css/AdminLTE.min.css
81
83
  - app/assets/jinda_assets/dist/css/adminlte.css.map
@@ -88,8 +90,10 @@ files:
88
90
  - app/assets/jinda_assets/dist/css/alt/AdminLTE-select2.min.css
89
91
  - app/assets/jinda_assets/dist/css/alt/AdminLTE-without-plugins.css
90
92
  - app/assets/jinda_assets/dist/css/alt/AdminLTE-without-plugins.min.css
93
+ - app/assets/jinda_assets/dist/css/alt/default.profraw
91
94
  - app/assets/jinda_assets/dist/css/skins/_all-skins.css
92
95
  - app/assets/jinda_assets/dist/css/skins/_all-skins.min.css
96
+ - app/assets/jinda_assets/dist/css/skins/default.profraw
93
97
  - app/assets/jinda_assets/dist/css/skins/skin-black-light.css
94
98
  - app/assets/jinda_assets/dist/css/skins/skin-black-light.min.css
95
99
  - app/assets/jinda_assets/dist/css/skins/skin-black.css
@@ -123,6 +127,7 @@ files:
123
127
  - app/assets/jinda_assets/dist/img/boxed-bg.png
124
128
  - app/assets/jinda_assets/dist/img/credit/american-express.png
125
129
  - app/assets/jinda_assets/dist/img/credit/cirrus.png
130
+ - app/assets/jinda_assets/dist/img/credit/default.profraw
126
131
  - app/assets/jinda_assets/dist/img/credit/mastercard.png
127
132
  - app/assets/jinda_assets/dist/img/credit/mestro.png
128
133
  - app/assets/jinda_assets/dist/img/credit/paypal.png
@@ -162,6 +167,8 @@ files:
162
167
  - app/assets/jinda_assets/popper.min.js
163
168
  - app/assets/jinda_assets/skins/_all-skins.min.css
164
169
  - app/assets/stylesheets/app.scss
170
+ - app/assets/stylesheets/application.css
171
+ - app/assets/stylesheets/fonts/default.profraw
165
172
  - app/assets/stylesheets/fonts/sarabun.eot
166
173
  - app/assets/stylesheets/fonts/sarabun.ttf
167
174
  - app/assets/stylesheets/fonts/sarabun.woff
@@ -225,8 +232,10 @@ files:
225
232
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/css/alt/AdminLTE-select2.min.css
226
233
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/css/alt/AdminLTE-without-plugins.css
227
234
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/css/alt/AdminLTE-without-plugins.min.css
235
+ - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/css/alt/default.profraw
228
236
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/css/skins/_all-skins.css
229
237
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/css/skins/_all-skins.min.css
238
+ - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/css/skins/default.profraw
230
239
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/css/skins/skin-black-light.css
231
240
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/css/skins/skin-black-light.min.css
232
241
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/css/skins/skin-black.css
@@ -260,6 +269,7 @@ files:
260
269
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/img/boxed-bg.png
261
270
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/img/credit/american-express.png
262
271
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/img/credit/cirrus.png
272
+ - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/img/credit/default.profraw
263
273
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/img/credit/mastercard.png
264
274
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/img/credit/mestro.png
265
275
  - lib/generators/jinda_adminlte/templates/app/assets/jinda_assets/dist/img/credit/paypal.png
@@ -322,6 +332,7 @@ files:
322
332
  - lib/generators/jinda_adminlte/templates/app/assets/stylesheets/images/button_black.png
323
333
  - lib/generators/jinda_adminlte/templates/app/assets/stylesheets/images/button_blue.png
324
334
  - lib/generators/jinda_adminlte/templates/app/assets/stylesheets/images/button_red.png
335
+ - lib/generators/jinda_adminlte/templates/app/assets/stylesheets/images/default.profraw
325
336
  - lib/generators/jinda_adminlte/templates/app/assets/stylesheets/images/icons-18-black.png
326
337
  - lib/generators/jinda_adminlte/templates/app/assets/stylesheets/images/icons-18-white.png
327
338
  - lib/generators/jinda_adminlte/templates/app/assets/stylesheets/images/icons-36-black.png
@@ -370,7 +381,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
370
381
  - !ruby/object:Gem::Version
371
382
  version: '0'
372
383
  requirements: []
373
- rubygems_version: 3.2.3
384
+ rubygems_version: 3.3.7
374
385
  signing_key:
375
386
  specification_version: 4
376
387
  summary: Theme AdminLTE for Jinda