Skip to content
Code-Schnipsel Gruppen Projekte
ArticleSummary.css 1,48 KiB
Newer Older

.quiqqer-erp-backend-temporaryErp-summary {
    background: #FFFFFF;
    border-top: 2px solid #DEDEDE;
    cursor: pointer;
    float: left;
    width: 100%;
}

.quiqqer-erp-backend-temporaryErp-summary:hover {
    background: rgba(0, 0, 0, 0.1);
}

.quiqqer-erp-backend-temporaryErp-summary-pos,
.quiqqer-erp-backend-temporaryErp-summary-total {
    border-top: 1px solid #DEDEDE;
    clear: both;
    float: left;
    padding: 5px;
    width: 100%;
}

.quiqqer-erp-backend-temporaryErp-summary-pos-title,
.quiqqer-erp-backend-temporaryErp-summary-pos-netto,
.quiqqer-erp-backend-temporaryErp-summary-pos-brutto,
.quiqqer-erp-backend-temporaryErp-summary-total-title,
.quiqqer-erp-backend-temporaryErp-summary-total-vat,
.quiqqer-erp-backend-temporaryErp-summary-total-netto,
.quiqqer-erp-backend-temporaryErp-summary-total-brutto {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.quiqqer-erp-backend-temporaryErp-summary-total-vat {
    width: 400px;
}

.quiqqer-erp-backend-temporaryErp-summary-pos-title {
    width: calc(100% - 400px);
}

.quiqqer-erp-backend-temporaryErp-summary-total-title {
    width: calc(100% - 800px);
}
Henning Leutz's avatar
Henning Leutz committed

.quiqqer-erp-backend-temporaryErp-priceFactors {
    background: #fff;
    border: 1px solid #DEDEDE;
    bottom: 80px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 8%);
    display: none;
    height: 90px;
    position: absolute;
    right: 10px;
    width: 400px;
    z-index: 1000;
}