welcome_css 0.30 → 0.31
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a365bff6330a1c6fff56987855c750a9205b0cb995606b65b984f429a3736c8
|
|
4
|
+
data.tar.gz: d1e3cbb52da57ae2f5d0ed2f47386c4a42e9bbc6680e262ab688d181effd463a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15657c6c360a3e308190bd958d34a7ace7d1a1af964dff9c57f2b4a8dce0b4b6a4373edc7f4f92a7d76076efbd7de3c421ac113674e1980f8e43bff03bb25e4b
|
|
7
|
+
data.tar.gz: 4205dff1fe705ed2e463435aadfdb372bd94801a5e50bf911d7dc89a4f546ee3442901423aa9af5734edf91923ce75d1bb01d764992ee67190ed342a1e2c878f
|
|
@@ -48,6 +48,13 @@
|
|
|
48
48
|
float: left;
|
|
49
49
|
margin-top: 6px;
|
|
50
50
|
}
|
|
51
|
+
.am-content.ui-app-area .model-widget:nth-child(odd) {
|
|
52
|
+
margin-right: 3px;
|
|
53
|
+
margin-left: 3px;
|
|
54
|
+
}
|
|
55
|
+
.am-content.ui-app-area .model-widget .model-info .model-title {
|
|
56
|
+
width: 100% !important;
|
|
57
|
+
}
|
|
51
58
|
}
|
|
52
59
|
|
|
53
60
|
@media (max-width: 992px) {
|
|
@@ -253,7 +260,7 @@
|
|
|
253
260
|
width: 100%;
|
|
254
261
|
}
|
|
255
262
|
.am-content.ui-app-area .model-widget {
|
|
256
|
-
width:
|
|
263
|
+
width: 100%;
|
|
257
264
|
}
|
|
258
265
|
.am-content.ui-app-area .model-widget:nth-child(odd) {
|
|
259
266
|
margin-right: 3px;
|
|
@@ -1800,11 +1800,19 @@ table .ui-table-row {
|
|
|
1800
1800
|
.am-content.ui-app-area .model-widget .model-info:last-child {
|
|
1801
1801
|
margin-bottom: 0px;
|
|
1802
1802
|
}
|
|
1803
|
+
.am-content.ui-app-area .model-widget .model-info b {
|
|
1804
|
+
display: block;
|
|
1805
|
+
float: left;
|
|
1806
|
+
position: relative;
|
|
1807
|
+
width: 100%;
|
|
1808
|
+
}
|
|
1803
1809
|
.am-content.ui-app-area .model-widget .model-info .active-status {
|
|
1804
|
-
display:
|
|
1810
|
+
display: block;
|
|
1811
|
+
float: left;
|
|
1805
1812
|
position: relative;
|
|
1806
|
-
margin-left:
|
|
1807
|
-
|
|
1813
|
+
margin-left: 0;
|
|
1814
|
+
margin-right: 4px;
|
|
1815
|
+
top: 0;
|
|
1808
1816
|
border: 1px solid #979797;
|
|
1809
1817
|
border-radius: $ui-radius;
|
|
1810
1818
|
padding: 1px 6px;
|
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.31'
|
|
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-01-
|
|
11
|
+
date: 2022-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|