|
|
@@ -465,12 +465,12 @@ Transactions Strand
|
|
|
padding: 5px;
|
|
|
margin: 0;
|
|
|
align-items: center;
|
|
|
+ max-height: 150px;
|
|
|
}
|
|
|
|
|
|
#transactionFilter > div{
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
- align-items: center;
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
@@ -478,10 +478,49 @@ Transactions Strand
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
text-align: center;
|
|
|
+ margin: 0;
|
|
|
}
|
|
|
|
|
|
+ .filterLabel2{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ position: relative;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .filterLabel2 button{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ height: 25px;
|
|
|
+ width: 25px;
|
|
|
+ border-radius: 5px;
|
|
|
+ border: 1px solid black;
|
|
|
+ background: none;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+
|
|
|
+ .filterLabelHead{
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+
|
|
|
+ .filterLabel2 button:hover{
|
|
|
+ background: rgb(0, 27, 45);
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+
|
|
|
#transFilCheckboxes{
|
|
|
text-align: left;
|
|
|
+ position: absolute;
|
|
|
+ top: 25px;
|
|
|
+ background: rgb(240, 252, 255);
|
|
|
+ z-index: 1;
|
|
|
+ padding: 2px;
|
|
|
+ border: 1px solid black;
|
|
|
+ border-radius: 5px;
|
|
|
+ padding: 5px;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
#transFilCheckboxes label{
|
|
|
@@ -489,7 +528,9 @@ Transactions Strand
|
|
|
}
|
|
|
|
|
|
#transactionFilter input[type=submit]{
|
|
|
- max-height: 50px;
|
|
|
+ max-height: 30px;
|
|
|
+ padding: 0;
|
|
|
+ font-size: 15px;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1000px){
|