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

Clean .hidden-op

This commit is contained in:
Daniel Pan
2016-03-14 16:31:52 +08:00
committed by llj
parent 3bea301096
commit d1559c829e
3 changed files with 7 additions and 24 deletions

View File

@@ -1936,8 +1936,7 @@ textarea:-moz-placeholder {/* for FF */
.displayed-op .op:hover {
text-decoration:none;
}
.audit-item .audit-select-hidden,
.repo-file-list .hidden-op {
.audit-item .audit-select-hidden {
position:absolute;
background:#fff;
padding:6px 1px;
@@ -1945,14 +1944,10 @@ textarea:-moz-placeholder {/* for FF */
border-radius:5px;
z-index:10;
}
.audit-select-hidden li a,
.hidden-op a {
.audit-select-hidden li a {
display:block;
padding:0 12px;
}
.hidden-op a:hover {
background: #eee;
}
.file-choose-form {
width:500px;
padding:10px 20px;