Marthee commited on
Commit
3de2740
·
1 Parent(s): 0fa1e5c

Upload 5 files

Browse files
Files changed (1) hide show
  1. static/LegendPageStyle.css +8 -2
static/LegendPageStyle.css CHANGED
@@ -2,7 +2,8 @@
2
  .graynavbarLegend{
3
  background-color: #b2b2b2;
4
  height: 35px;
5
- position: relative;
 
6
  }
7
 
8
  .graynavbarLegend label{
@@ -91,6 +92,11 @@ font-family: "acumin-pro", sans-serif;
91
  width:40ch;
92
  word-wrap: break-word;
93
  }
 
 
 
 
 
94
  .infotip{
95
  justify-content: center;
96
  font-family: "acumin-pro", sans-serif;
@@ -102,4 +108,4 @@ font-family: "acumin-pro", sans-serif;
102
  #CreatesortDesc:hover , #EditsortDesc:hover , #CreatesortAsc:hover, #EditsortAsc:hover{
103
  color:gray;
104
  cursor: pointer;
105
- }
 
2
  .graynavbarLegend{
3
  background-color: #b2b2b2;
4
  height: 35px;
5
+ position: fixed;
6
+ width: 100%;
7
  }
8
 
9
  .graynavbarLegend label{
 
92
  width:40ch;
93
  word-wrap: break-word;
94
  }
95
+ #allprjdiv{
96
+ position: absolute;
97
+ margin-top: 40px;
98
+ z-index: -1;
99
+ }
100
  .infotip{
101
  justify-content: center;
102
  font-family: "acumin-pro", sans-serif;
 
108
  #CreatesortDesc:hover , #EditsortDesc:hover , #CreatesortAsc:hover, #EditsortAsc:hover{
109
  color:gray;
110
  cursor: pointer;
111
+ }