use section-content-info-wrapper class for info text
This commit is contained in:
parent
4a36834d3f
commit
b08fc746d8
@ -942,15 +942,6 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
|
||||
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;
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user