mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
firewall: categories: force minimum modal-body height to account for color-picker
This commit is contained in:
parent
d35a5f3cfa
commit
fb71b9d8dd
@ -5,12 +5,6 @@
|
||||
<type>checkbox</type>
|
||||
<help>Automatically added, will be removed when unused</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>category.name</id>
|
||||
<label>Name</label>
|
||||
<type>text</type>
|
||||
<help>Enter a name for this category.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>category.color</id>
|
||||
<label>Color</label>
|
||||
@ -18,4 +12,10 @@
|
||||
<style>pick-a-color</style>
|
||||
<help>pick a color to use.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>category.name</id>
|
||||
<label>Name</label>
|
||||
<type>text</type>
|
||||
<help>Enter a name for this category.</help>
|
||||
</field>
|
||||
</form>
|
||||
|
||||
@ -85,6 +85,11 @@
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.modal-body {
|
||||
min-height: 410px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ul class="nav nav-tabs" data-tabs="tabs" id="maintabs">
|
||||
<li class="active"><a data-toggle="tab" href="#grid-categories">{{ lang._('Categories') }}</a></li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user