]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove duplicate upload CSS from files.css
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 3 Oct 2013 14:08:29 +0000 (17:08 +0300)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 3 Oct 2013 14:08:29 +0000 (17:08 +0300)
apps/files/css/files.css

index 1508f8ac493a1ca9f2c3e71660ba02332dc0bc46..f09e51e70c2df53bd6cd3f79f394f9dea0955f6d 100644 (file)
 
 #trash { margin: 0 1em; z-index:1010; float: right; }
 
-#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:10;
-       background-image:url('%webroot%/core/img/actions/upload.svg');
-       background-repeat:no-repeat;
-       background-position:7px 6px;
-       opacity:0.65;
-}
-.file_upload_target { display:none; }
-.file_upload_form { display:inline; float:left; margin:0; padding:0; cursor:pointer; overflow:visible; }
-#file_upload_start {
-       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:20; position:relative; cursor:pointer; overflow:hidden;
-}
-
-#uploadprogresswrapper {
-       position: relative;
-       display: inline;
-}
-#uploadprogressbar {
-       position:relative;
-       float: left;
-       margin-left: 12px;
-       width: 130px;
-       height: 26px;
-       display:inline-block;
-}
-#uploadprogressbar + stop {
-       font-size: 13px;
-}
 
 
 /* FILE TABLE */