diff --git a/Bootstrap.Admin/Content/admin.css b/Bootstrap.Admin/Content/admin.css index 47015f40..92877749 100644 --- a/Bootstrap.Admin/Content/admin.css +++ b/Bootstrap.Admin/Content/admin.css @@ -538,3 +538,7 @@ input[type="datetime"] { border-bottom: none; } /*Bootstrap Table BUG END*/ + +.input-group.form_date span { + border-left: none; +} diff --git a/Bootstrap.Admin/Views/Admin/Logs.cshtml b/Bootstrap.Admin/Views/Admin/Logs.cshtml index ef87d409..20af044c 100644 --- a/Bootstrap.Admin/Views/Admin/Logs.cshtml +++ b/Bootstrap.Admin/Views/Admin/Logs.cshtml @@ -20,13 +20,13 @@
-
+
-
+
@@ -34,7 +34,7 @@
-
+
@@ -42,7 +42,7 @@
-
+
diff --git a/DatabaseScripts/Install.sql b/DatabaseScripts/Install.sql index 0429a6d9..dd7c4db3 100644 --- a/DatabaseScripts/Install.sql +++ b/DatabaseScripts/Install.sql @@ -208,7 +208,7 @@ SET ANSI_PADDING ON GO CREATE TABLE [dbo].[Logs]( [ID] [int] IDENTITY(1,1) NOT NULL, - [CRUD] [varchar](50) NOT NULL, + [CRUD] [nvarchar](50) NOT NULL, [UserName] [varchar](50) NOT NULL, [LogTime] [datetime] NOT NULL, [ClientIp] [varchar](15) NOT NULL,