|
-
-
- .supplier_add{
- font-weight: bold;
- font-size: 15px;
- margin-top: 40px;
- margin-left: 35px;
- }
-
- .line_top{
- width: 1200px;
- height: 1px;
- border: 1px solid lightgray;
- margin-top: 15px;
- margin-left: 35px;
- }
-
- .tabbable{
- margin-left: 10px;
- }
-
- .info{
- margin-left: 35px;
- margin-top: 30px;
- }
-
- .add_info{
- width: 80px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- text-align: center;
- cursor: pointer;
- margin-left: 45px;
- margin-top: 30px;
- }
-
- .tabbable_info1{
- margin-left: 45px;
- border: 1px solid lightgray;
- width: 800px;
- height: 230px;
- margin-top: 20px;
- float: left;
- }
- .tabbable_info2{
- margin-left: 45px;
- border: 1px solid lightgray;
- width: 460px;
- height: 300px;
- margin-top: 20px;
- float: left;
- }
-
- .profile-user-info-striped {
- margin-left: 0;
- }
-
- .save_btn{
- width: 70px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- text-align: center;
- cursor: pointer;
- margin-left: 45px;
- background-color: rgb(25,170,232) !important;
- color: #fff!important;
- }
-
- .change_btn{
- width: 70px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- text-align: center;
- cursor: pointer;
- margin-left: 15px;
- color: rgb(25,170,232);
- border: 1px solid rgb(25,170,232);
- }
-
- .total_save_btn{
- width: 80px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- text-align: center;
- cursor: pointer;
- margin-left: 45px;
- margin-top: 30px;
- }
-
- .profile-user-info-striped .profile-info-name {
- color: black;
- border-top: 1px solid white;
- }
-
- .profile-info-name {
- position: absolute;
- width: 110px;
- text-align: right;
- padding: 13px 10px 6px 0;
- left: 0;
- top: 0;
- bottom: 0;
- font-weight: normal;
- color: #667e99;
- background-color: transparent;
- border-top: 1px dotted #d5e4f1;
- }
-
-
- .profile-info-value {
- padding: 12px 4px 6px 6px;
- margin-left: 120px;
- /* border-top: 1px dotted #d5e4f1; */
- }
-
- .profile-user-info-striped .profile-info-value {
- border-top: 1px dotted white;
- padding-left: 0;
- }
- .input_no{
- background-color: white!important;
- color: black;
- border: 1px white solid;
- }
-
- input[readonly] {
- color: black;
- background-color: white!important;
- cursor: default;
- border: 1px white solid;
- }
- textarea[readonly] {
- color: black;
- background-color: white!important;
- cursor: default;
- border: 1px white solid;
- }
-
- input[readonly]:hover {
- border-color: white;
- }
-
- input[readonly]:focus {
- -webkit-box-shadow: none;
- box-shadow: none;
- border-color: white;
- background-color: black;
- }
-
- input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
- border-color: white;
- }
|