sinatra-hexacta 1.2.5 → 1.2.10

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: 2139029646dcd23a7e5428f59c279390f2fc4c4b54b4e7ebe250c32b497c9304
4
- data.tar.gz: 5c284e4e04d992eb4bd4676ba2f1b9ac778804fb54ef6dd80753b4d6a107cd25
3
+ metadata.gz: 22a7abde00b45cc0377261deb3ba7e61446860e40ec9a807bf2be533f0734d26
4
+ data.tar.gz: e98e773d0b6ebe4279a80ed6ccc7f36a03f8739e4a6674c730975aa6cd730450
5
5
  SHA512:
6
- metadata.gz: dcbec074d372c85137f0094f8ec56122d3db5b4e229bc829748ceec6427c2f8f07ef3699bfa2ad38af03d2aa4da7eeed410d741b98af23c2f7bc93b5cfe8b041
7
- data.tar.gz: 22bb65937fbda602e219efefe3c5e130c74f46e123f90d029d2b5b932a3c4634f17302aa25ba5fb1f92593ac654fd5f2e8eee46498c59cb50d15fcc71301e1cd
6
+ metadata.gz: c4941db46e8990f192735fd3fb0a328d12d7596a86de13d851c667ebefd70e451072e33e529371d0e1dcc414b3ad033d902d3bd233ef5fdb5d4d695f11a50563
7
+ data.tar.gz: 5935235c41e309692f7f40810f2e14a3e58a2578e287cff335799f43f16b61d550e2401940ea331dde7b9f8a3fac107a9c7a1af3005413ab7638c4dd5dda30e4
@@ -11,7 +11,7 @@ body.darkmode #header {
11
11
  background-color: rgba(40,40,40,0.9) !important;
12
12
  }
13
13
 
14
- #header .top-menu > li > a {
14
+ #header .top-menu > li > a, .actions > li > a > i, .actions > a > i {
15
15
  color: #047bf8;
16
16
  }
17
17
 
@@ -122,13 +122,8 @@ body {
122
122
  position: absolute;
123
123
  top: 0px;
124
124
  min-height: 700px;
125
- margin-top: 76px;
126
- width: 150px;
127
- -webkit-transform: translate3d(0, 0, 0);
128
- transform: translate3d(0, 0, 0);
129
- opacity: 1;
130
- filter: alpha(opacity=100);
131
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
125
+ margin-top: 75px;
126
+ width: 200px;
132
127
  }
133
128
 
134
129
  .container .block-header h2 {
@@ -285,7 +280,7 @@ body {
285
280
  .footer-text .text, .actions > li > a:before,
286
281
  .actions > a:before, .pagination > li > a, .pagination > li > span,
287
282
  #header input[type="text"], #header .results, .dropdown.open .dropdown-menu,
288
- .modal .modal-content, .profile-view .pv-header > .pv-main, .pt-inner .pti-header, .ptih-title,
283
+ .modal .modal-content, .pt-inner .pti-header, .ptih-title,
289
284
  .card .tab-nav, .dash-widget-item {
290
285
  border-radius: 6px;
291
286
  }
@@ -338,33 +333,6 @@ t-view:after {
338
333
  border-bottom: 0px !important;
339
334
  }
340
335
 
341
- @media (min-width: 1200px) {
342
- body #content {
343
- padding-left: 150px;
344
- }
345
- }
346
-
347
- @media (min-width: 1200px) {
348
- body #content > .container {
349
- width: calc(100% - 30px);
350
- }
351
- }
352
-
353
- @media (min-width: 1200px) {
354
- #header {
355
- padding-left: 15px;
356
- }
357
-
358
- #menu-trigger {
359
- display: none;
360
- }
361
- }
362
-
363
- body:not(.sw-toggled) #sidebar {
364
- box-shadow: none;
365
- }
366
-
367
-
368
336
  .lv-item span, .pt-inner .pti-header > h2 {
369
337
  color: #334152;
370
338
  font-weight: 700;
@@ -395,17 +363,57 @@ body:not(.sw-toggled) #sidebar {
395
363
  background-size: 100% 70%;
396
364
  }
