diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/admin-console.css b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/admin-console.css index 67e940236d..c339f2f424 100644 --- a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/admin-console.css +++ b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/admin-console.css @@ -44,91 +44,139 @@ body { background-color: #e4f3fa; } /* Header */ +.header.rcue .navbar.utility { + background-color: #393F45; + border-bottom: 1px solid #53565B; +} +.header.rcue .navbar.utility .navbar-inner { + border-bottom: 0; + max-width: 1170px; +} +.header.rcue .navbar.primary { + background-image: -moz-linear-gradient(top, #474c50, #383f43); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#474c50), to(#383f43)); + background-image: -webkit-linear-gradient(top, #474c50, #383f43); + background-image: -o-linear-gradient(top, #474c50, #383f43); + background-image: linear-gradient(to bottom, #474c50, #383f43); + background-repeat: repeat-x; + background-color: #41474b; +} .header.rcue .navbar.primary .navbar-inner { min-height: 42px; + max-width: 1170px; +} +.header.rcue .navbar.primary .select-rcue { + font-size: 0.76923076923077em; + margin-left: 1em; + margin-top: 0.7em; + display: inline-block; + vertical-align: middle; + background-color: #555a5e; + background-image: none; + background-image: url(img/sprite-arrow-down.png); + background-repeat: no-repeat; + background-position: right -26px; + border: 1px solid #676c6e; + border-radius: 2px; + padding-left: 0; +} +.header.rcue .navbar.primary .select-rcue:hover { + border-color: #7e8385; +} +.header.rcue .navbar.primary .select-rcue select { + color: #fff; +} +.header.rcue .navbar.primary .select-rcue select:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 #fff; +} +.header.rcue .navbar.primary .select-rcue select option { + background-color: #fff; + color: #333; + padding: 0.36363636363636em 0.90909090909091em; } .header.rcue .navbar.primary .nav > li { /* - .dropdown { - display: inline-block; - margin-left: 0.53846153846154em; - margin-top: 0.46153846153846em; - min-width: 15.3846153846154em; - width: auto; - - .dropdown-toggle { - font-size: 0.84615384615385em; - color: #fff; + .dropdown { display: inline-block; - line-height: 2.36363636363636em; - border: 1px solid #676c6e; - border-radius: 2px; - padding: 0 0.54545454545455em; - background: #555a5e url(img/sprite-arrow-down.png) no-repeat right -26px; - display: block; + margin-left: 0.53846153846154em; + margin-top: 0.46153846153846em; + min-width: 15.3846153846154em; + width: auto; - &:hover, - &:focus { - text-decoration: none; - } - - &:hover { - border-color: #7e8385; - } - } - - .dropdown-menu { - - left: 0; - min-width: 0; - width: 100%; - overflow: hidden; - - li, - li.selected { - width: auto; + .dropdown-toggle { + font-size: 0.84615384615385em; + color: #fff; + display: inline-block; + line-height: 2.36363636363636em; + border: 1px solid #676c6e; + border-radius: 2px; + padding: 0 0.54545454545455em; + background: #555a5e url(img/sprite-arrow-down.svg) no-repeat right -26px; + display: block; - a { - width: auto; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - - &:hover { - background-color: #D5ECF9; - background-image: none; - border-bottom: 1px solid #A7D7F1; - border-top: 1px solid #A7D7F1; - color: #4D5258; - } + &:hover, + &:focus { + text-decoration: none; + } + + &:hover { + border-color: #7e8385; } } - li.selected a { - background-color: #2B99C0; - background-image: linear-gradient(top, #2EA1CA 0%, #2792B6 100%); - background-image: -o-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); - background-image: -moz-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); - background-image: -webkit-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); - background-image: -ms-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); - background-image: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0.0, #2EA1CA), - color-stop(1,0, #2792B6) - ); - background-repeat: repeat-x; - color: #FFFFFF; + .dropdown-menu { + + left: 0; + min-width: 0; + width: 100%; + overflow: hidden; + + li, + li.selected { + width: auto; + + a { + width: auto; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + + &:hover { + background-color: #D5ECF9; + background-image: none; + border-bottom: 1px solid #A7D7F1; + border-top: 1px solid #A7D7F1; + color: #4D5258; + } + } + } + + li.selected a { + background-color: #2B99C0; + background-image: linear-gradient(top, #2EA1CA 0%, #2792B6 100%); + background-image: -o-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); + background-image: -moz-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); + background-image: -webkit-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); + background-image: -ms-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); + background-image: -webkit-gradient( + linear, + left top, + left bottom, + color-stop(0.0, #2EA1CA), + color-stop(1,0, #2792B6) + ); + background-repeat: repeat-x; + color: #FFFFFF; + } + } + + &.open .dropdown-toggle { + text-decoration: none; + box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2); + border-color: #7e8385; } } - - &.open .dropdown-toggle { - text-decoration: none; - box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2); - border-color: #7e8385; - } - } -*/ + */ } .header.rcue .navbar.primary .nav > li .dropdown-label { @@ -147,7 +195,7 @@ body { vertical-align: middle; background-color: #555a5e; background-image: none; - background-image: url(img/sprite-arrow-down.png); + background-image: url(img/sprite-arrow-down.svg); background-repeat: no-repeat; background-position: right -26px; border: 1px solid #676c6e; @@ -207,11 +255,12 @@ body { } .bs-sidebar ul li { margin-bottom: 0.5em; + margin-left: -1em; } .bs-sidebar ul li a { font-size: 1.3em; font-family: "Open Sans", sans-serif; - padding-left: 3em; + padding-left: 1.92307692307692em; color: #4d5258; line-height: 2.07692307692308em; display: block; @@ -219,7 +268,8 @@ body { border-style: solid; border-color: #f9f9f9; } -.bs-sidebar ul li a:hover { +.bs-sidebar ul li a:hover, +.bs-sidebar ul li a:focus { text-decoration: none; color: #777777; } @@ -227,6 +277,9 @@ body { background-color: #c7e5f0; border-color: #56bae0; font-weight: bold; + background-image: url(img/icon-sidebar-active.svg); + background-repeat: no-repeat; + background-position: right center; } #content-area { padding: 0; @@ -530,20 +583,37 @@ table.list tbody tr.expanded .form-actions { } /* Break Points */ @media (max-width: 1200px) { + .header.rcue .navbar.utility .navbar-inner, + .header.rcue .navbar.primary .navbar-inner { + max-width: 970px; + } #container-right-bg { margin-left: 242.5px; width: 727.5px; } } @media (max-width: 992px) { + .header.rcue .navbar.utility .navbar-inner, + .header.rcue .navbar.primary .navbar-inner { + max-width: 750px; + } .bs-sidebar, .user .bs-sidebar { - padding-top: 2em; + padding-top: 1em; width: 100%; } + .bs-sidebar ul li, + .user .bs-sidebar ul li { + margin-left: 0; + } .bs-sidebar ul li a, .user .bs-sidebar ul li a { border-width: 1px; + padding-left: 1.53846153846154em; + } + .bs-sidebar ul li.active a, + .user .bs-sidebar ul li.active a { + background-image: none; } #content-area .top-nav { border-top: 1px solid #cecece; @@ -557,8 +627,17 @@ table.list tbody tr.expanded .form-actions { } } @media (max-width: 768px) { + .header.rcue .navbar.utility .navbar-inner, + .header.rcue .navbar.primary .navbar-inner { + max-width: 100%; + } + .bs-sidebar ul li.active a, + .user .bs-sidebar ul li.active a { + border-left: none; + border-right: none; + } .container { - min-width: 580px; + min-width: 56em; } #content-area { border: none; diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/admin-console.less b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/admin-console.less index f106fd8c6c..4cca051cdc 100644 --- a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/admin-console.less +++ b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/admin-console.less @@ -63,21 +63,30 @@ body { /* Header */ -.header.rcue .navbar.primary { +.header.rcue { - .navbar-inner { - min-height: 42px; + .navbar.utility { + background-color: #393F45; + border-bottom: 1px solid #53565B; + + .navbar-inner { + border-bottom: 0; + max-width: 1170px; + } } - - .nav > li { - - .dropdown-label { - font-size: 0.84615384615385em; - color: #dbdada; - margin-left: 1.36363636363636em; - float: left; - margin-top: 0.63636363636364em; - line-height: 2.36363636363636em + + .navbar.primary { + background-image:-moz-linear-gradient(top,#474c50,#383f43); + background-image:-webkit-gradient(linear,0 0,0 100%,from(#474c50),to(#383f43)); + background-image:-webkit-linear-gradient(top,#474c50,#383f43); + background-image:-o-linear-gradient(top,#474c50,#383f43); + background-image:linear-gradient(to bottom,#474c50,#383f43); + background-repeat:repeat-x; + background-color: #41474b; + + .navbar-inner { + min-height: 42px; + max-width: 1170px; } .select-rcue { @@ -115,126 +124,172 @@ body { } } - a#refresh { - border: none; - margin: 0; - padding: 0; - display: inline-block; - vertical-align: middle; - font-size: 0.76923076923077em; - margin-left: 1em; - margin-top: 0.7em; - - &:hover { - background: none; - } - - .icon-spinner6 { - margin-right: 0; - background-image: url('img/sprites-gray.png'); - - &:hover { - background-image: url('img/sprites-white.png'); - background-color: transparent; - } - } - } + .nav > li { -/* - .dropdown { - display: inline-block; - margin-left: 0.53846153846154em; - margin-top: 0.46153846153846em; - min-width: 15.3846153846154em; - width: auto; - - .dropdown-toggle { + .dropdown-label { font-size: 0.84615384615385em; - color: #fff; + color: #dbdada; + margin-left: 1.36363636363636em; + float: left; + margin-top: 0.63636363636364em; + line-height: 2.36363636363636em + } + + .select-rcue { + font-size: 0.76923076923077em; + margin-left: 1em; + margin-top: 0.7em; display: inline-block; - line-height: 2.36363636363636em; + vertical-align: middle; + background-color: #555a5e; + background-image: none; + background-image: url(img/sprite-arrow-down.svg); + background-repeat: no-repeat; + background-position: right -26px; border: 1px solid #676c6e; border-radius: 2px; - padding: 0 0.54545454545455em; - background: #555a5e url(img/sprite-arrow-down.png) no-repeat right -26px; - display: block; - - &:hover, - &:focus { - text-decoration: none; - } + padding-left: 0; &:hover { border-color: #7e8385; } + + select { + color: #fff; + + &:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 #fff; + } + + option { + background-color: #fff; + color: #333; + padding: 0.36363636363636em 0.90909090909091em; + } + } } - .dropdown-menu { - - left: 0; - min-width: 0; - width: 100%; - overflow: hidden; - - li, - li.selected { - width: auto; + a#refresh { + border: none; + margin: 0; + padding: 0; + display: inline-block; + vertical-align: middle; + font-size: 0.76923076923077em; + margin-left: 1em; + margin-top: 0.7em; + + &:hover { + background: none; + } + + .icon-spinner6 { + margin-right: 0; + background-image: url('img/sprites-gray.png'); - a { - width: auto; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - - &:hover { - background-color: #D5ECF9; - background-image: none; - border-bottom: 1px solid #A7D7F1; - border-top: 1px solid #A7D7F1; - color: #4D5258; - } + &:hover { + background-image: url('img/sprites-white.png'); + background-color: transparent; + } + } + } + + /* + .dropdown { + display: inline-block; + margin-left: 0.53846153846154em; + margin-top: 0.46153846153846em; + min-width: 15.3846153846154em; + width: auto; + + .dropdown-toggle { + font-size: 0.84615384615385em; + color: #fff; + display: inline-block; + line-height: 2.36363636363636em; + border: 1px solid #676c6e; + border-radius: 2px; + padding: 0 0.54545454545455em; + background: #555a5e url(img/sprite-arrow-down.svg) no-repeat right -26px; + display: block; + + &:hover, + &:focus { + text-decoration: none; + } + + &:hover { + border-color: #7e8385; } } - li.selected a { - background-color: #2B99C0; - background-image: linear-gradient(top, #2EA1CA 0%, #2792B6 100%); - background-image: -o-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); - background-image: -moz-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); - background-image: -webkit-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); - background-image: -ms-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); - background-image: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0.0, #2EA1CA), - color-stop(1,0, #2792B6) - ); - background-repeat: repeat-x; - color: #FFFFFF; + .dropdown-menu { + + left: 0; + min-width: 0; + width: 100%; + overflow: hidden; + + li, + li.selected { + width: auto; + + a { + width: auto; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + + &:hover { + background-color: #D5ECF9; + background-image: none; + border-bottom: 1px solid #A7D7F1; + border-top: 1px solid #A7D7F1; + color: #4D5258; + } + } + } + + li.selected a { + background-color: #2B99C0; + background-image: linear-gradient(top, #2EA1CA 0%, #2792B6 100%); + background-image: -o-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); + background-image: -moz-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); + background-image: -webkit-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); + background-image: -ms-linear-gradient(top, #2EA1CA 0%, #2792B6 100%); + background-image: -webkit-gradient( + linear, + left top, + left bottom, + color-stop(0.0, #2EA1CA), + color-stop(1,0, #2792B6) + ); + background-repeat: repeat-x; + color: #FFFFFF; + } + } + + &.open .dropdown-toggle { + text-decoration: none; + box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2); + border-color: #7e8385; } } - - &.open .dropdown-toggle { - text-decoration: none; - box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2); - border-color: #7e8385; - } + */ } -*/ - } - - .button { - font-size: 0.84615384615385em; - margin-right: 1.36363636363636em; - margin-top: 0.63636363636364em; - &:focus { - text-decoration: none; + .button { + font-size: 0.84615384615385em; + margin-right: 1.36363636363636em; + margin-top: 0.63636363636364em; + + &:focus { + text-decoration: none; + } } } } - .bs-sidebar { background-color: @bg-grey; padding-top: 4.3em; @@ -244,11 +299,12 @@ body { ul li { margin-bottom: 0.5em; + margin-left: -1em; a { font-size: 1.3em; font-family: @open-sans; - padding-left: 3em; + padding-left: 1.92307692307692em; color: @text-black; line-height: 2.07692307692308em; display: block; @@ -256,7 +312,8 @@ body { border-style: solid; border-color: @bg-grey; - &:hover { + &:hover, + &:focus { text-decoration: none; color: @text-grey; } @@ -266,6 +323,9 @@ body { background-color: #c7e5f0; border-color: #56bae0; font-weight: bold; + background-image: url(img/icon-sidebar-active.svg); + background-repeat: no-repeat; + background-position: right center; } } } @@ -663,6 +723,14 @@ table.list { @media (max-width: 1200px) { + .header.rcue { + + .navbar.utility .navbar-inner, + .navbar.primary .navbar-inner { + max-width: 970px; + } + } + #container-right-bg { margin-left: 242.5px; width: 727.5px; @@ -671,14 +739,32 @@ table.list { @media (max-width: 992px) { + .header.rcue { + + .navbar.utility .navbar-inner, + .navbar.primary .navbar-inner { + max-width: 750px; + } + } + .bs-sidebar, .user .bs-sidebar { - padding-top: 2em; + padding-top: 1em; width: 100%; - ul li a { - border-width: 1px; - } + ul li { + + margin-left: 0; + + a { + border-width: 1px; + padding-left: 1.53846153846154em; + } + + &.active a { + background-image: none; + } + } } #content-area .top-nav { @@ -698,8 +784,25 @@ table.list { @media (max-width: 768px) { + .header.rcue { + + .navbar.utility .navbar-inner, + .navbar.primary .navbar-inner { + max-width: 100%; + } + } + + .bs-sidebar, + .user .bs-sidebar { + + ul li.active a { + border-left: none; + border-right: none; + } + } + .container { - min-width: 580px; + min-width: 56em; } #content-area { @@ -711,9 +814,3 @@ table.list { width: 100%; } } - - - - - - diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/forms.css b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/forms.css index b8d30662e4..8d99830881 100644 --- a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/forms.css +++ b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/forms.css @@ -55,6 +55,25 @@ textarea { padding: 0.45em 0.545454545454545em; height: auto; } +input[type="text"][readonly], +input[type="password"][readonly], +input[type="email"][readonly], +textarea[readonly] { + background-color: #f0f0f0; +} +input[type="text"][readonly]:hover, +input[type="password"][readonly]:hover, +input[type="email"][readonly]:hover, +textarea[readonly]:hover { + border-color: #62afdb; +} +input[type="text"][readonly]:focus, +input[type="password"][readonly]:focus, +input[type="email"][readonly]:focus, +textarea[readonly]:focus { + border-color: #b6b6b6; + box-shadow: none; +} .input-below { clear: both; display: inline-block; @@ -235,9 +254,14 @@ button.primary:focus, right: 0.2em; top: 0.4em; opacity: 0.5; + filter: alpha(opacity=50); } -.search-comp .icon-search:hover { +.search-comp .icon-search:hover, +.search-comp .icon-search:active, +.search-comp .icon-search:focus { + background-image: url('img/sprites.png'); opacity: 1; + filter: alpha(opacity=100); -webkit-transition: ease-in-out opacity 0.25s; -moz-transition: ease-in-out opacity 0.25s; -o-transition: ease-in-out opacity 0.25s; diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/forms.less b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/forms.less index e666300239..c965f0e552 100644 --- a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/forms.less +++ b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/forms.less @@ -56,6 +56,22 @@ textarea { height: auto; } +input[type="text"][readonly], +input[type="password"][readonly], +input[type="email"][readonly], +textarea[readonly] { + background-color: #f0f0f0; + + &:hover { + border-color: #62afdb; + } + + &:focus { + border-color: #b6b6b6; + box-shadow: none; + } +} + .input-below { clear: both; display: inline-block; @@ -266,9 +282,14 @@ button.primary, right: 0.2em; top: 0.4em; opacity: 0.5; + filter: alpha(opacity=50); - &:hover { + &:hover, + &:active, + &:focus { + background-image: url('img/sprites.png'); opacity: 1; + filter: alpha(opacity=100); -webkit-transition: ease-in-out opacity 0.25s; -moz-transition: ease-in-out opacity 0.25s; -o-transition: ease-in-out opacity 0.25s; diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/customer-login-screen-bg.jpg b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/customer-login-screen-bg.jpg deleted file mode 100644 index 1bbfc951f3..0000000000 Binary files a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/customer-login-screen-bg.jpg and /dev/null differ diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/customer-login-screen-bg.svg b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/customer-login-screen-bg.svg deleted file mode 100644 index 6c4f813566..0000000000 --- a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/customer-login-screen-bg.svg +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/customer-login-screen-bg2.jpg b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/customer-login-screen-bg2.jpg deleted file mode 100644 index d51bfbe4b4..0000000000 Binary files a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/customer-login-screen-bg2.jpg and /dev/null differ diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/icon-row-selected.png b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/icon-row-selected.png new file mode 100644 index 0000000000..3832bb2c9a Binary files /dev/null and b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/icon-row-selected.png differ diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/icon-sidebar-active.png b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/icon-sidebar-active.png new file mode 100644 index 0000000000..e7b9b08283 Binary files /dev/null and b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/icon-sidebar-active.png differ diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/icon-sidebar-active.svg b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/icon-sidebar-active.svg new file mode 100644 index 0000000000..3b7539db51 --- /dev/null +++ b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/icon-sidebar-active.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/login-register-email-separator.png b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/login-register-email-separator.png new file mode 100644 index 0000000000..b8deca4081 Binary files /dev/null and b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/login-register-email-separator.png differ diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/login-register-separator.png b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/login-register-separator.png new file mode 100644 index 0000000000..d626a45f65 Binary files /dev/null and b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/login-register-separator.png differ diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/login-register-social-separators.png b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/login-register-social-separators.png index 94d2026eae..3f08929418 100644 Binary files a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/login-register-social-separators.png and b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/login-register-social-separators.png differ diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/tooltip-box-arrow-right-up.png b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/tooltip-box-arrow-right-up.png new file mode 100644 index 0000000000..5b5174d988 Binary files /dev/null and b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/img/tooltip-box-arrow-right-up.png differ diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/login-register.css b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/login-register.css index 081ccd8c3e..edb5894afb 100644 --- a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/login-register.css +++ b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/login-register.css @@ -10,6 +10,14 @@ body { background-size: auto; background-repeat: no-repeat; color: #fff; + /* + .form-area { + background-image: url(img/login-register-separator.svg); + background-repeat: no-repeat; + background-position: 40.2em center; + } + */ + /* Login area */ /* Social login area */ @@ -60,11 +68,6 @@ body { .rcue-login-register .background-area section:first-child { padding-right: 4.5em; } -.rcue-login-register .form-area { - background-image: url(img/login-register-separator.svg); - background-repeat: no-repeat; - background-position: 40.2em center; -} .rcue-login-register .form-area.social { background-image: url(img/login-register-social-separators.svg); background-position: 39.6em center; @@ -138,6 +141,9 @@ body { top: -9.2em; min-width: 35em; } +.rcue-login-register.reset .feedback { + left: 35.7em; +} .rcue-login-register section.social-login > span { display: none; } diff --git a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/login-register.less b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/login-register.less index 8c3330275b..33c5e76683 100644 --- a/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/login-register.less +++ b/admin-ui-styles/src/main/resources/META-INF/resources/admin-ui/css/login-register.less @@ -65,11 +65,13 @@ body { } + /* .form-area { background-image: url(img/login-register-separator.svg); background-repeat: no-repeat; background-position: 40.2em center; } + */ .form-area.social { background-image: url(img/login-register-social-separators.svg); @@ -147,6 +149,10 @@ body { min-width: 35em; } + &.reset .feedback { + left: 35.7em; + } + /* Social login area */ diff --git a/admin-ui/src/main/resources/META-INF/resources/admin/partials/menu.html b/admin-ui/src/main/resources/META-INF/resources/admin/partials/menu.html index 52e3d865f8..4ae72a7d09 100755 --- a/admin-ui/src/main/resources/META-INF/resources/admin/partials/menu.html +++ b/admin-ui/src/main/resources/META-INF/resources/admin/partials/menu.html @@ -1,6 +1,6 @@