2010-09-19 18:10:42 +00:00
|
|
|
/**
|
Issue #1663210 by mortendk, rootwork, idebr, vks7056, ishmael-sanchez, LewisNyman, joelpittet, Manjit.Singh, Manuel Garcia, b0unty, prajaankit, alansaviolobo, atu: Clean up css in the User module
2015-02-11 22:30:22 +00:00
|
|
|
* @file
|
|
|
|
* Module styling for user module.
|
2010-09-19 18:10:42 +00:00
|
|
|
*/
|
2014-07-28 21:11:44 +00:00
|
|
|
.password-strength__title,
|
|
|
|
.password-strength__text {
|
2010-09-19 18:10:42 +00:00
|
|
|
display: inline;
|
|
|
|
}
|
2014-07-28 21:11:44 +00:00
|
|
|
.password-strength__meter {
|
2014-09-21 18:33:52 +00:00
|
|
|
height: 0.75em;
|
|
|
|
margin-top: 0.5em;
|
Issue #1663210 by mortendk, rootwork, idebr, vks7056, ishmael-sanchez, LewisNyman, joelpittet, Manjit.Singh, Manuel Garcia, b0unty, prajaankit, alansaviolobo, atu: Clean up css in the User module
2015-02-11 22:30:22 +00:00
|
|
|
background-color: lightgray;
|
2010-09-19 18:10:42 +00:00
|
|
|
}
|
2014-07-28 21:11:44 +00:00
|
|
|
.password-strength__indicator {
|
2010-09-19 18:10:42 +00:00
|
|
|
height: 100%;
|
Issue #1663210 by mortendk, rootwork, idebr, vks7056, ishmael-sanchez, LewisNyman, joelpittet, Manjit.Singh, Manuel Garcia, b0unty, prajaankit, alansaviolobo, atu: Clean up css in the User module
2015-02-11 22:30:22 +00:00
|
|
|
width: 0;
|
|
|
|
background-color: gray;
|
2010-09-19 18:10:42 +00:00
|
|
|
}
|
Issue #1663210 by mortendk, rootwork, idebr, vks7056, ishmael-sanchez, LewisNyman, joelpittet, Manjit.Singh, Manuel Garcia, b0unty, prajaankit, alansaviolobo, atu: Clean up css in the User module
2015-02-11 22:30:22 +00:00
|
|
|
.password-confirm-match {
|
2011-05-14 17:16:44 +00:00
|
|
|
visibility: hidden;
|
2014-08-15 23:27:38 +00:00
|
|
|
}
|