welcome_css 0.73 → 0.74

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: 053e18c83bf53f96ad5a7114599904d6c8d0ec0f9df1390e9a2985044d659462
4
- data.tar.gz: 18873d32df637f1aef9d2f5403e7984378a9008a391f704aae8901a5f81f457c
3
+ metadata.gz: 350220f2b8f07a6062702d9e1196213c13d5cecbdeef39a3b3187521649536ab
4
+ data.tar.gz: 0f06d3811e8703aef24403f37ef45310cfc2a257cfcc35651cace9a18a314858
5
5
  SHA512:
6
- metadata.gz: 724d8cecb80d69e884b2cc557565c12278320f1c7b307e8dcf50602f06b07cc6a3e9acdf63ce99ddcf2bcf98c09764959751c970e8763b714722c7971598d3fe
7
- data.tar.gz: ec98f003d4c8ed91f21222b4cf47825998c764ee20160e601894aa58917ac29b20662abdfa98da40fef7f54e0558798328ba8b1949b99be6c3bd3ab4d8aec4b5
6
+ metadata.gz: ff043aebe23d8cd8c708276370162923953ab83a79e88f67517ab45e1b11c15ee5e781bcc76fa9e86c14767a20bb7140e0fa08b7489681d5aa39bc8a4d8286b1
7
+ data.tar.gz: d2d1210044ecd65dbbb48467d896a17c4119a6011a1b1210dc9ec7077019a5e381edc4f4fa9e6d5306ffbf1fd86f81508a092e7aa0290535bdf65b4ea11af44e
@@ -3358,7 +3358,7 @@ table .ui-table-row {
3358
3358
  position: relative;
3359
3359
  width: 95%;
3360
3360
  height: 42px;
3361
- padding: 10px 34px 10px 25px;
3361
+ padding: 10px 70px 10px 25px;
3362
3362
  border: 1px solid #ddd;
3363
3363
  border-radius: 4px;
3364
3364
  font-size: 14px;
@@ -3394,12 +3394,43 @@ table .ui-table-row {
3394
3394
  float: left;
3395
3395
  position: relative;
3396
3396
  width: 100%;
3397
- margin-top: 20px;
3397
+ margin-top: 10px;
3398
+
3399
+ border-top: 1px solid #ccc;
3400
+ padding-top: 20px;
3398
3401
  }
3399
3402
  .modal-content .form-group .select2-selection {
3400
3403
  border: 1px solid #CED4DA;
3401
3404
  min-height: 37px;
3402
3405
  }
3406
+ .modal-content .duplicate-theme {
3407
+ position: absolute;
3408
+ right: 40px;
3409
+ height: 42px;
3410
+ }
3411
+ .modal-content .duplicate-theme.btn-duplicate {
3412
+ background-position: top 12px left 9px;
3413
+ width: 36px;
3414
+ }
3415
+ .modal-content .duplicate-theme.btn-duplicate:hover span {
3416
+ padding: 5px;
3417
+ display: block;
3418
+ z-index: 100;
3419
+ background: #000;
3420
+ color: #fff;
3421
+ left: 5px;
3422
+ top: -15px !important;
3423
+ margin: 0;
3424
+ width: 175px;
3425
+ position: absolute;
3426
+ top: 15px;
3427
+ text-decoration: none;
3428
+ text-indent: initial;
3429
+ font-size: 12px;
3430
+ border-radius: 4px;
3431
+ }
3432
+
3433
+
3403
3434
 
3404
3435
  /* =========================== */
3405
3436
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.73"
2
+ VERSION = "0.74"
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.73'
4
+ version: '0.74'
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-04-13 00:00:00.000000000 Z
11
+ date: 2022-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails