2021-10-17 14:50:12 +00:00
|
|
|
/* set the styles */
|
2021-11-07 16:17:42 +00:00
|
|
|
|
|
|
|
.password_second_confirm {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2021-11-14 14:01:07 +00:00
|
|
|
|
|
|
|
.s3-disclaimer {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2021-11-21 08:46:01 +00:00
|
|
|
.s3-hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2021-11-28 04:20:38 +00:00
|
|
|
.dropbox-disclaimer {
|
2021-11-21 08:46:01 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2021-11-28 04:20:38 +00:00
|
|
|
.dropbox-hide {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-11-21 08:46:01 +00:00
|
|
|
|
2021-11-28 08:28:52 +00:00
|
|
|
.dropbox-auth-button-hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropbox-revoke-auth-button-hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2021-11-28 04:20:38 +00:00
|
|
|
.webdav-disclaimer {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2021-11-21 08:46:01 +00:00
|
|
|
.webdav-hide {
|
|
|
|
display: none;
|
|
|
|
}
|