kuppayam 0.2.6.pre.materialize → 0.2.7.pre.materialize
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 138c0a05df2764b3c732bc06eadc718bb46dcf1bb6045193686d8597ebd70e86
|
4
|
+
data.tar.gz: 8af8b5a3830e2191da7455d25f1806b834545e982d0a4349ff9ac03b424e6677
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdfc7a9d442df91e692a21f69597c18ab70d25fc50ac134a07948f8bdfd0b9bbbd06166e77d72f73648c337807b7be57824702f3b930aa526f88db36e3797d24
|
7
|
+
data.tar.gz: db74c6c4003b155b8af5285e2db0503a5718282c0145010ecbe29a82b14bb9a041c1748a1761bff44eec93b48d0110c434b082cb0aee92538049c8404ea515ae
|
@@ -232,29 +232,6 @@ a.text-white:hover{
|
|
232
232
|
|
233
233
|
button.btn.btn-sm.btn-link.pull-left.withoutripple:hover{background-color:transparent;}
|
234
234
|
|
235
|
-
.printer-img {
|
236
|
-
border-right: 1px solid #ccc;
|
237
|
-
padding: 0px;
|
238
|
-
height: 100%;
|
239
|
-
min-height: 100px;
|
240
|
-
}
|
241
|
-
|
242
|
-
.printer-details h3{
|
243
|
-
margin-top: 10px;
|
244
|
-
font-weight: 500;
|
245
|
-
font-size: 18px;
|
246
|
-
margin-bottom: 5px;
|
247
|
-
}
|
248
|
-
|
249
|
-
.printer-details h4{
|
250
|
-
font-size: 16px;
|
251
|
-
color: #007ec6;
|
252
|
-
margin: 0px;
|
253
|
-
margin-bottom: 4px;
|
254
|
-
}
|
255
|
-
|
256
|
-
.printer-img img{ min-height:100px;}
|
257
|
-
|
258
235
|
input.form-control.datepicker {
|
259
236
|
border: 0;
|
260
237
|
border-radius: 0;
|
@@ -343,34 +320,6 @@ border-top: 0px !important;
|
|
343
320
|
margin-top: -25px;
|
344
321
|
}
|
345
322
|
|
346
|
-
/* proposal-list div */
|
347
|
-
/*
|
348
|
-
.proposal-printer-list {
|
349
|
-
border-bottom: 1px solid #ddd;
|
350
|
-
}
|
351
|
-
|
352
|
-
.proposal-printer-list .proposal-checkbox{margin-top: 13px;}
|
353
|
-
.proposal-printer-list .proposal-image{
|
354
|
-
|
355
|
-
}
|
356
|
-
.proposal-printer-list .proposal-details{
|
357
|
-
|
358
|
-
}
|
359
|
-
|
360
|
-
.proposal-printer-list .proposal-details h3{
|
361
|
-
margin: 0px;
|
362
|
-
font-size: 18px;
|
363
|
-
font-weight: 500;
|
364
|
-
}
|
365
|
-
|
366
|
-
.proposal-printer-list .proposal-details h4{
|
367
|
-
margin: 0px;
|
368
|
-
font-size: 15px;
|
369
|
-
margin-top: 6px;
|
370
|
-
} */
|
371
|
-
|
372
|
-
/* proposal-list div */
|
373
|
-
|
374
323
|
.proposal-printer-list h3{
|
375
324
|
margin: 0px;
|
376
325
|
font-size: 18px;
|
@@ -53,16 +53,20 @@ module Kuppayam
|
|
53
53
|
def stylesheet_filename
|
54
54
|
if @current_layout == "xenon"
|
55
55
|
@stylesheet_filename = "kuppayam-xenon"
|
56
|
-
|
56
|
+
elsif @current_layout == "materialize"
|
57
57
|
@stylesheet_filename = "kuppayam-materialize"
|
58
|
+
else
|
59
|
+
@stylesheet_filename = "kuppayam-xenon"
|
58
60
|
end
|
59
61
|
end
|
60
62
|
|
61
63
|
def javascript_filename
|
62
64
|
if @current_layout == "xenon"
|
63
65
|
@javascript_filename = "kuppayam-xenon"
|
64
|
-
|
66
|
+
elsif @current_layout == "materialize"
|
65
67
|
@javascript_filename = "kuppayam-materialize"
|
68
|
+
else
|
69
|
+
@javascript_filename = "kuppayam-xenon"
|
66
70
|
end
|
67
71
|
end
|
68
72
|
|
data/lib/kuppayam/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kuppayam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.7.pre.materialize
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kpvarma
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|