socallinuxexpo / web-control-interface

Volunteer web-control interfaces for ScaleAV 18x.
5 stars 0 forks source link

Remove Grey Box From HTML #32

Closed LeStarch closed 5 years ago

LeStarch commented 5 years ago

@pelmini: The grey box you are concerned about comes from the div at this line. The reason is you have 2 nested control elements each with grid 70-30. Thus the browser creates a Grid of 70% image/control and 30% grey. Inside it puts 70% image and 30% control.

Delete the following div, and your problem will go away!

https://github.com/socallinuxexpo/web-control-interface/blob/fc10d17c5b3a53a15944c063f0abb8bec33a5803/html-frontend/operate.html#L21