kuppayam 0.2.11.pre.materialize → 0.2.12.pre.materialize

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: '08d13bcc5c275404d1567c6f8c56a750b35a02b3d0131747b1e6809d8b6dd742'
4
- data.tar.gz: 7b80cc97a2d72d3b549feff48b2d6d62a315d908eaf49256f9735489f88b9e32
3
+ metadata.gz: 38ec5fea238110b03f054e29474b87d111fb70c17c05ed4f59fc7294ee679c56
4
+ data.tar.gz: 23e8dd287c9c454d38b9fb5bfc7ae9656a4a2615053a1326fc5a299516a91660
5
5
  SHA512:
6
- metadata.gz: 127ac62ebc10bf35d73cffc0c77b137c060880844e7ed00367e8ef273dbeac4c065e0f8cc15bea3407e73bb12e1c251ea44ffe363ecb9dad2501591005b33bc9
7
- data.tar.gz: 4833555b1ecf5756ceaef13c04f801049ff2c7d898efafa619a0cfbd7f4f955d0373422bb064c3c2a4311206b71a8e4ca356f876211f0c50949f785995675c56
6
+ metadata.gz: 0e635bf7f5dfc419cafaf168de441c578bc21f7beae5774195129006342397723926800d041494c2925dd7bd919140dc177cc07cc5ffe80725a0e288d4ec0776
7
+ data.tar.gz: 506c8156667dd3a70a64d502700afea74a95dccb4ca729e02d7a52f6503d28c5bf9b9646ebb50c91bab3c6ceefd38827054988d44c306eaf5d8a98c6c1aa3784
@@ -0,0 +1,229 @@
1
+ <nav>
2
+ Get CSS Clear
3
+ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
4
+ display: block;
5
+ }
6
+ .email-app nav {
7
+ flex-grow: 0;
8
+ flex-shrink: 0;
9
+ flex-basis: 200px;
10
+ padding-top: 1rem;
11
+ padding-right: 1rem;
12
+ padding-bottom: 1rem;
13
+ padding-left: 1rem;
14
+ border-right-width: 1px;
15
+ border-right-style: solid;
16
+ border-right-color: rgb(200, 206, 211);
17
+ }
18
+ a {
19
+ color: rgb(32, 168, 216);
20
+ text-decoration-line: none;
21
+ text-decoration-style: initial;
22
+ text-decoration-color: initial;
23
+ background-color: transparent;
24
+ }
25
+ a:hover {
26
+ color: rgb(22, 116, 149);
27
+ text-decoration-line: underline;
28
+ text-decoration-style: initial;
29
+ text-decoration-color: initial;
30
+ }
31
+ a:not([href]):not([tabindex]):focus {
32
+ outline-color: initial;
33
+ outline-style: initial;
34
+ outline-width: 0px;
35
+ }
36
+ .btn {
37
+ display: inline-block;
38
+ font-weight: 400;
39
+ text-align: center;
40
+ white-space: nowrap;
41
+ vertical-align: middle;
42
+ user-select: none;
43
+ border-top-width: 1px;
44
+ border-right-width: 1px;
45
+ border-bottom-width: 1px;
46
+ border-left-width: 1px;
47
+ border-top-style: solid;
48
+ border-right-style: solid;
49
+ border-bottom-style: solid;
50
+ border-left-style: solid;
51
+ border-top-color: transparent;
52
+ border-right-color: transparent;
53
+ border-bottom-color: transparent;
54
+ border-left-color: transparent;
55
+ border-image-source: initial;
56
+ border-image-slice: initial;
57
+ border-image-width: initial;
58
+ border-image-outset: initial;
59
+ border-image-repeat: initial;
60
+ padding-top: 0.375rem;
61
+ padding-right: 0.75rem;
62
+ padding-bottom: 0.375rem;
63
+ padding-left: 0.75rem;
64
+ font-size: 0.875rem;
65
+ line-height: 1.5;
66
+ border-top-left-radius: 0.25rem;
67
+ border-top-right-radius: 0.25rem;
68
+ border-bottom-right-radius: 0.25rem;
69
+ border-bottom-left-radius: 0.25rem;
70
+ transition-duration: 0.15s, 0.15s, 0.15s, 0.15s, 0.15s;
71
+ transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
72
+ transition-delay: initial, initial, initial, initial, initial;
73
+ transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
74
+ }
75
+ .btn.focus, .btn:focus {
76
+ outline-color: initial;
77
+ outline-style: initial;
78
+ outline-width: 0px;
79
+ box-shadow: rgba(32, 168, 216, 0.25) 0px 0px 0px 0.2rem;
80
+ }
81
+ .btn.disabled, .btn:disabled {
82
+ opacity: 0.65;
83
+ }
84
+ .btn:not(:disabled):not(.disabled) {
85
+ cursor: pointer;
86
+ }
87
+ .btn-danger {
88
+ color: rgb(255, 255, 255);
89
+ background-color: rgb(248, 108, 107);
90
+ border-top-color: rgb(248, 108, 107);
91
+ border-right-color: rgb(248, 108, 107);
92
+ border-bottom-color: rgb(248, 108, 107);
93
+ border-left-color: rgb(248, 108, 107);
94
+ }
95
+ .btn-danger:hover {
96
+ color: rgb(255, 255, 255);
97
+ background-color: rgb(246, 72, 70);
98
+ border-top-color: rgb(246, 60, 58);
99
+ border-right-color: rgb(246, 60, 58);
100
+ border-bottom-color: rgb(246, 60, 58);
101
+ border-left-color: rgb(246, 60, 58);
102
+ }
103
+ .btn-danger.focus, .btn-danger:focus {
104
+ box-shadow: rgba(248, 109, 109, 0.5) 0px 0px 0px 0.2rem;
105
+ }
106
+ .btn-danger.disabled, .btn-danger:disabled {
107
+ color: rgb(255, 255, 255);
108
+ background-color: rgb(248, 108, 107);
109
+ border-top-color: rgb(248, 108, 107);
110
+ border-right-color: rgb(248, 108, 107);
111
+ border-bottom-color: rgb(248, 108, 107);
112
+ border-left-color: rgb(248, 108, 107);
113
+ }
114
+ .btn-block {
115
+ display: block;
116
+ width: 100%;
117
+ }
118
+ .email-app nav .btn-block {
119
+ margin-bottom: 15px;
120
+ }
121
+ address, dl, ol, ul {
122
+ margin-bottom: 1rem;
123
+ }
124
+ dl, ol, ul {
125
+ margin-top: 0px;
126
+ }
127
+ .nav {
128
+ display: flex;
129
+ flex-wrap: wrap;
130
+ padding-left: 0px;
131
+ margin-bottom: 0px;
132
+ list-style-type: none;
133
+ list-style-position: initial;
134
+ list-style-image: initial;
135
+ }
136
+ .email-app nav .nav {
137
+ flex-direction: column;
138
+ }
139
+ .email-app nav .nav-item {
140
+ position: relative;
141
+ }
142
+ .nav-link {
143
+ display: block;
144
+ padding-top: 0.5rem;
145
+ padding-right: 1rem;
146
+ padding-bottom: 0.5rem;
147
+ padding-left: 1rem;
148
+ }
149
+ .email-app nav .nav-link {
150
+ color: rgb(35, 40, 44);
151
+ border-bottom-width: 1px;
152
+ border-bottom-style: solid;
153
+ border-bottom-color: rgb(200, 206, 211);
154
+ }
155
+ .fa {
156
+ display: inline-block;
157
+ font-style: normal;
158
+ font-variant-caps: normal;
159
+ font-variant-ligatures: normal;
160
+ font-variant-numeric: normal;
161
+ font-variant-east-asian: normal;
162
+ font-weight: normal;
163
+ font-stretch: normal;
164
+ line-height: 1;
165
+ font-family: FontAwesome;
166
+ font-size: inherit;
167
+ text-rendering: auto;
168
+ -webkit-font-smoothing: antialiased;
169
+ }
170
+ .fa-inbox::before {
171
+ content: "";
172
+ }
173
+ .email-app nav .nav-link i {
174
+ width: 20px;
175
+ margin-top: 0px;
176
+ margin-right: 10px;
177
+ margin-bottom: 0px;
178
+ margin-left: 0px;
179
+ font-size: 14px;
180
+ text-align: center;
181
+ }
182
+ .badge {
183
+ display: inline-block;
184
+ padding-top: 0.25em;
185
+ padding-right: 0.4em;
186
+ padding-bottom: 0.25em;
187
+ padding-left: 0.4em;
188
+ font-size: 75%;
189
+ font-weight: 700;
190
+ line-height: 1;
191
+ text-align: center;
192
+ white-space: nowrap;
193
+ vertical-align: baseline;
194
+ border-top-left-radius: 0.25rem;
195
+ border-top-right-radius: 0.25rem;
196
+ border-bottom-right-radius: 0.25rem;
197
+ border-bottom-left-radius: 0.25rem;
198
+ }
199
+ .badge:empty {
200
+ display: none;
201
+ }
202
+ .badge-danger {
203
+ color: rgb(255, 255, 255);
204
+ background-color: rgb(248, 108, 107);
205
+ }
206
+ .email-app nav .nav-link .badge {
207
+ float: right;
208
+ margin-top: 4px;
209
+ margin-left: 10px;
210
+ }
211
+ .fa-star::before {
212
+ content: "";
213
+ }
214
+ .fa-rocket::before {
215
+ content: "";
216
+ }
217
+ .fa-trash-o::before {
218
+ content: "";
219
+ }
220
+ .fa-bookmark::before {
221
+ content: "";
222
+ }
223
+ .badge-info {
224
+ color: rgb(35, 40, 44);
225
+ background-color: rgb(99, 194, 222);
226
+ }
227
+ .fa-exclamation-circle::before {
228
+ content: "";
229
+ }
@@ -12,7 +12,7 @@
12
12
  *
