Marthee commited on
Commit
8579720
·
1 Parent(s): e777287

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +43 -81
static/style.css CHANGED
@@ -12,15 +12,25 @@
12
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
13
 
14
  }
15
- #pleasewait{
16
- position: absolute;
17
- top: 50%;
18
- left: 50%;
19
- font-size: 20px;
20
- color: white;
21
- transform: translate(-50%,-50%);
22
- -ms-transform: translate(-50%,-50%);
 
 
 
 
 
 
 
23
  }
 
 
 
24
  #rightside{
25
 
26
  margin-left:430px ;
@@ -86,7 +96,7 @@
86
  font-family: "acumin-pro", sans-serif;
87
  font-weight: bold;
88
  /* font-style: normal; */
89
- margin-left: 8px ;
90
  font-size: 13px;
91
  position: absolute;
92
  margin-top: 10px;
@@ -95,6 +105,7 @@
95
 
96
  }
97
 
 
98
  #measureCheckbox, #relvdiv,#saveOPlabel, #saveOP{ /*,.area , .pattern, .border , .length , .match{*/
99
  font-family: "acumin-pro", sans-serif;
100
  font-weight: 400;
@@ -123,6 +134,7 @@
123
  color:white;
124
  display:inline-block;
125
  }
 
126
  #measureADRbutton2{
127
  border: none;
128
  padding: 10px 121px;
@@ -284,9 +296,7 @@ cursor: pointer;
284
  margin-top: 2px;
285
 
286
  }
287
- #LegendHist{
288
- margin-left: 25px;
289
- }
290
  #lvlinput{
291
  font-size: 13px;
292
  width: 13ch;
@@ -485,6 +495,7 @@ cursor: pointer;
485
  border: none;
486
  position: static;
487
  /* top:0; */
 
488
  }
489
  .select2-dropdown.select2-dropdown--above{
490
  margin-top: -10px;
@@ -503,7 +514,26 @@ cursor: pointer;
503
  margin-top: -3px;
504
  /* display: inline-block; */
505
  }
506
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
507
  .select2-selection.select2-selection--single{
508
  border: none;
509
  }
@@ -512,58 +542,8 @@ cursor: pointer;
512
  }
513
 
514
 
515
- .projnamedp input:hover, .projectpart input:hover , .projectsection input:hover {
516
- background-color: lightgrey;
517
- box-shadow: 4px 4px 4px gray;
518
- }
519
-
520
-
521
-
522
- .projnamedp ul , .projectpart ul , .projectsection ul , .measurementscripts ul , .measurementsMC ul {
523
- display: none;
524
- list-style-type: none;
525
- background-color: #fff;
526
- border-radius: 0 0 3px 3px;
527
- border: 2px solid #6e6e6e;
528
- height: 250px;
529
- margin: 0;
530
- overflow-y: scroll;
531
- overflow-x: hidden;
532
- padding: 0;
533
- width: 450px;
534
- margin-left: 5px;
535
- }
536
- /* .measurementscripts ul, .measurementsMC ul {
537
- margin-top: 41px;
538
- } */
539
- .projnamedp ul li , .projectpart ul li , .projectsection ul li , .measurementscripts ul li , .measurementsMC ul li {
540
- padding: 7px 9px;
541
- border-bottom: 1px solid #e1e1e1;
542
- cursor: pointer;
543
- color: #6e6e6e;
544
- }
545
-
546
- .projnamedp ul li:hover , .projectpart ul li:hover , .projectsection ul li:hover , .measurementscripts ul li:hover , .measurementsMC ul li:hover {
547
- padding: 7px 9px;
548
- border-bottom: 1px solid #a9a9a9;
549
- cursor: pointer;
550
- color:black;
551
- background-color: #afacac;
552
- }
553
 
554
- .projnamedp ul li.selected , .projectpart ul li.selected , .projectsection ul li.selected , .measurementscripts ul li.selected , .measurementsMC ul li.selected {
555
- background-color: #e8e8e8;
556
- color: #333;
557
- }
558
 
