Browse Source

MCP DB minor UI fixes

Vijayakrishnan 3 năm trước cách đây
mục cha
commit
8f6c262515

+ 6 - 0
public/css/style.css

@@ -201,6 +201,9 @@ body.stag_rhs_collapsed .app-right-panel {
 .mcp-theme-1 a, .mcp-theme-1 a:link {
     color: rgb(13, 89, 175);
 }
+.mcp-theme-1 .text-primary {
+    color: rgb(13, 89, 175) !important;
+}
 .mcp-theme-1 .btn.btn-primary {
     background: rgb(13, 89, 175);
     border-color: rgb(13, 89, 175);
@@ -337,6 +340,9 @@ body>nav.navbar {
 .mcp-theme-1 .width-70px {
     width: 70px !important;
 }
+.mcp-theme-1 .min-width-50 {
+    min-width: 50% !important;
+}
 .mcp-theme-1 .min-width-70px {
     min-width: 70px !important;
 }

+ 2 - 2
resources/views/app/mcp/dashboard/calls_memos.blade.php

@@ -19,14 +19,14 @@
 					{{friendlier_date_time($memo->created_at)}}
 				</a>
 			</td>
-			<td class="px-1">
+			<td class="px-1 w-75 text-left">
 				{{$memo->content}}
 			</td>
 			<td class="width-70px px-2 text-right">
 				<div moe relative class="ml-auto">
 					<form show url="/api/clientMemo/stamp" target="#mcp-phone-calls-memos">
 						<input type="hidden" name="uid" value="{{$memo->uid}}">
-						<button submit class="bg-transparent border-0 p-0 text-primary font-underline">Ack.</button>
+						<button submit class="bg-transparent border-0 p-0 text-primary">Ack.</button>
 					</form>
 				</div>
 			</td>

+ 3 - 3
resources/views/app/mcp/dashboard/messages.blade.php

@@ -18,13 +18,13 @@
                         {{friendlier_date_time($msg->created_at)}}
                     </a>
                 </td>
-                <td class="px-1">
+                <td class="px-1 w-75 text-left">
                     {{$msg->body}}
                 </td>
-                <td>
+                <td class="width-70px px-2 text-right">
                     @if($msg->is_reply_needed == 'YES')
                         <div moe relative>
-                            <a start show class="">clear</a>
+                            <a start show class="">Ack.</a>
                             <form url="/api/clientSms/updateIsReplyNeeded" class="mcp-theme-1" right>
                                 <input type="hidden" name="uid" value="{{ $msg->uid }}">
                                 <input type="hidden" name="isReplyNeeded" value="NO">