Skip to content

Commit

Permalink
Bookmarks: update location of highlighter dropdown
Browse files Browse the repository at this point in the history
This will re-position the drop down box of the bookmarks plugin further down right so it does not interfere with the location of the scale plugin.
by @tsager

iitc-project/ingress-intel-total-conversion#1098
#2
  • Loading branch information
modos189 committed Nov 28, 2018
1 parent f935795 commit 80bde8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1135,8 +1135,8 @@ td + td {

#portal_highlight_select {
position: absolute;
top:5px;
left:10px;
top:35px;
left:45px;
z-index: 2500;
font-size:11px;
background-color:#0E3C46;
Expand Down

0 comments on commit 80bde8e

Please sign in to comment.