diff --git a/ServiceHost/Areas/AdminNew/Pages/Company/EmployeesDocuments/PrintSelectionUD.cshtml b/ServiceHost/Areas/AdminNew/Pages/Company/EmployeesDocuments/PrintSelectionUD.cshtml index bcbc9f52..13eb450b 100644 --- a/ServiceHost/Areas/AdminNew/Pages/Company/EmployeesDocuments/PrintSelectionUD.cshtml +++ b/ServiceHost/Areas/AdminNew/Pages/Company/EmployeesDocuments/PrintSelectionUD.cshtml @@ -48,7 +48,7 @@ #printThis { width: 100%; - padding: 2rem 1rem; + padding: 0rem 1rem; } #printThis .section-leave { diff --git a/ServiceHost/Areas/AdminNew/Pages/Company/WorkFlow/EmployeesDocuments.cshtml b/ServiceHost/Areas/AdminNew/Pages/Company/WorkFlow/EmployeesDocuments.cshtml index 88802adb..5051065d 100644 --- a/ServiceHost/Areas/AdminNew/Pages/Company/WorkFlow/EmployeesDocuments.cshtml +++ b/ServiceHost/Areas/AdminNew/Pages/Company/WorkFlow/EmployeesDocuments.cshtml @@ -1,211 +1,205 @@ @page -@using _0_Framework.Application @model ServiceHost.Areas.AdminNew.Pages.Company.WorkFlow.EmployeesDocumentsModel @inject _0_Framework.Application.IAuthHelper AuthHelper; @{ - string clientVersion = _0_Framework.Application.Version.StyleVersion; - Layout = "Shared/_Layout"; - ViewData["title"] = " - بارگذاری مدارک توسط کارفرما"; - var currentAccount = AuthHelper.CurrentAccountInfo(); + string clientVersion = _0_Framework.Application.Version.StyleVersion; + Layout = "Shared/_Layout"; + ViewData["title"] = " - بارگذاری مدارک توسط کارفرما"; + var currentAccount = AuthHelper.CurrentAccountInfo(); - int index = 1; + int index = 1; } @section Styles { - - - - - - - - + + + + + + + + - - + + }