mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix category name indenting in category list
This commit is contained in:
parent
0c0e91f750
commit
a3f37c075e
@ -31,7 +31,7 @@
|
||||
</row>
|
||||
<row class="$row_cont[id] $row_cont[class]">
|
||||
<hbox options="0,0">
|
||||
<html id="${row}[level_spacer]"/>
|
||||
<html id="${row}[level_spacer]" class="level_spacer"/>
|
||||
<description id="${row}[name]" class="$row_cont[class]"/>
|
||||
</hbox>
|
||||
<description id="${row}[description]"/>
|
||||
@ -75,7 +75,7 @@
|
||||
</box>
|
||||
<styles>
|
||||
.level0 { font-weight: bold; }
|
||||
|
||||
.level_spacer { flex: 0 0 auto;}
|
||||
.action_popup {
|
||||
position: fixed;
|
||||
top: 200px;
|
||||
|
Loading…
Reference in New Issue
Block a user