Skip to content
Code-Schnipsel Gruppen Projekte
frontend-users.css 3,94 KiB
Newer Older
  • Learn to ignore specific revisions
  • /********************/
    /* simple user info */
    /********************/
    .quiqqer-fupc-userinfo {
        border: 1px solid #ddd;
        border-radius: 5px;
    
        margin-bottom: 1em;
    
    }
    
    .quiqqer-fupc-userinfo .sui-top {
        background: url("../images/brushed_alu.png");
    }
    
    /*****************/
    /* category menu */
    /*****************/
    
    .quiqqer-frontendUsers-controls-profile-categoryContent h2 {
        font-weight: normal;
        line-height: 40px;
    }
    
    .quiqqer-fupc-category {
        margin-bottom: 2em;
    }
    
    .quiqqer-fupc-category:last-child {
        margin-bottom: 0;
    }
    
    
    .quiqqer-fupc-category .quiqqer-fupc-category-header {
        border-bottom: none !important;
    
        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;
    
        overflow: hidden;
    
        padding: 5px 0;
        position: relative;
    
        text-decoration: none;
        width: 100%;
    
    }
    
    .quiqqer-fupc-category--open .quiqqer-fupc-category-items-item:last-child {
        border-bottom: 1px solid #ddd;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .quiqqer-fupc-category--open .quiqqer-fupc-category-items-item:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    
    }
    
    .quiqqer-fupc-category-items-item:before {
        content: '';
        height: 100%;
        left: 0;
    
        position: absolute;
    
        top: 0;
        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 {
        width: 4px;
    
    .quiqqer-frontendUsers-userdata-section {
        max-width: 600px;
    }
    
    
    .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 select,
    .quiqqer-frontend-users-address-edit .qui-select {
        width: 50% !important;
    }
    
    .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%;
    
    }
    
    .quiqqer-frontendUsers-controls-profile-categoryContent [type="submit"] {
        margin: 0 auto 20px;
        max-width: 100%;
        width: 200px;
    }
    
    .quiqqer-frontendUsers-userdata-invoiceaddress [type="submit"] {
        width: 100px !important;
    }
    
    .quiqqer-frontend-users-address-list-entry-buttons button {
        width: inherit !important;
    
    }
    
    .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;
    
    }
    
    .cologne-main .quiqqer-order-customerData-edit-businessType [name="businessType"] {
        width: 70%;
    
    }
    
    @media (max-width: 768px) {
        .quiqqer-frontendUsers-controls-profile-categories-mobile {
            margin-bottom: 2em;
        }
    
    }
    
    /******************/
    /* profile orders */
    /******************/
    .quiqqer-order-profile-orders .quiqqer-order-profile-orders-pagination:first-child {
        display: none;