diff options
author | raghunayyar <me@iraghu.com> | 2014-06-08 15:06:01 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2014-06-08 15:06:01 +0530 |
commit | f3a605230af67cc8e22ae8e9c88a234193b2dc36 (patch) | |
tree | 4375d39abc79e77c391213be7dde6ea7fd7104ef | |
parent | 09206f8a495eec8d7452be66dee29f05e99ba8db (diff) | |
download | nextcloud-server-f3a605230af67cc8e22ae8e9c88a234193b2dc36.tar.gz nextcloud-server-f3a605230af67cc8e22ae8e9c88a234193b2dc36.zip |
@jancborchardt's commit for cross browser compatibility of extension.
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index e6b0f0f3835..02b2c26ecf3 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -140,9 +140,7 @@ span.extension { -moz-transition: opacity 300ms; -o-transition: opacity 300ms; transition: opacity 300ms; - position: relative; - top:-5px; - left:-2px; + vertical-align: top; } tr:hover span.extension { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; |