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: b5989cc34e58716e632c69ab84dd4998b72ba20d69e957f1bf76758874af7116
4
- data.tar.gz: 8f916b5ab4ec456b10c437d5b852a508f2c666554b7d26ff91191ec593229dd6
3
+ metadata.gz: 10f7fcc47e2410f7a21e05030c53fd4811b4db9ce15923e3c8487a241c8a5f3f
4
+ data.tar.gz: 733648171699ac3eafd7b046c2de8709bef455dce54c6e8faf70f7767dc65573
5
5
  SHA512:
6
- metadata.gz: ecc13904113bce3c5f289a5c684f8922bf1d8b824f0bb934042331db707b6ed40687b658425777074f53a0d739c95a8e114731cfb74a68a64ea639ebc06f2e7c
7
- data.tar.gz: a33cf4a7203818fce0244442bbffbb120ab3711d5d496576deb82d950fcf99aa82f8fc320d59125f8f60706173d33ee66b638c2b2d7c83ea841c6b1e735a90f3
6
+ metadata.gz: b2b891f761cd10a6abf778fb1e73d4c1c94219d0e85f065f795a91dba71368083c49cf5478df5181d3d022a5b293c5be0f43490ff0e337b1886dcdfd08a4905e
7
+ data.tar.gz: f77b55a513cf2ea8ea499e2750bc320260d648c681b8b79c5e288644e4cdda720fa29057e6783bcfae4324285f6d04df8499370f428497d6522f7a7a8765dbfc
@@ -22,3 +22,7 @@
22
22
  // require uikit/js/addons/autocomplete.js
23
23
  // require tagsinput/bootstrap-tagsinput.min.js
24
24
  //= require_self
25
+
26
+ $(document).ready(function(){
27
+ $('.tooltip-btn').tooltip();
28
+ });
@@ -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-clone {
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-clone th, .table-clone td {
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-clone td, .table-clone th {
38
+ .frozen-table td, .frozen-table th {
40
39
  border-color:transparent
41
40
  }
42
- .table-clone tbody th {
41
+ .frozen-table tbody th {
43
42
  visibility:visible;
44
43
  color:red;
45
44
  }
46
- .table-clone .frozen {
45
+ .frozen-table td.frozen {
47
46
  background:#fafafa;
48
47
  visibility:visible;
49
48
  }
50
- .table-clone thead, .table-clone tfoot{background:transparent;}
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-clone thead tr > th.fixed-side:last-child {
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*/
@@ -1,3 +1,3 @@
1
1
  module Kuppayam
2
- VERSION = '0.2.3.pre.materialize'
2
+ VERSION = '0.2.4.pre.materialize'
3
3
  end
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.3.pre.materialize
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-21 00:00:00.000000000 Z
11
+ date: 2018-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails