aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-05-05 02:09:47 +1000
committerTreer <treer.git@the-bordello.com>2016-05-05 02:09:47 +1000
commite1e56936c971bee54f58664df3aa58796a71ead4 (patch)
tree4ab314c62f98317271d0351fac96f32f9029f499 /view
parent33a8d845c12a9a6394a5fb8fa8edd851126e19e2 (diff)
downloadvolse-hubzilla-e1e56936c971bee54f58664df3aa58796a71ead4.tar.gz
volse-hubzilla-e1e56936c971bee54f58664df3aa58796a71ead4.tar.bz2
volse-hubzilla-e1e56936c971bee54f58664df3aa58796a71ead4.zip
add help to some permissions dialogs
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css10
-rwxr-xr-xview/tpl/acl_selector.tpl6
2 files changed, 14 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 4dd3488e5..48d93025b 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -940,10 +940,19 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
font-family: FontAwesome, sans-serif, arial, freesans;
}
+#aclModal .modal-body {
+ padding-top: 10px;
+}
+
#acl-dialog-description {
font-size: 90%;
color: #888;
+ padding-bottom: 4px;
+}
+#acl-dialog-description b {
+ color: black;
}
+
#acl-showlimited-description {
font-size: 90%;
color: #888;
@@ -1026,6 +1035,7 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
}
#acl-radiowrapper-showall {
+ margin-top: 20px;
margin-bottom: 20px;
}
#acl-radiowrapper-showlimited {
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl
index 49d90cd3e..a3fe73d0c 100755
--- a/view/tpl/acl_selector.tpl
+++ b/view/tpl/acl_selector.tpl
@@ -4,12 +4,14 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
{{if $helpUrl}}
- <a type="button" target="hubzilla-help" href="{{$helpUrl}}" class="contextual-help-tool" title="Help and documentation"><i class="fa fa-question-circle-o"></i></a>
+ <a type="button" target="hubzilla-help" href="{{$helpUrl}}" class="contextual-help-tool" title="Help and documentation"><i class="fa fa-question"></i></a>
{{/if}}
<h4 class="modal-title"><i id="dialog-perms-icon" class="fa fa-fw"></i> {{$aclModalTitle}}</h4>
</div>
<div class="modal-body">
- <div id="acl-dialog-description">{{$aclModalDesc}}</div>
+ {{if $aclModalDesc}}
+ <div id="acl-dialog-description">{{$aclModalDesc}}</div>
+ {{/if}}
{{if $jotnets}}
<div class="jotnets-wrapper" role="tab" id="jotnets-wrapper">
<a data-toggle="collapse" class="btn btn-block btn-default" href="#jotnets-collapse" aria-expanded="false" aria-controls="jotnets-collapse">{{$jnetModalTitle}} <span class="caret"></span></a>