This commit is contained in:
Laurent Destailleur 2019-05-13 20:55:05 +02:00
parent b63803e8ef
commit 278d4fdb8e
2 changed files with 12 additions and 4 deletions

View File

@ -266,6 +266,10 @@ input#onlinepaymenturl, input#directdownloadlink {
opacity: 0.7;
}
div#moretabsListaction {
z-index: 5;
}
hr { border: 0; border-top: 1px solid #ccc; }
.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
@ -2251,8 +2255,8 @@ div.popuptabset {
border: 1px solid #888;
}
div.popuptab {
padding-top: 3px;
padding-bottom: 3px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

View File

@ -492,6 +492,10 @@ input[name=surface] { margin-right: 4px; }
fieldset { border: 1px solid #AAAAAA !important; }
.legendforfieldsetstep { padding-bottom: 10px; }
div#moretabsListaction {
z-index: 5;
}
hr { border: 0; border-top: 1px solid #ccc; }
.button, .buttonDelete, input[name="sbmtConnexion"] {
@ -2405,8 +2409,8 @@ div.popuptabset {
border: 1px solid #888;
}
div.popuptab {
padding-top: 3px;
padding-bottom: 3px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}