13
13
  *= require font-awesome
14
14
  *= require general/handycss.css
15
- *= require general/frozen-tables.css
16
15
  *= require bootstrap4/dashboard.css
16
+ *= require bootstrap4/sidebar.css
17
17
 
18
18
  */
@@ -374,6 +374,7 @@ border-top: 0px !important;
374
374
  font-size: 13px;
375
375
  border-radius: 3px;
376
376
  margin-right: 10px;
377
+ margin-top: 2px;
377
378
  padding: 1px 7px;
378
379
  }
379
380
 
@@ -54,6 +54,5 @@ module MetaTagsHelper
54
54
  end
55
55
 
56
56
  raw(link_tags_list.join(" ") + meta_tags_list.join(" "))
57
-
58
57
  end
59
58
  end
@@ -7,11 +7,7 @@
7
7
  %>
8
8
 
9
9
  // Close Modal if it is opened
10
- <% if @resource_options[:show_model_size] == "generic" %>
11
- closeGenericModal();
12
- <% elsif @resource_options[:show_model_size] == "large" %>
13
- closeLargeModal();
14
- <% end %>
10
+ <% close_form_modal %>
15
11
 
16
12
  <%
17
13
  if @row_partial_locals && @row_partial_locals.is_a?(Hash) && !@row_partial_locals.empty?
