SETI / rms-opus

PDS OPUS - Outer Planets Data Search Tool
Apache License 2.0
10 stars 7 forks source link

Navbar padding, help panel (x), copy mults (issue 855,962) #970

Closed juzen2003 closed 4 years ago

juzen2003 commented 4 years ago

Description of changes:

Known problems:

rfrenchseti commented 4 years ago

The black navbar is slightly shorter than it used to be. Is that intentional? Question asked on opus-dev-chat to see which people prefer.

rfrenchseti commented 4 years ago

I verified the mult text copy functionality with Debby's recently merged pull and it does the correct thing.

rfrenchseti commented 4 years ago

The Select Metadata dialog header is now slightly taller, but it is consistent with the other modal dialogs (previously it was shorter than the others).

I made the nav bar the same height it used to be because I think it looks better a little taller. To do this I added:

/* Make the main nav bar just a little taller than normal (style says 8px) */
#op-main-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}
rfrenchseti commented 4 years ago