aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-05-06 13:42:22 -0400
committerAndrew Manning <tamanning@zoho.com>2016-05-06 13:42:22 -0400
commit6950100ff4c9104fd6f980641e7118b909fd44db (patch)
tree2af109ca04cd3cd1f8a12a35bc5dbca4cffcb1ce /view/tpl
parent3011d3768cb524ccf795ed64924649a2e30a036b (diff)
parentb08fc746d81e9e486988439ae9a51918e9f9ee37 (diff)
downloadvolse-hubzilla-6950100ff4c9104fd6f980641e7118b909fd44db.tar.gz
volse-hubzilla-6950100ff4c9104fd6f980641e7118b909fd44db.tar.bz2
volse-hubzilla-6950100ff4c9104fd6f980641e7118b909fd44db.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into plugin-repo
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/acl_selector.tpl14
1 files changed, 9 insertions, 5 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl
index a3fe73d0c..0df72747a 100755
--- a/view/tpl/acl_selector.tpl
+++ b/view/tpl/acl_selector.tpl
@@ -8,9 +8,9 @@
{{/if}}
<h4 class="modal-title"><i id="dialog-perms-icon" class="fa fa-fw"></i> {{$aclModalTitle}}</h4>
</div>
- <div class="modal-body">
+ <div class="section-content-wrapper">
{{if $aclModalDesc}}
- <div id="acl-dialog-description">{{$aclModalDesc}}</div>
+ <div id="acl-dialog-description" class="section-content-info-wrapper">{{$aclModalDesc}}</div>
{{/if}}
{{if $jotnets}}
<div class="jotnets-wrapper" role="tab" id="jotnets-wrapper">
@@ -34,9 +34,13 @@
<span id=acl-showlimited-caption>{{$showlimited}}</span>
</label>
<div id="acl-list">
- <input type="text" id="acl-search" placeholder="&#xf002; {{$search}}">
- <div id=acl-showlimited-description>{{$showlimitedDesc}}</div>
- <div id="acl-list-content"></div>
+ <div id="acl-search-wrapper">
+ <input type="text" id="acl-search" placeholder="&#xf002; {{$search}}">
+ </div>
+ <div id="acl-list-content-wrapper">
+ <div id=acl-showlimited-description>{{$showlimitedDesc}}</div>
+ <div id="acl-list-content"></div>
+ </div>
</div>
</div>