@@ -23,3 +19,7 @@
23
19
 
24
20
  // Refresh the list
25
21
  $("<%= list_id %>").html("<%= escape_javascript(render(:partial=>"#{@resource_options[:view_path]}/index", locals: locals)) %>");
22
+
23
+ <% @resource_options[:datatables_init_methods].each do |dt| %>
24
+ <%= dt %>;
25
+ <% end if @resource_options[:datatables_init_methods] %>
@@ -14,7 +14,7 @@
14
14
  <div class="row mt-40">
15
15
 
16
16
  <!-- Sidebar Navigation -->
17
- <%#= render :partial=>"/layouts/kuppayam/bootstrap4/sidebar" -%>
17
+ <%= render :partial=>"/layouts/kuppayam/bootstrap4/sidebar" -%>
18
18
 
19
19
  <main id="div_page_content_main" role="main" class="col-md-12 ml-sm-auto col-lg-12 px-4">
20
20
  <%#* Page Content Starts here -%>
@@ -1,3 +1,3 @@
1
1
  module Kuppayam
2
- VERSION = '0.2.11.pre.materialize'
2
+ VERSION = '0.2.12.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.11.pre.materialize
4
+ version: 0.2.12.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-06-10 00:00:00.000000000 Z
11
+ date: 2018-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -528,6 +528,7 @@ files:
528
528
  - app/assets/stylesheets/bootstrap4/dashboard.css
529
529
  - app/assets/stylesheets/bootstrap4/general.css
530
530
  - app/assets/stylesheets/bootstrap4/pages.css
531
+ - app/assets/stylesheets/bootstrap4/sidebar.css
531
532
  - app/assets/stylesheets/general/frozen-tables.css
532
533
  - app/assets/stylesheets/general/handycss.css
533
534
  - app/assets/stylesheets/general/handyoverlay.css