##// END OF EJS Templates
ldap: adde common ldap-ce na ldap-ee structure, and extend options...
ldap: adde common ldap-ce na ldap-ee structure, and extend options - added timeout - make the code more shared - allow specification of tls certdir and certfile manually

File last commit:

r727:912a8f06 default
r3235:db5132ef default
Show More
rhodecode-toggle.less
13 lines | 228 B | text/x-less | LessCssLexer
components: completed rhodecode-toggle for notification settings
r727 @import '../../../../css/variables';
.rc-toggle {
float: left;
position: relative;
paper-spinner {
position: absolute;
top: 0;
left: -30px;
width: 20px;
height: 20px;
}
}