From d1559c829eff682d68be42776db72f06c2bb70a0 Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Mon, 14 Mar 2016 16:31:52 +0800 Subject: [PATCH] Clean .hidden-op --- media/css/seahub.css | 9 ++------- seahub/templates/js/templates.html | 8 ++++---- static/css/backbone.css | 14 +------------- 3 files changed, 7 insertions(+), 24 deletions(-) diff --git a/media/css/seahub.css b/media/css/seahub.css index 183e4cb0f3..bd5fa4383c 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -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; diff --git a/seahub/templates/js/templates.html b/seahub/templates/js/templates.html index cbbbc48991..03b24692ee 100644 --- a/seahub/templates/js/templates.html +++ b/seahub/templates/js/templates.html @@ -207,7 +207,7 @@ <% if (dirent.perm == 'rw') { %> -