Remove new font in edit user
Former-commit-id: dc7da7f1fe9df0abacfb267fb7b5c6773f35df2c
This commit is contained in:
parent
45c7bea6e6
commit
c682e5f326
|
@ -1270,7 +1270,7 @@ div.title_line {
|
|||
background-color: #fff;
|
||||
border-top-right-radius: 7px;
|
||||
border-top-left-radius: 7px;
|
||||
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
#menu_tab {
|
||||
|
@ -1374,7 +1374,6 @@ div#agent_wizard_subtabs {
|
|||
*/
|
||||
/* TAB TITLE */
|
||||
#menu_tab_left {
|
||||
/*margin-left: 0px !important;*/
|
||||
max-width: 60%;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
@ -1382,28 +1381,18 @@ div#agent_wizard_subtabs {
|
|||
#menu_tab_left .mn,
|
||||
#menu_tab_left ul,
|
||||
#menu_tab_left .mn ul {
|
||||
/* background-color: #000;*/
|
||||
color: #343434;
|
||||
/*font-weight: bold;*/
|
||||
padding: 0px 0px 0px 0px;
|
||||
list-style: none;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
#menu_tab_left .mn li {
|
||||
/* float: left;
|
||||
position: relative;
|
||||
height: 40px;
|
||||
max-height: 40px;*/
|
||||
}
|
||||
|
||||
#menu_tab_left .mn li a {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
#menu_tab_left li.view a {
|
||||
color: #343434;
|
||||
/*font-weight: bold;
|
||||
font-weight: 100;
|
||||
line-height: 18px;*/
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -1421,13 +1410,8 @@ div#agent_wizard_subtabs {
|
|||
|
||||
#menu_tab_left li a,
|
||||
#menu_tab_left li span {
|
||||
/*text-transform: uppercase;*/
|
||||
color: #343434;
|
||||
font-size: 14pt;
|
||||
/*font-size: 100%;
|
||||
line-height: 20px;
|
||||
letter-spacing: 0px;*/
|
||||
font-family: "Open Sans", sans-serif;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -4748,7 +4732,6 @@ input:checked + .p-slider:before {
|
|||
border: 1px solid #d7d9da;
|
||||
border-radius: 10px;
|
||||
padding: 20px 50px;
|
||||
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -4758,8 +4741,6 @@ input:checked + .p-slider:before {
|
|||
*/
|
||||
|
||||
#user_form * {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #4d4d4d;
|
||||
}
|
||||
|
||||
|
@ -4771,10 +4752,6 @@ input:checked + .p-slider:before {
|
|||
margin-left: 8px;
|
||||
}
|
||||
|
||||
#edit_user_profiles p {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
}
|
||||
|
||||
#edit_user_profiles {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 30px;
|
||||
|
@ -4816,7 +4793,7 @@ input:checked + .p-slider:before {
|
|||
border: none;
|
||||
border-radius: 0 !important;
|
||||
border-bottom: 1px solid #343434;
|
||||
padding: 4px 0px 2px 35px;
|
||||
padding: 10px 0px 2px 35px;
|
||||
box-sizing: border-box;
|
||||
background-repeat: no-repeat;
|
||||
background-position: left bottom 2px;
|
||||
|
@ -4825,7 +4802,7 @@ input:checked + .p-slider:before {
|
|||
}
|
||||
|
||||
.edit_user_info_right input:focus {
|
||||
font-weight: 600;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.edit_user_info_right #fullname {
|
||||
|
@ -4875,7 +4852,7 @@ input:checked + .p-slider:before {
|
|||
|
||||
.edit_user_timezone #zonepicker {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
height: 270px;
|
||||
}
|
||||
|
||||
.edit_user_comments #textarea_comments {
|
||||
|
@ -4885,8 +4862,7 @@ input:checked + .p-slider:before {
|
|||
|
||||
.edit_user_labels {
|
||||
color: #343434 !important;
|
||||
font-weight: 600;
|
||||
font-size: 10.5pt !important;
|
||||
font-weight: bold;
|
||||
padding-right: 10px;
|
||||
margin: 0px 0px 5px 0px;
|
||||
}
|
||||
|
@ -4993,7 +4969,6 @@ select#autorefresh_list:-internal-list-box {
|
|||
#user-notifications-wrapper {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
color: #4d4d4d;
|
||||
}
|
||||
|
||||
|
@ -5006,14 +4981,13 @@ select#autorefresh_list:-internal-list-box {
|
|||
display: table-row;
|
||||
}
|
||||
.table_th {
|
||||
font-weight: 600;
|
||||
font-weight: bold;
|
||||
}
|
||||
.table_th,
|
||||
.table_td {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
padding: 10px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
/* Tables with 3 columns */
|
||||
.table_three_columns .table_th,
|
||||
|
|
Loading…
Reference in New Issue