inital commit
This commit is contained in:
172
webroot/rtgv3/css/processhtml.css
Normal file
172
webroot/rtgv3/css/processhtml.css
Normal file
@@ -0,0 +1,172 @@
|
||||
/*
|
||||
To change this license header, choose License Headers in Project Properties.
|
||||
To change this template file, choose Tools | Templates
|
||||
and open the template in the editor.
|
||||
*/
|
||||
/*
|
||||
Created on : Jun 10, 2020, 10:02:43 AM
|
||||
Author : CHTL
|
||||
*/
|
||||
|
||||
.view-html select.banks{
|
||||
width: 100% !important;
|
||||
}
|
||||
.smart-cerdit-subAccount-history, .inquiries, .publicrecord{
|
||||
width: 100% !important;
|
||||
}
|
||||
.personal-info-select-sc{
|
||||
padding: 0 10px !important;
|
||||
}
|
||||
.client-status img{
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: -6px;
|
||||
height: 18px;
|
||||
}
|
||||
.affiliate-hide{
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.affiliate-hide-op{
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.affiliate-show{
|
||||
opacity: 1;
|
||||
}
|
||||
.modal-body{
|
||||
font-family: Calibri;
|
||||
font-weight:bold;
|
||||
}
|
||||
.modal-header .close{
|
||||
top:35%;
|
||||
}
|
||||
.modal-footer {
|
||||
padding-top: 10px;
|
||||
}
|
||||
.modal-body label{
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.upload-area{
|
||||
padding: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-top: 15px;
|
||||
}
|
||||
select{
|
||||
font-size: 12px;
|
||||
}
|
||||
.content-div-hide{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.pb-custom-design{
|
||||
color: #ffffff;
|
||||
background-color: #555555;
|
||||
text-align: left;
|
||||
font-size: 86%;
|
||||
font-weight: bold;
|
||||
padding: 0 10px 0 10px;
|
||||
vertical-align: middle;
|
||||
line-height: 19px;
|
||||
clear: both;
|
||||
}
|
||||
.client-status img{
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 17px;
|
||||
right: -6px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.client-status a{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: -6px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
button.identity-iq-btn {
|
||||
display: inline-block;
|
||||
margin: 10px 0px 0px;
|
||||
font-size: 0.9em;
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
background: #FF440A;
|
||||
cursor: pointer;
|
||||
transition: 0.5s;
|
||||
border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||
box-sizing: border-box; /* Opera/IE 8+ */
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px
|
||||
}
|
||||
#credit-report-modal .modal-dialog{
|
||||
width: 50%;
|
||||
margin: 0 auto;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 0) and (max-width: 1484px) {
|
||||
div.rpt_content_wrapper{
|
||||
width:1066.9px !important;
|
||||
}
|
||||
#TokenDisplay{
|
||||
width: 570px !important;
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
|
||||
#TokenDisplay table{
|
||||
width: 100% !important;
|
||||
|
||||
}
|
||||
.view-html{
|
||||
overflow-x: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 320px) and (max-width: 480px) {
|
||||
|
||||
#personalInfo select{
|
||||
float: left;
|
||||
}
|
||||
|
||||
#credit-report-modal .modal-dialog{
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
.view-html{
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.process-btn .btn{
|
||||
width: 100% !important;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
#content-from-api, #new-report{
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* div.rpt_content_wrapper{
|
||||
width:700px;
|
||||
} */
|
||||
|
||||
.scd {
|
||||
margin-top: 10px;
|
||||
width: 290px;
|
||||
}
|
||||
|
||||
.modal-open .modal{
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user