397
365
 
366
+ .modal .modal-footer .btn-link {
367
+ font-weight: 700 !important;
368
+ color: #047bf8;
369
+ }
370
+
371
+ .modal .modal-header {
372
+ padding: 23px 26px;
373
+ border-bottom: 1px solid rgba(0,0,0,0.05);
374
+ margin-bottom: 20px;
375
+ }
376
+
377
+ .modal .modal-footer {
378
+ border-top: 1px solid rgba(0,0,0,0.05);
379
+ }
380
+
381
+ .modal .modal-content {
382
+ box-shadow: 0 25px 65px rgba(15,24,33,0.29);
383
+ }
384
+
385
+ .modal-title {
386
+ font-weight: 700 !important;
387
+ }
388
+
389
+ .modal-backdrop {
390
+ background-color:#235a94;
391
+ }
392
+
393
+ .modal.fade .modal-dialog
394
+ {
395
+ -moz-transition: none !important;
396
+ -o-transition: none !important;
397
+ -webkit-transition: none !important;
398
+ transition: none !important;
399
+
400
+ -moz-transform: none !important;
401
+ -ms-transform: none !important;
402
+ -o-transform: none !important;
403
+ -webkit-transform: none !important;
404
+ transform: none !important;
405
+ }
406
+
398
407
  .form-control {
399
408
  background: transparent;
400
409
  }
401
410
 
402
- .preloader {
411
+ #loader .preloader {
403
412
  background: rgba(255,255,255,0.5);
404
413
  border-radius: 100px;
405
- left: 8px !important;
414
+ left: 67px !important;
406
415
  top: 6px !important;
407
416
  }
408
-
409
417
  /* ----- Pegaso related ----- */
410
418
 
411
419
  .idx {
@@ -421,4 +429,5 @@ body:not(.sw-toggled) #sidebar {
421
429
  font-size: 14pt;
422
430
  height: 38px;
423
431
  border-radius: 100px;
424
- padding-top: 9px;}
432
+ padding-top: 9px;
433
+ }
@@ -257,10 +257,6 @@ body {
257
257
  .profile-view {
258
258
  }
259
259
 
260
- a {
261
- color: white !important;
262
- }
263
-
264
260
  .listview:not(.lv-lg):not(.lv-message) .lv-item {
265
261
  border-bottom: 0px !important;
266
262
  }
@@ -13,7 +13,7 @@
13
13
  h5.c-gray Tema
14
14
 
15
15
  .col-xs-4
16
- == select_input({ :name => "css", :elements => [{ :text => "Default", :value => nil}, { :text => "Wieldy", :value => 'wieldy'}, { :text => "Metronic", :value => 'metronic'}], :placeholder => "" , :chosen => user_configuration.nil?? nil : user_configuration.css })
16
+ == select_input({ :name => "css", :elements => [{ :text => "Default", :value => nil}, { :text => "Wieldy", :value => 'wieldy'}, { :text => "Metronic", :value => 'metronic'}, { :text => "Light Admin", :value => 'lightadmin'}], :placeholder => "" , :chosen => user_configuration.nil?? nil : user_configuration.css })
17
17
 
18
18
  .col-xs-6
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-hexacta
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Zanger
@@ -134,6 +134,7 @@ files:
134
134
  - lib/sinatra/public/fonts/roboto/Roboto-Thin-webfont.ttf
135
135
  - lib/sinatra/public/fonts/roboto/Roboto-Thin-webfont.woff
136
136
  - lib/sinatra/public/img/finder.png
137
+ - lib/sinatra/public/img/lightadmin.white.png
137
138
  - lib/sinatra/public/img/metronic.jpg
138
139
  - lib/sinatra/public/img/noimage.jpg
139
140
  - lib/sinatra/public/img/select.png