
2 Sep
2014
2 Sep
'14
11:48 a.m.
- <div class="volumes hide-content"> + <div class="volumes" style="display:none"> Instead of changing the style directly in the HTML code, I think this
On 01-09-2014 15:56, Aline Manera wrote: 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.