From e5ef04f973245fc47454af1d415d82cbcc4b18cb Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Sun, 1 Sep 2019 02:32:58 +0200 Subject: [PATCH] update search input + notifications --- .../App_Plugins/brothers.uCare/uCare.css | 92 +++++++++++++++++++ .../brothers.uNesting/uNesting.css | 6 ++ 2 files changed, 98 insertions(+) diff --git a/UmbracoPackages/App_Plugins/brothers.uCare/uCare.css b/UmbracoPackages/App_Plugins/brothers.uCare/uCare.css index ba08523..cc894a0 100644 --- a/UmbracoPackages/App_Plugins/brothers.uCare/uCare.css +++ b/UmbracoPackages/App_Plugins/brothers.uCare/uCare.css @@ -16,6 +16,11 @@ padding: 10px 18px; } +.btn-action +{ + font-weight: 700; +} + .umb-action-link { padding: 12px 25px 12px 20px; @@ -137,6 +142,46 @@ input.umb-editor-header__name-input display: none !important; } +.form-horizontal .control-label +{ + width: 200px; +} + +.form-horizontal .controls +{ + margin-left: 220px; +} + +.form-search .search-input +{ + font-weight: 400; + font-size: 14px; + border-color: transparent; + border-radius: 18px; + height: 40px; + padding-top: 6px; + box-shadow: 0 1px 1px 0 rgba(0,0,0,.10); +} + +.form-search .inner-addon [class*=" icon-"], .form-search .inner-addon [class^="icon-"] +{ + top: 5px; + left: auto; + right: 8px; +} + +.form-search .inner-addon input[type="text"] +{ + width: 280px; + padding-left: 16px !important; + padding-right: 30px !important; +} + +.form-search .search-input:focus, .form-search .search-input:focus:hover, .form-search .search-input:hover +{ + border-color: transparent; +} + /* TREE @@ -202,6 +247,53 @@ input.umb-editor-header__name-input +/* TABLES / LISTS +/* ********************************************************** +/* TODO desc +/* ********************************************************** */ + +.umb-table .umb-table-cell:first-of-type:not(.not-fixed) +{ + flex: 0 0 50px; +} + +.umb-table .umb-table-row.-light .umb-table-body__image +{ + opacity: 0.5; +} + +.umb-table-head .umb-table-cell +{ + padding: 12px 2px; +} + +.umb-table-head +{ + background: #faf8f8; +} + + + +/* NOTIFICATIONS +/* ********************************************************** +/* TODO desc +/* ********************************************************** */ + +.umb-notifications__notification +{ + padding: 8px 20px; + border-radius: 0; + margin: 0; +} + +.umb-notifications +{ + bottom: 60px; + /*left: 0;*/ +} + + + /* TABIFY PACKAGE /* ********************************************************** /* static tabs instead of fixed and some visual updates diff --git a/UmbracoPackages/App_Plugins/brothers.uNesting/uNesting.css b/UmbracoPackages/App_Plugins/brothers.uNesting/uNesting.css index 4e52917..5df10fd 100644 --- a/UmbracoPackages/App_Plugins/brothers.uNesting/uNesting.css +++ b/UmbracoPackages/App_Plugins/brothers.uNesting/uNesting.css @@ -488,6 +488,12 @@ un-config text-align: left; } +.unesting-footer .btn +{ + padding-left: 30px; + padding-right: 30px; +} + .unesting-items:not(.is-hidden) + .unesting-footer { margin-top: 20px;