Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +7 -29
static/style.css
CHANGED
|
@@ -463,8 +463,9 @@ cursor: pointer;
|
|
| 463 |
.select2-container--default ,.select2-container--single {
|
| 464 |
margin-top: 5px ;
|
| 465 |
height: 33px;
|
| 466 |
-
|
| 467 |
-
margin-left:
|
|
|
|
| 468 |
font-family: "acumin-pro", sans-serif;
|
| 469 |
font-weight: 400;
|
| 470 |
font-style: normal;
|
|
@@ -476,11 +477,9 @@ cursor: pointer;
|
|
| 476 |
/* position: relative; */
|
| 477 |
border: 2px solid #6e6e6e;
|
| 478 |
}
|
| 479 |
-
|
| 480 |
-
margin-top: -50px;
|
| 481 |
-
} */
|
| 482 |
.select2-search--dropdown{
|
| 483 |
-
margin-left: -
|
| 484 |
margin-top: -9px;
|
| 485 |
border-radius: 0 0 3px 3px;
|
| 486 |
border: none;
|
|
@@ -498,41 +497,20 @@ margin-top: -50px;
|
|
| 498 |
height: auto;
|
| 499 |
position: static;
|
| 500 |
overflow: scroll;
|
| 501 |
-
margin-left: -
|
| 502 |
/* margin-bottom: 20px; */
|
| 503 |
width: 370px;
|
| 504 |
margin-top: -3px;
|
| 505 |
/* display: inline-block; */
|
| 506 |
}
|
| 507 |
-
|
| 508 |
-
position: absolute;
|
| 509 |
-
} */
|
| 510 |
.select2-selection.select2-selection--single{
|
| 511 |
border: none;
|
| 512 |
}
|
| 513 |
.select2-selection__arrow{
|
| 514 |
display: none;
|
| 515 |
}
|
| 516 |
-
/* .select2-dropdown.select2-dropdown--above{
|
| 517 |
-
margin-top: 130px;
|
| 518 |
-
margin-left: -5px;
|
| 519 |
-
} */
|
| 520 |
|
| 521 |
-
.projnamedp input , .projectpart input , .projectsection input {
|
| 522 |
-
margin-top: 8px ;
|
| 523 |
-
height: 33px;
|
| 524 |
-
margin-left: 5px ;
|
| 525 |
-
font-family: "acumin-pro", sans-serif;
|
| 526 |
-
font-weight: 400;
|
| 527 |
-
font-style: normal;
|
| 528 |
-
font-size: 13px;
|
| 529 |
-
border-radius: 3px;
|
| 530 |
-
cursor: pointer;
|
| 531 |
-
box-shadow: 2px 2px 2px gray;
|
| 532 |
-
color: black;
|
| 533 |
-
font-weight: 400;
|
| 534 |
-
width: 51ch;
|
| 535 |
-
}
|
| 536 |
|
| 537 |
.projnamedp input:hover, .projectpart input:hover , .projectsection input:hover {
|
| 538 |
background-color: lightgrey;
|
|
|
|
| 463 |
.select2-container--default ,.select2-container--single {
|
| 464 |
margin-top: 5px ;
|
| 465 |
height: 33px;
|
| 466 |
+
|
| 467 |
+
margin-left: 5px;
|
| 468 |
+
margin-right: -4px ;
|
| 469 |
font-family: "acumin-pro", sans-serif;
|
| 470 |
font-weight: 400;
|
| 471 |
font-style: normal;
|
|
|
|
| 477 |
/* position: relative; */
|
| 478 |
border: 2px solid #6e6e6e;
|
| 479 |
}
|
| 480 |
+
|
|
|
|
|
|
|
| 481 |
.select2-search--dropdown{
|
| 482 |
+
margin-left: -10px;
|
| 483 |
margin-top: -9px;
|
| 484 |
border-radius: 0 0 3px 3px;
|
| 485 |
border: none;
|
|
|
|
| 497 |
height: auto;
|
| 498 |
position: static;
|
| 499 |
overflow: scroll;
|
| 500 |
+
margin-left: -6px;
|
| 501 |
/* margin-bottom: 20px; */
|
| 502 |
width: 370px;
|
| 503 |
margin-top: -3px;
|
| 504 |
/* display: inline-block; */
|
| 505 |
}
|
| 506 |
+
|
|
|
|
|
|
|
| 507 |
.select2-selection.select2-selection--single{
|
| 508 |
border: none;
|
| 509 |
}
|
| 510 |
.select2-selection__arrow{
|
| 511 |
display: none;
|
| 512 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 513 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 514 |
|
| 515 |
.projnamedp input:hover, .projectpart input:hover , .projectsection input:hover {
|
| 516 |
background-color: lightgrey;
|