This commit is contained in:
Laurent Destailleur 2020-01-27 02:11:37 +01:00
parent d4223c3d82
commit 2d77765613

View File

@ -66,11 +66,11 @@ html,body {
} }
.bodytakepos { .bodytakepos {
background-color: #EEE; background-color: #EEE;
} }
.center { .center {
text-align: center; text-align: center;
} }
button.calcbutton.poscolorblue { button.calcbutton.poscolorblue {
@ -154,7 +154,7 @@ button.actionbutton {
} }
.takepospay { .takepospay {
font-size: 1.5em; font-size: 1.5em;
} }
.fa.fa-trash:before { .fa.fa-trash:before {
@ -210,7 +210,7 @@ div.description{
opacity:1; /* transparency */ opacity:1; /* transparency */
/*filter:alpha(opacity=80); IE transparency */ /*filter:alpha(opacity=80); IE transparency */
text-align:center; text-align:center;
padding-top: 30px; padding-top: 30px;
background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.98), rgba(255,255,255,1)); background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.98), rgba(255,255,255,1));
} }
@ -239,9 +239,9 @@ table.postablelines tr td {
div.paymentbordline div.paymentbordline
{ {
width:50%; width:50%;
background-color:#888; background-color:#888;
border-radius: 8px; border-radius: 8px;
margin-bottom: 4px; margin-bottom: 4px;
} }
@ -415,7 +415,6 @@ div.description_content {
.topnav a{ .topnav a{
float: left; float: left;
color: #f2f2f2; color: #f2f2f2;
text-align: center;
padding: 6px 16px; padding: 6px 16px;
text-decoration: none; text-decoration: none;
font-size: 17px; font-size: 17px;
@ -436,6 +435,7 @@ div.description_content {
float: left; float: left;
border-bottom: none !important; border-bottom: none !important;
margin-top: 4px; margin-top: 4px;
margin-left: 6px;
} }
@media screen and (min-width: 892px) { @media screen and (min-width: 892px) {
@ -510,7 +510,7 @@ div.description_content {
div.wrapper2 { div.wrapper2 {
width: 25%; width: 25%;
} }
div.div1 { div.div1 {
padding-bottom: 0; padding-bottom: 0;
margin-bottom: 10px; margin-bottom: 10px;
@ -518,25 +518,25 @@ div.description_content {
div.div1, div.div2, div.div3 { div.div1, div.div2, div.div3 {
width: 100%; width: 100%;
} }
div.row1 { div.row1 {
height: unset; height: unset;
} }
div.div2 { div.div2 {
min-height: unset; min-height: unset;
} }
div.div3 { div.div3 {
height: unset; height: unset;
} }
button.calcbutton, button.calcbutton2 { button.calcbutton, button.calcbutton2 {
min-height: 30px; min-height: 30px;
} }
.takepospay { .takepospay {
font-size: 1.2em; font-size: 1.2em;
} }
} }