fixed styles
This commit is contained in:
parent
4c3fa9ade8
commit
7b1d8a535a
|
@ -4,7 +4,7 @@
|
|||
<title>Dark / 14 / info@svg</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="Dark-/-14-/-info" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Icons/Elements/Help-mini" fill="#14524f">
|
||||
<g id="Icons/Elements/Help-mini" fill="#1d7873">
|
||||
<path d="M7,0 C10.8659932,0 14,3.13400675 14,7 C14,10.8659932 10.8659932,14 7,14 C3.13400675,14 0,10.8659932 0,7 C0,3.13400675 3.13400675,0 7,0 Z M7,6 C6.44771525,6 6,6.44771525 6,7 L6,7 L6,10 C6,10.5522847 6.44771525,11 7,11 C7.55228475,11 8,10.5522847 8,10 L8,10 L8,7 C8,6.44771525 7.55228475,6 7,6 Z M7,3 C6.44771525,3 6,3.44771525 6,4 C6,4.55228475 6.44771525,5 7,5 C7.55228475,5 8,4.55228475 8,4 C8,3.44771525 7.55228475,3 7,3 Z" id="Elements-/-Help-mini"></path>
|
||||
</g>
|
||||
</g>
|
||||
|
|
Before Width: | Height: | Size: 959 B After Width: | Height: | Size: 959 B |
|
@ -2831,7 +2831,7 @@ function html_print_input_password(
|
|||
}
|
||||
}
|
||||
|
||||
return html_print_input_text_extended($name, $value, 'password-'.$name, $alt, $size, $maxlength, $disabled, '', $attr, $return, true, '', $autocomplete);
|
||||
return '<div class="relative container-div-input-password">'.html_print_input_text_extended($name, $value, 'password-'.$name, $alt, $size, $maxlength, $disabled, '', $attr, $return, true, '', $autocomplete).'</div>';
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -299,6 +299,10 @@ input[type="image"] {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
.container-div-input-password input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table,
|
||||
img {
|
||||
border: 0px;
|
||||
|
@ -11362,14 +11366,14 @@ form#satellite_conf_edit > fieldset.full-column {
|
|||
}
|
||||
|
||||
.show-hide-pass {
|
||||
position: relative;
|
||||
right: 48px;
|
||||
top: 14px;
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
top: 4px;
|
||||
border: 0;
|
||||
outline: none;
|
||||
margin: 0;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
@ -720,10 +720,6 @@ tr.datos2 > td.datos2 > div > div > label {
|
|||
line-height: 16px;
|
||||
}
|
||||
|
||||
tr.datos2 > td.datos2 > div > div {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.mgn_tp_0_imp {
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
|
@ -742,3 +738,23 @@ tr.datos2 > td.datos2 > div > div {
|
|||
#text-vrf_name {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.filter-table-adv td div.inline-radio-button {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
table.filter-table-adv td div.inline-radio-button input[type="radio"] {
|
||||
width: 20px;
|
||||
background-color: #f6f7fb;
|
||||
border: 2px solid #c0ccdc;
|
||||
border-radius: 6px;
|
||||
height: 20px;
|
||||
font-family: "lato";
|
||||
font-size: 12px;
|
||||
color: #333333;
|
||||
padding-left: 12px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue