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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d45c8aeb6a8d89cbe49e81f0aacd8661ce1c4aa5f193b52693d364c3d831c09
|
|
4
|
+
data.tar.gz: be38890ceabcbb8eaaf717bdd7b3490c49fa581ac916655e195876767e98ffac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ed8b6401402b8db5bf3371372915e0b48be4078cd6ca3b1c9991c9b2cbbf8c35f99443cc5f4f160049656b86a58b4660b138043a3ebc7c2da0abd70c3921dee
|
|
7
|
+
data.tar.gz: 45ac178a13616fb6bac83980218c74739296afefe2fafc405841262f389c3abdfd25071758d77cf1738b799e1df35bc42b16ad604cf7d4d9a5e01d97fab1af4f
|
|
@@ -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:
|
|
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
|
}
|
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.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-
|
|
11
|
+
date: 2022-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|