2017-09-18 08:22:25 +03:00
|
|
|
form fieldset {
|
|
|
|
display: flex !important;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2013-10-07 19:38:27 +04:00
|
|
|
#password {
|
2017-06-29 17:36:08 +03:00
|
|
|
margin-right: 0 !important;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
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 {
|
2013-10-07 19:38:27 +04:00
|
|
|
width: 45px;
|
|
|
|
height: 45px;
|
2017-06-29 17:36:08 +03:00
|
|
|
margin-left: 0 !important;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2013-10-07 19:38:27 +04:00
|
|
|
}
|
|
|
|
|
2014-06-13 18:38:42 +04:00
|
|
|
fieldset > p {
|
2017-09-18 08:22:25 +03:00
|
|
|
display: inline-flex;
|
2014-06-13 18:38:42 +04:00
|
|
|
}
|