This commit is contained in:
Laurent Destailleur 2023-03-01 21:20:16 +01:00
parent 12bd795afc
commit 03bf66a6b1
2 changed files with 8 additions and 1 deletions

View File

@ -7115,7 +7115,7 @@ div.tabsElem a.tab {
border: 1px solid #888;
}
.publicnewmemberform div.tabBarWithBottom {
border: 1px solid #f0f0f0;
border: 1px solid #e8e8e8;
padding: 30px;
border-radius: 8px;
background-color: #f8f8f8;

View File

@ -7042,6 +7042,13 @@ border-top-right-radius: 6px;
.public_border {
border: 1px solid #888;
}
.publicnewmemberform div.tabBarWithBottom {
border: 1px solid #e8e8e8;
padding: 30px;
border-radius: 8px;
background-color: #f8f8f8;
/*box-shadow: 2px 2px 10px #ddd;*/
}
.publicnewmemberform #tablesubscribe {
color: #666;