Skip to content

Commit

Permalink
Merge pull request #570 from devgateway/OCMAKU-622
Browse files Browse the repository at this point in the history
OCMAKU-627 Corruption dash contract page overlap
  • Loading branch information
lilitk authored Jun 16, 2020
2 parents d88dfca + 2b581d0 commit 9a3ec11
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion ui/oce/corruption-risk/buyers/single/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
h2 {
font-family: 'Source Sans Pro';
font-weight: 600;
margin-top: -20px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@
h2 {
font-family: 'Source Sans Pro';
font-weight: 600;
margin-top: -20px;
}
}
4 changes: 2 additions & 2 deletions ui/oce/corruption-risk/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -1021,10 +1021,10 @@
@msgHeight: 70px;

.message {
position: absolute;
position: relative;
top: 50%;
left: 50%;
margin-top: -@msgHeight / 2;
margin-bottom: 20px;
margin-left: -@msgWidth / 2;
width: @msgWidth;
height: @msgHeight;
Expand Down
2 changes: 1 addition & 1 deletion ui/oce/visualizations/charts/index.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.chart-container{
position: relative;
.message{
position: absolute;
position: relative;
top: 30%;
left: 50%;
width: 100px;
Expand Down

0 comments on commit 9a3ec11

Please sign in to comment.