Commit 4a58df1ed3ac5d4de6297a2fed64ebd1de851ba0
1 parent
f98ccb92ca
Exists in
master
правки
Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff
resources/views/admin/message/index.blade.php
... | ... | @@ -63,7 +63,7 @@ |
63 | 63 | @section('content') |
64 | 64 | <div class="w-full overflow-hidden rounded-lg shadow-xs" id="ajax_block"> |
65 | 65 | <div class="w-full overflow-x-auto"> |
66 | - <table class="w-full whitespace-no-wrap"> | |
66 | + <table class="w-full"> | |
67 | 67 | <thead> |
68 | 68 | <tr |
69 | 69 | class="text-xs font-semibold tracking-wide text-left text-gray-500 uppercase border-b dark:border-gray-700 bg-gray-50 dark:text-gray-400 dark:bg-gray-800" |
... | ... | @@ -73,7 +73,7 @@ |
73 | 73 | <th class="px-4 py-3">Должности</th> |
74 | 74 | <th class="px-4 py-3">Текст</th> |
75 | 75 | <th class="px-4 py-3">Дата</th> |
76 | - <th class="px-4 py-3">Прочтено</th> | |
76 | + <th class="px-4 py-3"></th> | |
77 | 77 | </tr> |
78 | 78 | </thead> |
79 | 79 | <tbody class="bg-white divide-y dark:divide-gray-700 dark:bg-gray-800"> |
... | ... | @@ -116,7 +116,7 @@ |
116 | 116 | Отправлено |
117 | 117 | @else |
118 | 118 | <div class=""> |
119 | - <button class="rejecte-button px-3 py-1 text-sm font-medium leading-5 text-white transition-colors duration-150 bg-red-600 border border-transparent rounded-md active:bg-purple-600 hover:bg-purple-700 focus:outline-none focus:shadow-outline-purple" | |
119 | + <button class="rejecte-button mb-10 px-3 py-1 text-sm font-medium leading-5 text-white transition-colors duration-150 bg-red-600 border border-transparent rounded-md active:bg-purple-600 hover:bg-purple-700 focus:outline-none focus:shadow-outline-purple" | |
120 | 120 | data-fancybox data-src="#rejecte_message" |
121 | 121 | > |
122 | 122 | Отклонить |