Skip to content

Commit

Permalink
- Reduced size of layer-upload tooltips square
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed May 16, 2018
1 parent bdf6624 commit fc9f14c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions geonode/layers/templates/upload/layer_upload_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@
display: none;
text-align: justify;
background-color: #1E2021;
padding: 20px;
width: 300px;
padding: 10px;
width: 150px;
max-width: 300px;
position: absolute;
border-radius: 3px;
border-radius: 10px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
right: -4px;
right: -15px;
color: #FFF;
font-size: 13px;
font-size: 10px;
line-height: 1.4;
z-index: 10000;
}
Expand Down

0 comments on commit fc9f14c

Please sign in to comment.