Skip to content

Commit 64d1b33

Browse files
author
Kristan Kenney
committed
Update styles for Edit Server screen
1 parent b0c3328 commit 64d1b33

File tree

3 files changed

+31
-9
lines changed

3 files changed

+31
-9
lines changed

web/css/src/themes/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3300,7 +3300,7 @@ a.button.cancel {
33003300

33013301
.section-title {
33023302
cursor: default;
3303-
font-size: 1.2rem!important;
3303+
font-size: 1.05rem!important;
33043304
font-weight: 600!important;
33053305
padding-bottom: 12px!important;
33063306
padding-top: 28px!important;

web/css/themes/default.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/templates/admin/edit_server.html

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -989,8 +989,11 @@
989989
<tr>
990990
<td>
991991
<table id="security-system-table" style="display: none;">
992+
<td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;">
993+
<?=_('API');?>
994+
</td>
992995
<tr>
993-
<td class="vst-text step-top">
996+
<td class="vst-text input-label">
994997
<?php print _('Enable API access');?>
995998
</td>
996999
</tr>
@@ -1022,7 +1025,11 @@
10221025
</td>
10231026
</tr>
10241027
</table>
1025-
</td></tr>
1028+
</td>
1029+
</tr>
1030+
<td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;">
1031+
<?=_('Login');?>
1032+
</td>
10261033
<tr>
10271034
<td class="vst-text input-label">
10281035
<?php print _('Login screen style');?>
@@ -1078,13 +1085,13 @@
10781085
<td>
10791086
<table id="security-sysadminprotect-table" class="step-top" style="display: none;">
10801087
<tr>
1081-
<td class="vst-text input-label step-top" style="font-size:0.95rem;">
1088+
<td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;">
10821089
<?=_('System Administrator account');?>
10831090
</td>
10841091

10851092
</tr>
10861093
<tr>
1087-
<td class="vst-text input-label step-top">
1094+
<td class="vst-text input-label">
10881095
<?=_('Restrict access to read-only for other administrators');?>
10891096
</td>
10901097
</tr>
@@ -1126,9 +1133,14 @@
11261133
<tr>
11271134
<td>
11281135
<table id="security-policies-table" style="display: none;">
1129-
1136+
<tr>
1137+
<td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;">
1138+
<?=_('Users');?>
1139+
</td>
1140+
1141+
</tr>
11301142
<tr>
1131-
<td class="vst-text input-label step-top">
1143+
<td class="vst-text input-label">
11321144
<?php print _('Allow users to edit their account details');?>
11331145
</td>
11341146
</tr>
@@ -1183,6 +1195,11 @@
11831195
<br><br>
11841196
</td>
11851197
</tr>
1198+
<tr>
1199+
<td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;">
1200+
<?=_('Domains');?>
1201+
</td>
1202+
</tr>
11861203
<tr>
11871204
<td class="vst-text input-label">
11881205
<?php print _('Enforce subdomain ownership');?>
@@ -1194,11 +1211,16 @@
11941211
<option value='yes'><?php print _('yes'); ?></option>
11951212
<option value='no' <?php if($_SESSION['ENFORCE_SUBDOMAIN_OWNERSHIP'] == 'no') echo 'selected' ?> ><?php print _('no'); ?></option>
11961213
</select>
1197-
<br><br>
11981214
</td>
11991215
</tr>
1216+
12001217
</table>
12011218
</td>
1219+
<tr>
1220+
<td>
1221+
<br><br>
1222+
</td>
1223+
</tr>
12021224
</tr>
12031225
</table>
12041226
</td>

0 commit comments

Comments
 (0)