I downloaded the simple viewer, but I need to get rid of the legend. I modified the the desktop.css by setting display: none for the selector, but when I set the display: none on the #leftpane the about button as well as the legend goes away.
My questions are: how do I get rid of the legend? Should I be controlling it in the .css? How do I get rid of the legend in the ipad.css, but still keep the about button?
Thanks in advance!
My questions are: how do I get rid of the legend? Should I be controlling it in the .css? How do I get rid of the legend in the ipad.css, but still keep the about button?
Thanks in advance!
In the FixedSplitterfragment1.html file comment out the code below:
And in the layout.js file you will want to comment out:
And for removing the button on a smartphone you would comment out:
It's also worth checking out the sample here since it has an about button and no legend. You would need to add the logic/design to view it on a desktop.