2017-09-18 08:22:25 +03:00
|
|
|
form fieldset {
|
|
|
|
display: flex !important;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2018-10-23 16:01:23 +03:00
|
|
|
form fieldset > p {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2013-10-07 19:38:27 +04:00
|
|
|
#password {
|
2018-10-23 16:01:23 +03:00
|
|
|
margin: 5px 0;
|
|
|
|
padding-right: 45px;
|
2017-09-18 08:22:25 +03:00
|
|
|
height: 45px;
|
2018-01-03 14:03:26 +03:00
|
|
|
box-sizing: border-box;
|
2017-09-18 08:22:25 +03:00
|
|
|
flex: 1 1 auto;
|
|
|
|
width: 100% !important;
|
|
|
|
min-width: 0; /* FF hack for to override default value */
|
2013-10-07 19:38:27 +04:00
|
|
|
}
|
|
|
|
|
2018-07-13 05:10:10 +03:00
|
|
|
input[type='submit'],
|
|
|
|
input[type='submit'].icon-confirm {
|
2018-10-23 16:01:23 +03:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: -5px;
|
|
|
|
width: 45px !important;
|
2013-10-07 19:38:27 +04:00
|
|
|
height: 45px;
|
2018-10-23 16:01:23 +03:00
|
|
|
background-color: transparent !important;
|
2014-06-13 18:38:42 +04:00
|
|
|
}
|
2019-05-07 11:56:01 +03:00
|
|
|
|
|
|
|
.warning > .warning {
|
|
|
|
/* Do not use a top margin for warning messages in the warning container. */
|
|
|
|
margin-top: 0;
|
|
|
|
}
|