[Kimchi-devel] [PATCH] UI bug fix: Properly display storage volumes on Storage tab
Crístian Viana
vianac at linux.vnet.ibm.com
Tue Sep 2 16:48:50 UTC 2014
On 01-09-2014 15:56, Aline Manera wrote:
> - <div class="volumes hide-content">
> + <div class="volumes" style="display:none">
Instead of changing the style directly in the HTML code, I think this
patch should edit the class "volumes" in the appropriate CSS file
(ui/css/theme-default/storage.css). That file already sets a "display"
property, so we're overriding it here, there's no need to do that. And
putting styles in CSS files is much easier to maintain and consistent
with the rest of the code.
More information about the Kimchi-devel
mailing list