1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

change register page style (#7693)

* change register page style

* remove useless file
This commit is contained in:
Michael An
2025-04-01 12:23:39 +08:00
committed by GitHub
parent efe9ecce29
commit 6614fd20a6
10 changed files with 33 additions and 51 deletions

View File

@@ -2195,6 +2195,7 @@ a.sf-popover-item {
margin-bottom: 5px;
}
/* policy service link */
.login-panel-bottom-divider {
border: 0;
height: 1px;
@@ -2207,17 +2208,27 @@ a.sf-popover-item {
font-size: 12px;
line-height: 1;
margin-top: 12px;
display: flex;
justify-content: center;
}
.login-panel-bottom-privacy-policy a {
color: #EC8000;
font-size: 12px;
font-weight: normal;
padding: 0 0.5rem;
}
.login-panel-bottom-privacy-policy .bottom-item {
.login-panel-bottom-privacy-policy .login-panel-bottom-seperator {
border-right: 1px solid #EC8000;
}
#registration-form .login-panel-bottom-divider,
#org-register .login-panel-bottom-divider,
#choose-register .login-panel-bottom-divider {
margin: 20px -60px 0px -60px;
}
/*myhome*/
#quota-bar {
display: block;
@@ -2897,25 +2908,6 @@ a.sf-popover-item {
padding-left: 0;
}
/* policy, terms link */
.privacy-policy-link {
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px;
}
.privacy-policy-link-text {
color: #666666;
font-size: 12px;
}
.privacy-policy-link-split {
width: 1px;
background: #6e7687;
height: 12px;
}
#email-audit-form .email-input {
width: 172px;
}