Skip to content
Snippets Groups Projects
Commit df59f52b authored by srosse's avatar srosse
Browse files

no-jira: beautify the list of sub levels in the catalog if the number of...

no-jira: beautify the list of sub levels in the catalog if the number of levels is uneven and the view of type list
parent 8e809f1d
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,12 @@ ...@@ -39,6 +39,12 @@
</div> </div>
</div> </div>
#end #end
#if($subCategories && $subCategories.size() % 2 == 1)
<div class="o_sublevel o_fill_sublevels">
<div class="o_visual"></div>
<div class="o_meta"><h4 class="o_title">&nbsp;</h4></div>
</div>
#end
</div> </div>
#elseif($listStyle == "compact") #elseif($listStyle == "compact")
<ul class="o_sublevels_compact list-unstyled"> <ul class="o_sublevels_compact list-unstyled">
......
...@@ -356,6 +356,14 @@ ...@@ -356,6 +356,14 @@
} }
} }
} }
.o_sublevel.o_fill_sublevels {
border: 1px solid transparent;
.o_meta {
border-left: 1px solid transparent;
}
}
} }
.o_sublevels { .o_sublevels {
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment