caboose-cms 0.9.61 → 0.9.62
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dcc00d0cac3e7b91202981115895c1f171e3b96a
|
|
4
|
+
data.tar.gz: 97fce2ba0bdabc99ce7501d40a8f320be3d99819
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50b425631fcd2902b7d0ba63b4e851003da9346d31831ae16e3cd6ad0abd90cc6ddda0137a41eca30a18a48d1ce1dc301345927c20ef7c37012acaa07f493b8c
|
|
7
|
+
data.tar.gz: 2855212558d2abfc7cd485cb822cbb009737152af5adb435cf04b0edd60b300552b39d634539c8eb0774ba39f3fe5c86cc555c9802a6fe7868fc790d73602d9a
|
|
@@ -239,9 +239,9 @@ body > .container, body > .mm-page > .container {
|
|
|
239
239
|
.block_over > .delete_handle span { position: absolute; top: 0; right: 0px; width: 18px; height: 18px; background-color: #fff; border: #ccc 1px solid; }
|
|
240
240
|
.block_over > .duplicate_handle span { position: absolute; top: 0; right: 36px; width: 18px; height: 18px; background-color: #fff; border: #ccc 1px solid; }
|
|
241
241
|
|
|
242
|
-
.flex-grid-unit.block_over > .delete_handle span {
|
|
243
|
-
.flex-grid-unit.block_over > .duplicate_handle span {
|
|
244
|
-
.flex-grid-unit.block_over > .select_handle span {
|
|
242
|
+
.flex-grid-unit.block_over > .delete_handle span { right: auto; left: 36px; background-color: #f1e9e9; }
|
|
243
|
+
.flex-grid-unit.block_over > .duplicate_handle span { right: auto; left: 0; background-color: #f1e9e9; }
|
|
244
|
+
.flex-grid-unit.block_over > .select_handle span { right: auto; left: 18px; background-color: #f1e9e9; }
|
|
245
245
|
.flex-grid-unit.block_over > .drag_handle span { display: none; }
|
|
246
246
|
|
|
247
247
|
.unslider-block-wrapper > .delete_handle,
|
data/lib/caboose/version.rb
CHANGED