Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +56 -6
static/style.css
CHANGED
|
@@ -16,10 +16,11 @@
|
|
| 16 |
top: 50%;
|
| 17 |
left: 50%;
|
| 18 |
font-size: 20px;
|
| 19 |
-
color:
|
| 20 |
transform: translate(-50%,-50%);
|
| 21 |
-ms-transform: translate(-50%,-50%);
|
| 22 |
}
|
|
|
|
| 23 |
.accordion {
|
| 24 |
background-color:#F4C2C2 ; /*gray;*/
|
| 25 |
color: white;
|
|
@@ -332,7 +333,7 @@
|
|
| 332 |
|
| 333 |
|
| 334 |
}
|
| 335 |
-
|
| 336 |
|
| 337 |
width:35px;
|
| 338 |
height:35px;
|
|
@@ -344,6 +345,17 @@
|
|
| 344 |
position: absolute;
|
| 345 |
border: none;
|
| 346 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 347 |
#doneebackground{
|
| 348 |
top: 10px;
|
| 349 |
width:130px;
|
|
@@ -386,8 +398,8 @@ cursor: pointer;
|
|
| 386 |
font-style: normal;
|
| 387 |
font-size: 13px;
|
| 388 |
position: relative;
|
| 389 |
-
margin-left:
|
| 390 |
-
margin-top:
|
| 391 |
|
| 392 |
}
|
| 393 |
#LegendHist{
|
|
@@ -412,6 +424,25 @@ cursor: pointer;
|
|
| 412 |
#areadiv, #prmdiv{
|
| 413 |
margin-top: 10px;
|
| 414 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 415 |
#radiosColors{
|
| 416 |
/* max-width: 50%; */
|
| 417 |
display: flex;
|
|
@@ -432,12 +463,29 @@ cursor: pointer;
|
|
| 432 |
cursor: pointer;
|
| 433 |
box-shadow: 4px 4px 4px rgb(57, 57, 57);
|
| 434 |
}
|
| 435 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 436 |
/* Tooltip container */
|
| 437 |
#infotool {
|
| 438 |
position: relative;
|
| 439 |
display: inline-block;
|
| 440 |
-
margin-top:
|
|
|
|
| 441 |
/* border-bottom: 1px dotted black; If you want dots under the hoverable text */
|
| 442 |
}
|
| 443 |
|
|
@@ -477,12 +525,14 @@ cursor: pointer;
|
|
| 477 |
/* border-color: #bdbcbc transparent transparent transparent; */
|
| 478 |
}
|
| 479 |
|
|
|
|
| 480 |
/* Show the tooltip text when you mouse over the tooltip container */
|
| 481 |
#infotool:hover .tooltiptext {
|
| 482 |
visibility: visible;
|
| 483 |
opacity: 1;
|
| 484 |
}
|
| 485 |
|
|
|
|
| 486 |
#secondpage{
|
| 487 |
float: right;
|
| 488 |
margin-right: 10px;
|
|
|
|
| 16 |
top: 50%;
|
| 17 |
left: 50%;
|
| 18 |
font-size: 20px;
|
| 19 |
+
color: white;
|
| 20 |
transform: translate(-50%,-50%);
|
| 21 |
-ms-transform: translate(-50%,-50%);
|
| 22 |
}
|
| 23 |
+
|
| 24 |
.accordion {
|
| 25 |
background-color:#F4C2C2 ; /*gray;*/
|
| 26 |
color: white;
|
|
|
|
| 333 |
|
| 334 |
|
| 335 |
}
|
| 336 |
+
.addmctnameclass{
|
| 337 |
|
| 338 |
width:35px;
|
| 339 |
height:35px;
|
|
|
|
| 345 |
position: absolute;
|
| 346 |
border: none;
|
| 347 |
}
|
| 348 |
+
.deletemctnameclass{
|
| 349 |
+
width:35px;
|
| 350 |
+
height:35px;
|
| 351 |
+
/* left: %; */
|
| 352 |
+
margin-top: -1px;
|
| 353 |
+
margin-left: 30px;
|
| 354 |
+
cursor: pointer;
|
| 355 |
+
|
| 356 |
+
position: absolute;
|
| 357 |
+
border: none;
|
| 358 |
+
}
|
| 359 |
#doneebackground{
|
| 360 |
top: 10px;
|
| 361 |
width:130px;
|
|
|
|
| 398 |
font-style: normal;
|
| 399 |
font-size: 13px;
|
| 400 |
position: relative;
|
| 401 |
+
margin-left: 5px;
|
| 402 |
+
margin-top: 2px;
|
| 403 |
|
| 404 |
}
|
| 405 |
#LegendHist{
|
|
|
|
| 424 |
#areadiv, #prmdiv{
|
| 425 |
margin-top: 10px;
|
| 426 |
}
|
| 427 |
+
#selectunitA, #selectunitP{
|
| 428 |
+
margin-left: 4px;
|
| 429 |
+
height: 30px;
|
| 430 |
+
width: 48px;
|
| 431 |
+
font-family: "acumin-pro", sans-serif;
|
| 432 |
+
font-weight: 400;
|
| 433 |
+
font-style: normal;
|
| 434 |
+
font-size: 13px;
|
| 435 |
+
border-radius: 5px;
|
| 436 |
+
cursor: pointer;
|
| 437 |
+
color: black;
|
| 438 |
+
}
|
| 439 |
+
#levelcheckbox{
|
| 440 |
+
|
| 441 |
+
/* margin-top: 10px; */
|
| 442 |
+
margin-left: 6px;
|
| 443 |
+
zoom: 1.3;
|
| 444 |
+
|
| 445 |
+
}
|
| 446 |
#radiosColors{
|
| 447 |
/* max-width: 50%; */
|
| 448 |
display: flex;
|
|
|
|
| 463 |
cursor: pointer;
|
| 464 |
box-shadow: 4px 4px 4px rgb(57, 57, 57);
|
| 465 |
}
|
| 466 |
+
#undoButtonId {
|
| 467 |
+
background-color: rgba(255, 0, 0, 0.633);
|
| 468 |
+
border: none;
|
| 469 |
+
padding: 10px 50px;
|
| 470 |
+
cursor: pointer;
|
| 471 |
+
border-radius: 7px;
|
| 472 |
+
/* margin-left: 2px; */
|
| 473 |
+
font-family: "acumin-pro", sans-serif;
|
| 474 |
+
font-weight: bold;
|
| 475 |
+
font-style: normal;
|
| 476 |
+
font-size: 14px;
|
| 477 |
+
color:white;
|
| 478 |
+
display:inline-block;
|
| 479 |
+
}
|
| 480 |
+
#undoButtonId:hover{
|
| 481 |
+
color:black;
|
| 482 |
+
}
|
| 483 |
/* Tooltip container */
|
| 484 |
#infotool {
|
| 485 |
position: relative;
|
| 486 |
display: inline-block;
|
| 487 |
+
margin-top: 4px;
|
| 488 |
+
margin-left: 4px;
|
| 489 |
/* border-bottom: 1px dotted black; If you want dots under the hoverable text */
|
| 490 |
}
|
| 491 |
|
|
|
|
| 525 |
/* border-color: #bdbcbc transparent transparent transparent; */
|
| 526 |
}
|
| 527 |
|
| 528 |
+
|
| 529 |
/* Show the tooltip text when you mouse over the tooltip container */
|
| 530 |
#infotool:hover .tooltiptext {
|
| 531 |
visibility: visible;
|
| 532 |
opacity: 1;
|
| 533 |
}
|
| 534 |
|
| 535 |
+
|
| 536 |
#secondpage{
|
| 537 |
float: right;
|
| 538 |
margin-right: 10px;
|