1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-20 18:32:41 +00:00

Merge pull request #1145 from haiwen/share_link_audit

Add share link audit
This commit is contained in:
Daniel Pan
2016-04-27 13:27:15 +08:00
10 changed files with 253 additions and 20 deletions

View File

@@ -889,6 +889,11 @@ textarea:-moz-placeholder {/* for FF */
font-size:14px;
margin:5px 0 20px;
}
.new-narrow-panel .notice {
text-align: center;
margin-top:20px;
color:#666;
}
/**** wide panel ****/ /* e.g. repo decrypt page */
.wide-panel {
width: 928px;
@@ -1011,6 +1016,10 @@ textarea:-moz-placeholder {/* for FF */
.op-confirm button {
margin-right:8px;
}
/**** forms ****/
.field-feedback {
color:#666;
}
/**** simplemodal ****/
#basic-modal-content {
display:none;
@@ -3446,3 +3455,10 @@ img.thumbnail {
.device-libs-dropdown-menu {
min-width:200px;
}
/* link audit */
#link-audit-form .email-input {
margin-bottom:5px;
}
#link-audit-form .get-code-btn {
margin-bottom:20px;
}