]> source.dussan.org Git - nextcloud-server.git/commitdiff
move upload progress bar near upload button, more contextual
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 18 Aug 2013 09:18:16 +0000 (11:18 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 18 Aug 2013 09:18:16 +0000 (11:18 +0200)
apps/files/css/files.css

index 50aa58b53d7cf5b03bfe610eb0c03c31e0774bac..2cc68fd3bbf9b47f95083cc1b8aa74b25b03d646 100644 (file)
        z-index:20; position:relative; cursor:pointer; overflow:hidden;
 }
 
-#uploadprogresswrapper { float: right; position: relative; }
+#uploadprogresswrapper {
+       position: relative;
+       display: inline;
+}
 #uploadprogresswrapper #uploadprogressbar {
-       position:relative; float: right;
-       margin-left: 12px; width:10em; height:1.5em; top:.4em;
+       position:relative;
+       float: left;
+       margin-left: 12px;
+       width: 130px;
+       height: 26px;
        display:inline-block;
 }
+#uploadprogresswrapper #uploadprogressbar + stop {
+       font-size: 13px;
+}
+
 
 /* FILE TABLE */