moshaorui преди 4 месеца
родител
ревизия
49db329cd5
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 8 0
      resources/views/admin/pages-custom/ace.blade.php

+ 8 - 0
resources/views/admin/pages-custom/ace.blade.php

@@ -1,4 +1,5 @@
 <style>
 <style>
+
     .content-header {
     .content-header {
         display: none;
         display: none;
     }
     }
@@ -100,6 +101,13 @@
     #addFileModal .modal-sm {
     #addFileModal .modal-sm {
         max-width:320px;
         max-width:320px;
     }
     }
+
+    #addFileModal .modal-dialog {
+        position: absolute;
+        top: 45%;
+        left: 50%;
+        transform: translate(-40%, -50%);
+    }
 </style>
 </style>
 </style>
 </style>