welcome_css 0.48 → 0.51
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 +18 -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: a15f0c83ea525932ac5379d2af70326fff413750e8783e6b0dd77f4be0cdc097
|
|
4
|
+
data.tar.gz: f6f58d6bcca571f8cfc11a325b08f38a4f48987d361456f0e35091a48a968fa2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3527cdc6ec880bb49a43ba3eb70294c346c10948afcaaee00e97169116c78e580d3232f6f40c08198fa64da2087f5713c66ef9988fdb33be1ebcaeceab50eaa9
|
|
7
|
+
data.tar.gz: 79e0fe0c95555d51f6a0b3e868790f8258f8f05f1ba239aff700f9557351be2b767f001b3087ddcfaccb8e913d60a75eba030dafc801e0c279778a441a187970
|
|
@@ -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,9 @@ 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;
|
|
2682
|
+
height: 150px;
|
|
2669
2683
|
}
|
|
2670
2684
|
.ui-app-area .items-container .table-item .ui-menu-dots {
|
|
2671
2685
|
width: 5px;
|
|
@@ -2728,6 +2742,7 @@ table .ui-table-row {
|
|
|
2728
2742
|
width: 22px !important;
|
|
2729
2743
|
margin-left: 4px;
|
|
2730
2744
|
margin-top: 3px;
|
|
2745
|
+
height: auto !important;
|
|
2731
2746
|
}
|
|
2732
2747
|
|
|
2733
2748
|
|
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.51'
|
|
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
|