Skip to content

Commit 02de901

Browse files
author
Kristan Kenney
committed
Fix layout of firewall page due to font changes
1 parent e69343d commit 02de901

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

web/css/styles.min.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,9 +1114,10 @@ a {
11141114
.l-stat__col-title {
11151115
text-transform: uppercase;
11161116
font-weight: 600;
1117-
color: #474747;
1117+
color: #5b5b5b;
11181118
min-height: 21px;
11191119
}
1120+
11201121
.l-stat__col--active .l-stat__col-title {
11211122
color: #cc3366;
11221123
font-size: 24px;

web/templates/admin/list_firewall.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
5050
</div>
5151
<div class="clearfix l-unit__stat-col--left wide-2"><b><?php print __('Action');?></b></div>
52-
<div class="clearfix l-unit__stat-col--left compact text-right"><b>&nbsp;</b></div>
52+
<div class="clearfix l-unit__stat-col--left compact-2 text-right"><b>&nbsp;</b></div>
5353
<div class="clearfix l-unit__stat-col--left wide-1 text-center"><b><?php print __('Comment');?></b></div>
5454
<div class="clearfix l-unit__stat-col--left text-center"><b><?php print __('Protocol');?></b></div>
5555
<div class="clearfix l-unit__stat-col--left wide-3 text-center"><b><?php print __('Port');?></b></div>
@@ -96,7 +96,7 @@
9696
</a></b>
9797
</div>
9898
<!-- START QUICK ACTION TOOLBAR AREA -->
99-
<div class="clearfix l-unit__stat-col--left compact text-right">
99+
<div class="clearfix l-unit__stat-col--left compact-2 text-right">
100100
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
101101
<div class="actions-panel clearfix">
102102
<div class="actions-panel__col actions-panel__logs shortcut-enter" key-action="href"><a href="/edit/firewall/?rule=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=__('Editing Firewall Rule')?>"><i class="fas fa-pencil-alt status-icon orange status-icon dim"></i></a></div>

0 commit comments

Comments
 (0)