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: 1f46f9d9a064a9c77f8b0d15ca12a22eaf12deeada54b847915f026681e4d9bf
4
- data.tar.gz: 29686450067c8296edd4d3002293aaa94cdfc94797d245f7ef8f72f586759f70
3
+ metadata.gz: 9a365bff6330a1c6fff56987855c750a9205b0cb995606b65b984f429a3736c8
4
+ data.tar.gz: d1e3cbb52da57ae2f5d0ed2f47386c4a42e9bbc6680e262ab688d181effd463a
5
5
  SHA512:
6
- metadata.gz: 96cbd203f8e24987dd9e0c70ae83eec0185f2ecea3ad28028ce77b9f2ffb40670f2440964052f1d795764b0eefa4485aa9ac6906457398a6882e67771e4619b9
7
- data.tar.gz: 84fb681f9e416887510f6f8dfd89982590c53ca9eb79fe49bc21764d932e800e840ca6e0f6c2a0164cbc1ce22f2a34e4bec4bf06928c3750d80b6b22cee805a2
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: 48%;
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: inline-block;
1810
+ display: block;
1811
+ float: left;
1805
1812
  position: relative;
1806
- margin-left: 4px;
1807
- top: -2px;
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;
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.30"
2
+ VERSION = "0.31"
3
3
  end
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.30'
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-15 00:00:00.000000000 Z
11
+ date: 2022-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails