Skip to content
Code-Schnipsel Gruppen Projekte

Update 'next-3.x' with latest changes from 'main'

Zusammengeführt QUIQQER Stabilization schlägt vor, main in next-3.x zu mergen.
1 Datei
+ 7
0
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
+ 36
163
@@ -11,7 +11,7 @@
/* simple user info */
/********************/
.quiqqer-fupc-userinfo {
border: 1px solid #ddd;
border: var(--_qui-cologne-theme-border-width) solid var(--_qui-cologne-theme-border-color);
border-radius: 5px;
margin-bottom: 1em;
background: #fff;
@@ -21,67 +21,33 @@
background: url("../images/brushed_alu.png");
}
.quiqqer-frontendUsers-profile-container {
display: flex;
margin-bottom: 2rem;
margin-top: 2rem;
}
.quiqqer-frontendUsers-controls-profile .quiqqer-frontendUsers-controls-profile-categories {
padding-right: 20px;
}
.quiqqer-frontendUsers-controls-profile .quiqqer-frontendUsers-controls-profile-categoryContent {
padding-left: 20px;
}
@media (max-width: 768px) {
.quiqqer-frontendUsers-controls-profile .quiqqer-frontendUsers-controls-profile-categories {
padding: 0;
width: 100%;
}
.quiqqer-frontendUsers-controls-profile .quiqqer-frontendUsers-controls-profile-categoryContent {
padding-left: 0;
}
/***********/
/* Profile */
/***********/
.quiqqer-frontendUsers-controls-profile {
--qui-frontend-users-profile__radius: 0;
--qui-frontend-users-profile__sidebar-width: 360px;
--qui-frontend-users-profile__content-maxWidth: 700px;
--qui-frontend-users-profile__sidebar-nav-item-outline--hover: none;
--qui-frontend-users-profile__sidebar-nav-item-bg-color--hover: transparent;
}
/*****************/
/* category menu */
/*****************/
.quiqqer-fupc-category {
margin-bottom: 2em;
}
.quiqqer-fupc-category:last-child {
margin-bottom: 0;
/*margin-bottom: 2em;*/
}
.quiqqer-fupc-category-header {
line-height: 30px;
}
.quiqqer-fupc-category .quiqqer-fupc-category-header {
border-bottom: 1px solid #ddd;
cursor: pointer;
font-size: 1.5em;
line-height: 30px;
}
.quiqqer-fu-profile-categories-category-items {
clear: both;
float: left;
width: 100%;
}
.quiqqer-fupc-category-items-item {
border: 1px solid #ddd;
border-bottom: none;
border-top: var(--_qui-cologne-theme-border-width) solid var(--_qui-cologne-theme-border-color);
border-left: var(--_qui-cologne-theme-border-width) solid var(--_qui-cologne-theme-border-color);
border-right: var(--_qui-cologne-theme-border-width) solid var(--_qui-cologne-theme-border-color);
clear: both;
color: #333;
display: flex;
float: left;
line-height: 40px;
overflow: hidden;
padding: 5px 0;
position: relative;
@@ -89,26 +55,13 @@
width: 100%;
}
.quiqqer-fupc-category.quiqqer-fupc-category--open .quiqqer-fupc-category-header {
border-bottom: none !important;
}
.quiqqer-fupc-category--open .quiqqer-fupc-category-items-item {
background: #fff;
}
.quiqqer-fupc-category .quiqqer-fu-profile-categories-category-items .quiqqer-fupc-category-items-item--active,
.quiqqer-fupc-category .quiqqer-fu-profile-categories-category-items .quiqqer-fupc-category-items-item:hover {
background: #fff;
}
.quiqqer-fupc-category--open .quiqqer-fupc-category-items-item:last-child {
border-bottom: 1px solid #ddd;
.quiqqer-fupc-category-items-item:last-child {
border-bottom: var(--_qui-cologne-theme-border-width) solid var(--_qui-cologne-theme-border-color);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.quiqqer-fupc-category--open .quiqqer-fupc-category-items-item:first-child {
.quiqqer-fupc-category-items-item:first-child {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
@@ -122,45 +75,21 @@
width: 0;
}
.quiqqer-fu-profile-categories-category-items .quiqqer-fupc-category-items-item--active,
.quiqqer-fu-profile-categories-category-items .quiqqer-fupc-category-items-item:hover {
background: none;
}
.quiqqer-fu-profile-categories-category-items .quiqqer-fupc-category-items-item--active:before,
.quiqqer-fu-profile-categories-category-items .quiqqer-fupc-category-items-item:hover:before {
.quiqqer-fupc-category-items-item[data-active]:before,
.quiqqer-fupc-category-items-item:is(:hover, :focus):before {
width: 4px;
}
.quiqqer-fupc-category-items-item .fa {
line-height: 40px;
width: 40px;
}
/***********/
/* address */
/***********/
.quiqqer-frontend-users-address header,
.quiqqer-frontendUsers-userdata-section header {
padding: 20px 0;
}
.quiqqer-frontend-users-address header h2,
.quiqqer-frontendUsers-userdata-section header h2 {
padding-bottom: 0;
}
.quiqqer-frontend-users-address-edit .qui-select,
.quiqqer-frontend-users-address-edit .qui-select .drop-icon {
height: 40px;
}
.quiqqer-frontend-users-address-edit .qui-select .text {
line-height: 40px;
}
.quiqqer-frontendUsers-userdata-invoiceaddress {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
float: left;
margin-bottom: 20px;
padding-bottom: 20px;
width: 100%;
@@ -172,72 +101,10 @@
margin-right: 10px;
}
.quiqqer-frontend-users-address-list-entry {
border: 1px solid #ddd;
background: #fff;
}
.quiqqer-frontendUsers-controls-profile-categoryContent .quiqqer-frontend-users-address-list-entry-buttons button {
width: inherit;
margin-bottom: 0;
}
.cologne-main .quiqqer-frontendUsers-userdata-address h2,
.cologne-main .quiqqer-frontendUsers-userdata-invoiceaddress h2,
.cologne-main .quiqqer-frontendUsers-userdata-invoiceaddress header,
.cologne-main .quiqqer-frontendUsers-controls-profile-changepassword h2,
.cologne-main .quiqqer-frontendUsers-controls-profile-deleteaccount h2 {
margin-top: 0;
padding-top: 0;
}
@media (max-width: 768px) {
.quiqqer-frontendUsers-controls-profile-categories-mobile {
margin-bottom: 2em;
}
.quiqqer-frontend-users-address-list .quiqqer-frontend-users-address-list-entry {
width: 100%;
}
.quiqqer-frontend-users-address-list .quiqqer-frontend-users-address-list-entry:nth-child(even) {
margin-left: 0;
}
.quiqqer-frontend-users-address-list .quiqqer-frontend-users-address-list-entry:nth-child(odd) {
margin-right: 0;
}
}
/* email */
.quiqqer-frontendUsers-userdata-address-additional .quiqqer-frontendUsers-userdata-email input {
float: left;
width: calc(100% - 70px);
margin-right: 10px;
}
.quiqqer-frontendUsers-userdata-email .quiqqer-frontendUsers-userdata-email-edit {
line-height: 40px;
border-width: 1px;
border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
.cologne-main .quiqqer-frontendUsers-controls-profile-control label {
margin-bottom: 10px;
}
}
/**********/
/* Avatar */
/**********/
.quiqqer-frontendUsers-userAvatar-gravatar {
margin: 1.5rem 0;
}
/******************/
/* profile orders */
/******************/
/* hide top pagination */
.quiqqer-order-profile-orders .quiqqer-order-profile-orders-pagination:first-child {
display: none;
}
@@ -245,20 +112,26 @@
/*****************/
/* Login control */
/*****************/
.quiqqer-fu-login-container,
.quiqqer-fu-registrationSignUp {
:where(.loginAndRegister) .quiqqer-fu-login-container,
:where(.loginAndRegister) .quiqqer-fu-registrationSignUp {
padding: 1.5rem 2rem;
}
.quiqqer-fu-login-container {
:where(.loginAndRegister) .quiqqer-fu-login-container {
background: #f8f8f8;
border: 1px solid #ddd;
border: var(--_qui-cologne-theme-border-width) solid var(--_qui-cologne-theme-border-color);
max-width: 400px;
position: relative;
width: 100%;
}
.quiqqer-frontendUsers-login .quiqqer-fu-login-container {
.loginAndRegister .quiqqer-fu-login-container-width {
width: 100%;
max-width: 400px;
margin-inline: auto;
}
:where(.loginAndRegister) .quiqqer-frontendUsers-login .quiqqer-fu-login-container {
background: none;
border: none;
margin: 0 auto;
@@ -266,7 +139,7 @@
}
@media screen and (max-width: 767px) {
.quiqqer-fu-registrationSignUp {
:where(.loginAndRegister) .quiqqer-fu-registrationSignUp {
padding: 0;
}
}
@@ -278,10 +151,11 @@
background: none;
border: none;
color: inherit;
float: right;
margin-top: 1rem;
padding: 0;
position: initial;
width: 100%;
text-align: right;
}
.quiqqer-fu-login-container .quiqqer-fu-login-forget-password-reset [type="submit"] {
@@ -317,8 +191,7 @@
}
.loginAndRegister .quiqqer-fu-login-forget-password-reset {
padding: 1.5rem 2rem;
background: #f8f8f8;
padding-inline: 2rem;
}
.quiqqer-fu-registrationSignUp-terms-text [name="decline"] {