welcome_css 0.47 → 0.50
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 +31 -3
- data/lib/welcome_css/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47c2dd30804d3c01925899b0ebb832c8043f6bb6da23d73980fb43a3e2780f19
|
|
4
|
+
data.tar.gz: d7ed680089b79c8f2017452e8c76e98d8f6e3c860e5362d543acea5028657c91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5d9b6d3e9186132869ed00ded0c50fa5346a677bf9faf44ffed6ca5f3e979e3db6cdb97d56e5856f4b29f7e58dcda959844bc5ca099389130f9657ad03f0e62
|
|
7
|
+
data.tar.gz: b4edd812e53618904e99e443848728ff13df27698191e9ad65f33330591dd4e46bfc15e3019bd6f9eeae12bfd103af99a2e8829a67ea6eb96d04da3a01d12501
|
|
@@ -2639,18 +2639,29 @@ table .ui-table-row {
|
|
|
2639
2639
|
padding: 12px 12px 15px 12px !important;
|
|
2640
2640
|
font-size: 14px;
|
|
2641
2641
|
width: 19%;
|
|
2642
|
+
margin-bottom: 60px;
|
|
2642
2643
|
}
|
|
2643
|
-
.ui-app-area .items-container .table-item.
|
|
2644
|
+
.ui-app-area .items-container .table-item.Activate {
|
|
2644
2645
|
opacity: 50%;
|
|
2645
2646
|
}
|
|
2646
2647
|
.ui-app-area .items-container .table-item h4 {
|
|
2647
|
-
font-size:
|
|
2648
|
+
font-size: 14px;
|
|
2648
2649
|
min-height: 30px;
|
|
2649
|
-
min-height:
|
|
2650
|
+
min-height: 75px;
|
|
2651
|
+
|
|
2652
|
+
display: -webkit-box;
|
|
2653
|
+
overflow: hidden;
|
|
2654
|
+
-webkit-line-clamp: 3;
|
|
2655
|
+
-webkit-box-orient: vertical;
|
|
2650
2656
|
}
|
|
2651
2657
|
.ui-app-area .items-container .table-item h4 a {
|
|
2652
2658
|
color: #000;
|
|
2653
2659
|
text-decoration: none;
|
|
2660
|
+
|
|
2661
|
+
display: -webkit-box;
|
|
2662
|
+
overflow: hidden;
|
|
2663
|
+
-webkit-line-clamp: 3;
|
|
2664
|
+
-webkit-box-orient: vertical;
|
|
2654
2665
|
}
|
|
2655
2666
|
.ui-app-area .items-container .table-item h4 a:hover {
|
|
2656
2667
|
text-decoration: underline;
|
|
@@ -2666,6 +2677,8 @@ table .ui-table-row {
|
|
|
2666
2677
|
width: 100%;
|
|
2667
2678
|
max-width: 100%;
|
|
2668
2679
|
margin-bottom: 12px;
|
|
2680
|
+
height: 100%;
|
|
2681
|
+
max-height: 150px;
|
|
2669
2682
|
}
|
|
2670
2683
|
.ui-app-area .items-container .table-item .ui-menu-dots {
|
|
2671
2684
|
width: 5px;
|
|
@@ -2709,11 +2722,26 @@ table .ui-table-row {
|
|
|
2709
2722
|
text-indent: -9999px;
|
|
2710
2723
|
z-index: 2;
|
|
2711
2724
|
}
|
|
2725
|
+
.ui-app-area .activate_deactivate input[type=submit] {
|
|
2726
|
+
display: block;
|
|
2727
|
+
position: absolute;
|
|
2728
|
+
width: 100%;
|
|
2729
|
+
height: 100%;
|
|
2730
|
+
text-indent: -9999px;
|
|
2731
|
+
z-index: 2;
|
|
2732
|
+
background-color: transparent;
|
|
2733
|
+
border: none;
|
|
2734
|
+
}
|
|
2735
|
+
.ui-app-area .activate_deactivate input[type=submit]:hover {
|
|
2736
|
+
background-color: transparent !important;
|
|
2737
|
+
border: none !important;
|
|
2738
|
+
}
|
|
2712
2739
|
.ui-app-area .activate_deactivate img.img-responsive {
|
|
2713
2740
|
display: block;
|
|
2714
2741
|
width: 22px !important;
|
|
2715
2742
|
margin-left: 4px;
|
|
2716
2743
|
margin-top: 3px;
|
|
2744
|
+
height: auto !important;
|
|
2717
2745
|
}
|
|
2718
2746
|
|
|
2719
2747
|
|
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.50'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jose Camacho
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03-
|
|
11
|
+
date: 2022-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|