diff --git a/media/css/seahub.css b/media/css/seahub.css index 8bdc60756d..3f31465a95 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -221,7 +221,7 @@ button, input[type=submit], input[type=button], input.submit, -.btn-link, +.sf-btn-link, .fileinput-button, select { padding:5px 6px; @@ -231,7 +231,7 @@ select { border: 1px solid #c5c5c5; border-radius: 2px; } -.btn-link { +.sf-btn-link { display:inline-block; color:#333; line-height:19px; @@ -244,7 +244,7 @@ select { padding:6px 20px; border-radius:3px; } -.btn-link:hover { +.sf-btn-link:hover { color:#333; text-decoration:none; } @@ -280,7 +280,7 @@ input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover, -.btn-link:hover, +.sf-btn-link:hover, .fileinput-button:hover { cursor:pointer; background:#fff; @@ -2467,7 +2467,7 @@ button.sf-dropdown-toggle:focus { border:1px solid #ccc; } #file-op button, -#file-op .btn-link { +#file-op .sf-btn-link { padding:2px 8px; } #file-enc-cont { diff --git a/seahub/templates/shared_file_view.html b/seahub/templates/shared_file_view.html index b3faa593d3..f561388f37 100644 --- a/seahub/templates/shared_file_view.html +++ b/seahub/templates/shared_file_view.html @@ -71,7 +71,7 @@