welcome_css 0.68 → 0.69

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: ea9c66a04a1de1f9acf32dd28a9fbdc5d0b3f8e3714ab7c2279b4574300726b6
4
- data.tar.gz: eec6a657e2fbea5afd4c871bb4d56bcaaf30e3de5a58f82552ab2f97998e0ea6
3
+ metadata.gz: 9d45c8aeb6a8d89cbe49e81f0aacd8661ce1c4aa5f193b52693d364c3d831c09
4
+ data.tar.gz: be38890ceabcbb8eaaf717bdd7b3490c49fa581ac916655e195876767e98ffac
5
5
  SHA512:
6
- metadata.gz: fb292b2d595352e1a8a058cc4d2d3a205dd7df72be56cd478d54244be373ad7252c14db4ba3f46fee40fe9c2773b6f6a2f8c05e549c2a5336dbd0c65ed5f0dfe
7
- data.tar.gz: de211f1b8f712f764bf15ad51aed87b8b005f5a3b51856f8ca6da5bda6d7e05ef0ac04a97e58cf2de8f30df8de4d5f3e2e01528472afcff5e5b3e398399eb7bf
6
+ metadata.gz: 6ed8b6401402b8db5bf3371372915e0b48be4078cd6ca3b1c9991c9b2cbbf8c35f99443cc5f4f160049656b86a58b4660b138043a3ebc7c2da0abd70c3921dee
7
+ data.tar.gz: 45ac178a13616fb6bac83980218c74739296afefe2fafc405841262f389c3abdfd25071758d77cf1738b799e1df35bc42b16ad604cf7d4d9a5e01d97fab1af4f
@@ -309,6 +309,9 @@
309
309
  .am-wrapper .component-container .block-pill {
310
310
  width: 32%;
311
311
  }
312
+ #model-area-themes [draggable] {
313
+ width: 48%;
314
+ }
312
315
  }
313
316
 
314
317
  @media (max-width: 580px) {
@@ -3243,7 +3243,7 @@ table .ui-table-row {
3243
3243
  }
3244
3244
  .ui-app-area .estimates-drop-container #ui-tabs .btn.btn-select {
3245
3245
  margin-top: 0px;
3246
- width: 200px;
3246
+ width: 180px;
3247
3247
  font-size: 14px !important;
3248
3248
  padding: 5px 15px !important;
3249
3249
  background-position: right 10px top 15px !important;
@@ -3307,4 +3307,53 @@ table .ui-table-row {
3307
3307
  }
3308
3308
  .modal-content .block-pill form label {
3309
3309
  margin-bottom: 12px;
3310
+ }
3311
+ #model-area-themes [draggable] {
3312
+ display: block;
3313
+ float: left;
3314
+ position: relative;
3315
+ width: 24%;
3316
+ margin: 0 3px;
3317
+ border: none !important;
3318
+ }
3319
+ #model-area-themes [contenteditable] {
3320
+ display: block;
3321
+ float: left;
3322
+ position: relative;
3323
+ width: 100%;
3324
+ height: 42px;
3325
+ padding: 10px 34px 10px 25px;
3326
+ border: 1px solid #ddd;
3327
+ border-radius: 4px;
3328
+ font-size: 14px;
3329
+ background-image: image-url('icons/icn-edit.svg');
3330
+ background-repeat: no-repeat;
3331
+ background-size: 10px;
3332
+ background-position: left 7px top 15px;
3333
+ margin-bottom: 18px;
3334
+ }
3335
+ #model-area-themes [data-remote] {
3336
+ display: block;
3337
+ position: absolute;
3338
+ width: 30px;
3339
+ height: 42px;
3340
+ border: 1px solid #ff0000;
3341
+ border-radius: 4px;
3342
+ top: 0;
3343
+ right: 0;
3344
+ background-image: image-url('icons/icn-trash.svg');
3345
+ background-repeat: no-repeat;
3346
+ background-size: 15px;
3347
+ background-position: left 7px top 10px;
3348
+ text-indent: -9999px;
3349
+ }
3350
+ #model-area-themes [draggable]:hover {
3351
+ /*cursor: grab;*/
3352
+ }
3353
+ .modal-content #model-area-themes div:last-child {
3354
+ display: block;
3355
+ float: left;
3356
+ position: relative;
3357
+ width: 100%;
3358
+ margin-top: 20px;
3310
3359
  }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.68"
2
+ VERSION = "0.69"
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.68'
4
+ version: '0.69'
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-06 00:00:00.000000000 Z
11
+ date: 2022-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails