reports data alignment updated

This commit is contained in:
batuhanbas
2020-03-09 17:17:42 +03:00
parent 0c3db525dd
commit e14486154c
10 changed files with 97 additions and 32 deletions

View File

@@ -2087,6 +2087,11 @@ div.required .form-control-label:not(span):after, td.required:after
box-shadow: rgba(248, 248, 255) 0 0 0 1px, rgba(248, 248, 255) 0 4px 16px;
}
.btn-icon-clipboard:focus
{
outline: none;
}
/*--Settings Board Icon Color--*/
.btn-icon-clipboard i
{
@@ -2323,7 +2328,7 @@ option:focus
/*--------Login Card Background Color Finish--------*/
/*--------General Progress Bar Color--------*/
/*--General Progress Bar Color---*/
#nprogress .bar
{
background: #3f3c72 !important;
@@ -2340,10 +2345,10 @@ option:focus
{
box-shadow: 0 0 10px #3f3c72, 0 0 5px #3f3c72 !important;
}
/*--------General Progress Bar Color Finish--------*/
/*--General Progress Bar Color Finish---*/
/*--------List Group Item Active-------*/
/*--List Group Item Active---*/
.list-group-item.active
{
z-index: 2;
@@ -2351,7 +2356,7 @@ option:focus
background-color: #3c3f72 !important;
border-color: #3c3f72 !important;
}
/*--------List Group Item Active Finish-------*/
/*--List Group Item Active Finish---*/
/*--Wizard Delete Button Text--*/

16
public/css/custom.css vendored
View File

@@ -526,7 +526,6 @@ button:focus
box-shadow: none !important;
}
/*--------Shadow None Focus Finish--------*/
/*--------Settings Index Page Finish--------*/
@@ -637,8 +636,19 @@ table .align-items-center td span.badge
/*--------Report Column--------*/
.report-column
{
max-width: 100px;
width: 160px !important;
-webkit-box-flex: 0;
-ms-flex: 0 0 6.66%;
flex: 0 0 6.66%;
max-width: 6.66%;
}
.head_report_column
{
-webkit-box-flex: 0;
-ms-flex: 0 0 10%;
flex: 0 0 10%;
width: 10%;
max-width: 10%;
}
/*--------Report Column Finish--------*/

View File

@@ -141,6 +141,11 @@ th, td
float: right !important;
}
.font-size-unset
{
font-size: unset;
}
.text
{
color: #3c3f72;