welcome_css 0.46 → 0.49
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 +4 -4
- data/app/assets/stylesheets/_welcome-ui-tables.scss +67 -0
- data/lib/welcome_css/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a17a3ae5acb2c3fe3ee388b1a8deac3765436702f0c5e987a0e3fc8c0a4b799
|
|
4
|
+
data.tar.gz: 1ef47c8ea2163cef206893192219d0f96ba64770560851eca939bde94d82c473
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf95c629528952af6d0f730fe9dde5371d5f8b3d3816c929acec8b3084627a5270b729f001e5be7adfef3702e3afcbf7d6ee7b2e6dfef077155fb44e01c89d3c
|
|
7
|
+
data.tar.gz: 0e35c6a5216d9ad0c3fb83374bdc3dde9ba794982e184f56545387bd9356351a5c7d74e59340651e3447f9c7eae9cea667fec9a8796c58e4b5071dea1b6554e1
|
|
@@ -2640,8 +2640,20 @@ table .ui-table-row {
|
|
|
2640
2640
|
font-size: 14px;
|
|
2641
2641
|
width: 19%;
|
|
2642
2642
|
}
|
|
2643
|
+
.ui-app-area .items-container .table-item.Activate {
|
|
2644
|
+
opacity: 50%;
|
|
2645
|
+
}
|
|
2643
2646
|
.ui-app-area .items-container .table-item h4 {
|
|
2644
2647
|
font-size: 16px;
|
|
2648
|
+
min-height: 30px;
|
|
2649
|
+
min-height: 70px;
|
|
2650
|
+
}
|
|
2651
|
+
.ui-app-area .items-container .table-item h4 a {
|
|
2652
|
+
color: #000;
|
|
2653
|
+
text-decoration: none;
|
|
2654
|
+
}
|
|
2655
|
+
.ui-app-area .items-container .table-item h4 a:hover {
|
|
2656
|
+
text-decoration: underline;
|
|
2645
2657
|
}
|
|
2646
2658
|
.ui-app-area .items-container .item-information {
|
|
2647
2659
|
display: block;
|
|
@@ -2662,6 +2674,61 @@ table .ui-table-row {
|
|
|
2662
2674
|
right: 12px;
|
|
2663
2675
|
bottom: 15px;
|
|
2664
2676
|
}
|
|
2677
|
+
.ui-app-area nav.pagination {
|
|
2678
|
+
width: 100%;
|
|
2679
|
+
margin: 30px 0;
|
|
2680
|
+
}
|
|
2681
|
+
.ui-app-area nav.pagination .page {
|
|
2682
|
+
margin: 0 2px;
|
|
2683
|
+
padding: 3px 6px;
|
|
2684
|
+
border-radius: 4px;
|
|
2685
|
+
}
|
|
2686
|
+
.ui-app-area nav.pagination .page.current {
|
|
2687
|
+
background-color: #4A8FE7;
|
|
2688
|
+
color: #fff;
|
|
2689
|
+
}
|
|
2690
|
+
.ui-app-area .activate_deactivate {
|
|
2691
|
+
display: block;
|
|
2692
|
+
float: left;
|
|
2693
|
+
position: absolute;
|
|
2694
|
+
right: 10px;
|
|
2695
|
+
bottom: 18px;
|
|
2696
|
+
border: 1px solid #000;
|
|
2697
|
+
width: 34px;
|
|
2698
|
+
height: 34px;
|
|
2699
|
+
border-radius: 4px;
|
|
2700
|
+
box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
|
|
2701
|
+
-webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
|
|
2702
|
+
-moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
|
|
2703
|
+
}
|
|
2704
|
+
.ui-app-area .activate_deactivate a {
|
|
2705
|
+
display: block;
|
|
2706
|
+
position: absolute;
|
|
2707
|
+
width: 100%;
|
|
2708
|
+
height: 100%;
|
|
2709
|
+
text-indent: -9999px;
|
|
2710
|
+
z-index: 2;
|
|
2711
|
+
}
|
|
2712
|
+
.ui-app-area .activate_deactivate input[type=submit] {
|
|
2713
|
+
display: block;
|
|
2714
|
+
position: absolute;
|
|
2715
|
+
width: 100%;
|
|
2716
|
+
height: 100%;
|
|
2717
|
+
text-indent: -9999px;
|
|
2718
|
+
z-index: 2;
|
|
2719
|
+
background-color: transparent;
|
|
2720
|
+
border: none;
|
|
2721
|
+
}
|
|
2722
|
+
.ui-app-area .activate_deactivate input[type=submit]:hover {
|
|
2723
|
+
background-color: transparent !important;
|
|
2724
|
+
border: none !important;
|
|
2725
|
+
}
|
|
2726
|
+
.ui-app-area .activate_deactivate img.img-responsive {
|
|
2727
|
+
display: block;
|
|
2728
|
+
width: 22px !important;
|
|
2729
|
+
margin-left: 4px;
|
|
2730
|
+
margin-top: 3px;
|
|
2731
|
+
}
|
|
2665
2732
|
|
|
2666
2733
|
|
|
2667
2734
|
|
data/lib/welcome_css/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: welcome_css
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.49'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jose Camacho
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03-
|
|
11
|
+
date: 2022-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -44,7 +44,7 @@ dependencies:
|
|
|
44
44
|
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: 4.6.0
|
|
47
|
-
description:
|
|
47
|
+
description:
|
|
48
48
|
email:
|
|
49
49
|
- jose@welcomehomes.com
|
|
50
50
|
executables: []
|
|
@@ -211,7 +211,7 @@ licenses:
|
|
|
211
211
|
- MIT
|
|
212
212
|
metadata:
|
|
213
213
|
homepage_uri: https://github.com/WelcomeHomes/welcome_css
|
|
214
|
-
post_install_message:
|
|
214
|
+
post_install_message:
|
|
215
215
|
rdoc_options: []
|
|
216
216
|
require_paths:
|
|
217
217
|
- lib
|
|
@@ -226,8 +226,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
226
226
|
- !ruby/object:Gem::Version
|
|
227
227
|
version: '0'
|
|
228
228
|
requirements: []
|
|
229
|
-
rubygems_version: 3.
|
|
230
|
-
signing_key:
|
|
229
|
+
rubygems_version: 3.1.4
|
|
230
|
+
signing_key:
|
|
231
231
|
specification_version: 4
|
|
232
232
|
summary: Stylesheets for dashboards and admin systems
|
|
233
233
|
test_files: []
|