jinda_adminlte 0.7.5 → 0.7.5.1

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: 163c71505051dd179de2ccbd1f6de551f79cb70bcf662de1b2dd535f5c1d4f07
4
+ data.tar.gz: 14d12cd0778ad1a56e7422e989aa5f010f3c66c0a61d7dc729cb21d73cba9a7a
5
5
  SHA512:
6
- metadata.gz: '09284efd23c58be4d5e77f3381137b51a0d23a9beac848317f8e0317ac1ce0e0258d9a6a0da19deda6cef9b1f1ad3c7e2b26c92f63a028ccccfd8f1dda0196de'
7
- data.tar.gz: 822a103af0e5a29a8d4b758148f80d5e2802ee065c954a98eb732ae98d3bbd2bd758072d3e1cc0e792d215366ece069635d4da1f5b97f5ae2e943bce3d027b3a
6
+ metadata.gz: 78f42bfffbed1803c379f3448536c131d198caae0b676f9ddb0d16dc5195cbb6b3669d81ed3f2e0f12d2ad85408d5911362ff54c667f4e96cfb041c493ab5c9c
7
+ data.tar.gz: ac7506a6626365ed5d3fdbb697d293b0e93e783cd10f23da2b64b9be810c8dab805cb93690cb7926f4d4e59325ddad031c3d89cd16743a14c5246e68116eb980
@@ -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.7.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.7.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prateep Kul