559
- .measurementscripts input {
560
- margin-left: 5px ;
561
- width: 15ch;
562
- }
563
- .measurementsMC input{
564
- margin-left: 120px ;
565
- width: 23ch;
566
- }
567
  /* #measureitemsid{
568
  margin-top: 10px ;
569
  width: 11ch;
@@ -586,22 +566,4 @@ cursor: pointer;
586
  #measureitemsid:hover{
587
  box-shadow: 4px 4px 4px gray;
588
  }
589
- .measurementscripts input , .measurementsMC input , #measureitemsid{
590
- margin-top: 8px ;
591
- height: 33px;
592
- font-family: "acumin-pro", sans-serif;
593
- font-weight: 400;
594
- font-style: normal;
595
- font-size: 13px;
596
- border-radius: 3px;
597
- cursor: pointer;
598
- box-shadow: 2px 2px 2px gray;
599
- color: black;
600
- font-weight: 400;
601
- display:inline-block;
602
- position: absolute;
603
- }
604
- .measurementscripts input:hover , .measurementsMC input:hover{
605
- box-shadow: 4px 4px 4px gray;
606
- }
607
 
 
12
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
13
 
14
  }
15
+
16
+ body{
17
+ margin-top: 45px;
18
+ position: static;
19
+ }
20
+ .tab{
21
+ z-index: 9999;
22
+ margin-top: -4px;
23
+ position: fixed;
24
+ top: 0;
25
+ width: 100%;
26
+ }
27
+
28
+ #LegendHist{
29
+ margin-left: 25px;
30
  }
31
+
32
+
33
+
34
  #rightside{
35
 
36
  margin-left:430px ;
 
96
  font-family: "acumin-pro", sans-serif;
97
  font-weight: bold;
98
  /* font-style: normal; */
99
+ margin-left: 7px ;
100
  font-size: 13px;
101
  position: absolute;
102
  margin-top: 10px;
 
105
 
106
  }
107
 
108
+
109
  #measureCheckbox, #relvdiv,#saveOPlabel, #saveOP{ /*,.area , .pattern, .border , .length , .match{*/
110
  font-family: "acumin-pro", sans-serif;
111
  font-weight: 400;
 
134
  color:white;
135
  display:inline-block;
136
  }
137
+
138
  #measureADRbutton2{
139
  border: none;
140
  padding: 10px 121px;
 
296
  margin-top: 2px;
297
 
298
  }
299
+
 
 
300
  #lvlinput{
301
  font-size: 13px;
302
  width: 13ch;
 
495
  border: none;
496
  position: static;
497
  /* top:0; */
498
+
499
  }
500
  .select2-dropdown.select2-dropdown--above{
501
  margin-top: -10px;
 
514
  margin-top: -3px;
515
  /* display: inline-block; */
516
  }
517
+ .select2-container--multiple {
518
+ height: auto;
519
+ margin-left: -10px;
520
+ background-color: white;
521
+ margin-top: 5px ;
522
+ height: 33px;
523
+
524
+ margin-left: 5px;
525
+ margin-right: -4px ;
526
+ font-family: "acumin-pro", sans-serif;
527
+ font-weight: 400;
528
+ font-style: normal;
529
+ font-size: 13px;
530
+ border-radius: 3px;
531
+ cursor: pointer;
532
+ color: black;
533
+ font-weight: 400;
534
+ /* position: relative; */
535
+ border: 2px solid #6e6e6e;
536
+ }
537
  .select2-selection.select2-selection--single{
538
  border: none;
539
  }
 
542
  }
543
 
544
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
545
 
 
 
 
 
546
 
 
 
 
 
 
 
 
 
547
  /* #measureitemsid{
548
  margin-top: 10px ;
549
  width: 11ch;
 
566
  #measureitemsid:hover{
567
  box-shadow: 4px 4px 4px gray;
568
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
569