Browse Source

Fix inconsistencies in mail infoblock

Kristan Kenney 5 years ago
parent
commit
d27d338e76

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

@@ -3157,12 +3157,12 @@ a.button.cancel {
   font-size: 0.85rem;
   color: #777;
   border: 1px solid #d9d9d9;
-  padding: 0px 5px 12px 20px;
-  margin-top: 83px;
+  padding: 6px 6px 6px 18px;
+  margin-top: 102px;
   min-width: 320px;
   overflow: hidden;
   box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
-  border-radius: 5px;
+  border-radius: 4px;
 }
 
 .mail-infoblock:hover {

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


+ 1 - 1
web/templates/admin/edit_mail_acc.html

@@ -35,7 +35,7 @@
                         </table>
                     </td>
                     <td class="data-dotted">
-                      <table class="data-col2" width="440px">
+                      <table class="data-col2" width="420px">
                         <tr>
                             <td class="step-top">
                                 <span class="page-title"><?=_('Editing Mail Account')?></span>

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