Browse Source

Update styles for Edit Server screen

Kristan Kenney 5 years ago
parent
commit
64d1b335a8

+ 1 - 1
web/css/src/themes/default.css

@@ -3300,7 +3300,7 @@ a.button.cancel {
 
 .section-title {
   cursor: default;
-  font-size: 1.2rem!important;
+  font-size: 1.05rem!important;
   font-weight: 600!important;
   padding-bottom: 12px!important;
   padding-top: 28px!important;

File diff suppressed because it is too large
+ 0 - 0
web/css/themes/default.min.css


+ 29 - 7
web/templates/admin/edit_server.html

@@ -989,8 +989,11 @@
                                         <tr>
                                             <td>
                                                 <table id="security-system-table" style="display: none;">
+                                                    <td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;">
+                                                        <?=_('API');?>
+                                                    </td>
                                                     <tr>
-                                                        <td class="vst-text step-top">
+                                                        <td class="vst-text input-label">
                                                             <?php print _('Enable API access');?>
                                                         </td>
                                                     </tr>
@@ -1022,7 +1025,11 @@
                                                         </td>
                                                     </tr>
                                                     </table>
-                                                        </td></tr>
+                                                        </td>
+                                                    </tr>
+                                                    <td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;">
+                                                        <?=_('Login');?>
+                                                    </td>
                                                     <tr>
                                                         <td class="vst-text input-label">
                                                             <?php print _('Login screen style');?>
@@ -1078,13 +1085,13 @@
                                                 <td>
                                                     <table id="security-sysadminprotect-table" class="step-top" style="display: none;">
                                                         <tr>
-                                                            <td class="vst-text input-label step-top" style="font-size:0.95rem;">
+                                                            <td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;">
                                                                 <?=_('System Administrator account');?>
                                                             </td>
                                                             
                                                         </tr>
                                                         <tr>
-                                                            <td class="vst-text input-label step-top">
+                                                            <td class="vst-text input-label">
                                                                 <?=_('Restrict access to read-only for other administrators');?>
                                                             </td>
                                                         </tr>
@@ -1126,9 +1133,14 @@
                                         <tr>
                                             <td>
                                                 <table id="security-policies-table" style="display: none;">
-                                                
+                                                    <tr>
+                                                        <td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;">
+                                                            <?=_('Users');?>
+                                                        </td>
+                                                        
+                                                    </tr>
                                         <tr>
-                                            <td class="vst-text input-label step-top">
+                                            <td class="vst-text input-label">
                                                 <?php print _('Allow users to edit their account details');?>
                                             </td>
                                         </tr>
@@ -1183,6 +1195,11 @@
                                                 <br><br>
                                             </td>
                                         </tr>
+                                        <tr>
+                                            <td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;">
+                                                <?=_('Domains');?>
+                                            </td>
+                                        </tr>
                                         <tr>
                                             <td class="vst-text input-label">
                                                 <?php print _('Enforce subdomain ownership');?>
@@ -1194,11 +1211,16 @@
                                                     <option value='yes'><?php print _('yes'); ?></option>
                                                     <option value='no' <?php if($_SESSION['ENFORCE_SUBDOMAIN_OWNERSHIP'] == 'no') echo 'selected' ?> ><?php print _('no'); ?></option>
                                                 </select>
-                                                <br><br>
                                             </td>
                                         </tr>
+
                                                 </table>
                                             </td>
+                                            <tr>
+                                                <td>
+                                                    <br><br>
+                                                </td>
+                                            </tr>
                                         </tr>
                                     </table>
                                 </td>

Some files were not shown because too many files changed in this diff