kuppayam 0.2.3.pre.materialize → 0.2.4.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: 10f7fcc47e2410f7a21e05030c53fd4811b4db9ce15923e3c8487a241c8a5f3f
|
4
|
+
data.tar.gz: 733648171699ac3eafd7b046c2de8709bef455dce54c6e8faf70f7767dc65573
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2b891f761cd10a6abf778fb1e73d4c1c94219d0e85f065f795a91dba71368083c49cf5478df5181d3d022a5b293c5be0f43490ff0e337b1886dcdfd08a4905e
|
7
|
+
data.tar.gz: f77b55a513cf2ea8ea499e2750bc320260d648c681b8b79c5e288644e4cdda720fa29057e6783bcfae4324285f6d04df8499370f428497d6522f7a7a8765dbfc
|
@@ -2,7 +2,6 @@
|
|
2
2
|
|
3
3
|
.table-scroll {
|
4
4
|
position:relative;
|
5
|
-
/*max-width:600px;*/
|
6
5
|
margin:auto;
|
7
6
|
overflow:hidden;
|
8
7
|
}
|
@@ -22,13 +21,13 @@
|
|
22
21
|
vertical-align:top;
|
23
22
|
}
|
24
23
|
|
25
|
-
.table
|
24
|
+
.frozen-table {
|
26
25
|
position:absolute;
|
27
26
|
top:0;
|
28
27
|
left:0;
|
29
28
|
min-width: 100% !important;
|
30
29
|
}
|
31
|
-
.table
|
30
|
+
.frozen-table th, .frozen-table td {
|
32
31
|
visibility:hidden;
|
33
32
|
white-space: nowrap;
|
34
33
|
overflow: hidden;
|
@@ -36,20 +35,25 @@
|
|
36
35
|
max-width: 80px !important;
|
37
36
|
}
|
38
37
|
|
39
|
-
.table
|
38
|
+
.frozen-table td, .frozen-table th {
|
40
39
|
border-color:transparent
|
41
40
|
}
|
42
|
-
.table
|
41
|
+
.frozen-table tbody th {
|
43
42
|
visibility:visible;
|
44
43
|
color:red;
|
45
44
|
}
|
46
|
-
.table
|
45
|
+
.frozen-table td.frozen {
|
47
46
|
background:#fafafa;
|
48
47
|
visibility:visible;
|
49
48
|
}
|
50
|
-
|
49
|
+
|
50
|
+
.frozen-table th.frozen {
|
51
|
+
visibility: visible;
|
52
|
+
}
|
53
|
+
|
54
|
+
.frozen-table thead, .frozen-table tfoot{background:transparent;}
|
51
55
|
|
52
56
|
|
53
|
-
.table-full.table
|
57
|
+
.table-full.frozen-table thead tr > th.fixed-side:last-child {
|
54
58
|
width: 150px;
|
55
59
|
}
|
@@ -793,4 +793,34 @@ border-top: 0px !important;
|
|
793
793
|
}
|
794
794
|
|
795
795
|
.modal-header .modal-title{float: left;}
|
796
|
-
.modal-header button.close{float: right;}
|
796
|
+
.modal-header button.close{float: right;}
|
797
|
+
|
798
|
+
/*Permission denied*/
|
799
|
+
.no-bg-color{background-color: transparent;}
|
800
|
+
|
801
|
+
.page-error.no-bg-color .error-icon {
|
802
|
+
color: #b3b3b3;
|
803
|
+
}
|
804
|
+
/*Permission denied*/
|
805
|
+
|
806
|
+
/* form Accodian */
|
807
|
+
.form-accodian .panel-default > .panel-heading {
|
808
|
+
background-color: #f7f7f7;
|
809
|
+
}
|
810
|
+
.form-accodian .panel-default > .panel-heading + .panel-collapse > .panel-body {
|
811
|
+
background-color: #ffffff;
|
812
|
+
}
|
813
|
+
|
814
|
+
.form-accodian.panel-group .panel {
|
815
|
+
margin-bottom: 10px;
|
816
|
+
}
|
817
|
+
.form-accodian.panel-group .panel .panel-title a {
|
818
|
+
display: block;
|
819
|
+
text-transform: uppercase;
|
820
|
+
font-weight: 500;
|
821
|
+
color: #007ec5
|
822
|
+
}
|
823
|
+
.form-accodian.panel-group .panel .panel-title a i {
|
824
|
+
float: right;
|
825
|
+
}
|
826
|
+
/*form Accodian*/
|
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.4.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-04-
|
11
|
+
date: 2018-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|