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