From e306b2c80737acff60700fa6a10fc2be0c35b981 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Wed, 28 Aug 2019 20:38:28 +0200 Subject: [PATCH] update add button --- .../brothers.uNesting/uNesting.css | 35 +++++++++++++++++++ .../brothers.uNesting/uNesting.html | 22 ++++++------ 2 files changed, 46 insertions(+), 11 deletions(-) diff --git a/UmbracoPackages/App_Plugins/brothers.uNesting/uNesting.css b/UmbracoPackages/App_Plugins/brothers.uNesting/uNesting.css index db3b329..f1396f3 100644 --- a/UmbracoPackages/App_Plugins/brothers.uNesting/uNesting.css +++ b/UmbracoPackages/App_Plugins/brothers.uNesting/uNesting.css @@ -151,9 +151,44 @@ } +/* content */ + +.unesting-content .unesting-item-header, +.unesting-content .unesting-item +{ + background: none; +} + + +/* footer */ + +.unesting-footer +{ + text-align: left; +} + +.unesting-items:not(.is-hidden) + .unesting-footer +{ + margin-top: 20px; +} + + /* data type overrides */ .unesting-item .umb-sortable-thumbnails li { background: none; +} + + +/* generic overrides */ + +.btn-info +{ + color: #454957; +} + +.btn +{ + font-size: 14px; } \ No newline at end of file diff --git a/UmbracoPackages/App_Plugins/brothers.uNesting/uNesting.html b/UmbracoPackages/App_Plugins/brothers.uNesting/uNesting.html index 3592aca..c0c5681 100644 --- a/UmbracoPackages/App_Plugins/brothers.uNesting/uNesting.html +++ b/UmbracoPackages/App_Plugins/brothers.uNesting/uNesting.html @@ -6,7 +6,13 @@ -
+
+
+ +
+
+ +
@@ -63,23 +69,17 @@
-
+
-
-
- -
-
- -