|
-
- .main_style{
- float: left;
- margin: 30px;
- min-width: 1100px;
- }
-
- .profile-user-info-striped {
- margin-left: 0px !important;
- }
-
- .profile-user-info-striped .profile-info-name {
- color: black;
- border-top: 4px solid white;
- }
-
- .profile-user-info-striped .profile-info-value {
- border-top: 1px dotted white;
- padding-left: 0px;
- }
-
- .profile-info-name {
- position: absolute;
- width: 90px;
- text-align: right;
- padding: 8px 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: 8px 4px 6px 6px;
- margin-left: 100px;
- border-top: 1px dotted #d5e4f1;
- }
-
- input{
- font-size: 13px !important;
- }
-
- .save_btn{
- width: 90px;
- height: 35px;
- text-align: center;
- margin-left: 20px;
- margin-top: 20px;
- border: 1px solid rgb(204,204,204);
- display: inline-block;
- line-height: 35px;
- background-color: lightgray;
- cursor: pointer;
- }
-
- .list_middle {
- vertical-align: middle!important;
- text-align: center;
- }
|