aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.css
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-01-14 10:33:17 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-01-14 10:33:17 +0100
commitcd802ed45bca8fabb0252e40ab14fa8bb0f935ec (patch)
treeaf942be7c337826104cefb31b02755f75e3d9efa /apps/files/css/files.css
parente0173303e6a3ff2048422f47db7ce3d97a70c761 (diff)
parentc29310aaef636b98e52672e3005343aa6f978076 (diff)
downloadnextcloud-server-cd802ed45bca8fabb0252e40ab14fa8bb0f935ec.tar.gz
nextcloud-server-cd802ed45bca8fabb0252e40ab14fa8bb0f935ec.zip
Merge branch 'master' of github.com:owncloud/core
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 99c39f0acdb..36a1e5c954b 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -21,14 +21,14 @@
#new>ul>li { height:20px; margin:.3em; padding-left:2em; padding-bottom:0.1em;
background-repeat:no-repeat; cursor:pointer; }
#new>ul>li>p { cursor:pointer; }
-#new>ul>li>input { padding:0.3em; margin:-0.3em; }
+#new>ul>li>form>input { padding:0.3em; margin:-0.3em; }
#upload {
height:27px; padding:0; margin-left:0.2em; overflow:hidden;
}
#upload a {
position:relative; display:block; width:100%; height:27px;
- cursor:pointer; z-index:1000;
+ cursor:pointer; z-index:10;
background-image:url('%webroot%/core/img/actions/upload.svg');
background-repeat:no-repeat;
background-position:7px 6px;
@@ -39,7 +39,7 @@
left:0; top:0; width:28px; height:27px; padding:0;
font-size:1em;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0;
- z-index:-1; position:relative; cursor:pointer; overflow:hidden;
+ z-index:20; position:relative; cursor:pointer; overflow:hidden;
}
#uploadprogresswrapper { position:absolute; right:13.5em; top:0em; }