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

fixed bug in 'more-op' of repo page

This commit is contained in:
llj
2012-12-10 15:58:37 +08:00
parent 123b0315e8
commit d6b073ff9c
2 changed files with 30 additions and 25 deletions

View File

@@ -918,6 +918,9 @@ textarea:-moz-placeholder {/* for FF */
.repo-file-list {
margin:15px 0 0;
}
.repo-file-list .repo-file-op {
position:relative;
}
.displayed-op {
display:inline;
margin-right:8px;
@@ -927,7 +930,6 @@ textarea:-moz-placeholder {/* for FF */
}
.repo-file-list .hidden-op {
position:absolute;
left:18px;
background:#fff;
padding:6px 1px;
border:1px solid #eee;