sbailey / surveyqa

DESI Survey QA Dashboard
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

changed button order #51

Closed ana-lyons closed 5 years ago

ana-lyons commented 5 years ago

Moved summary page button

sbailey commented 5 years ago

It took me a few minutes to understand the order of the buttons in the HTML vs. the order that they appear on the screen (which seems to be opposite), but I think I now understand it as a CSS side effect of right aligned list items: the first element of the list becomes right-most, the second in the next most right, etc., except for the one element that is "float:left" and it jumps all the way to the left.

Regardless, the order that it appears on the screen is good. Thanks.