]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove unneeded extra ID selectors
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 18 Aug 2013 09:27:51 +0000 (11:27 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 18 Aug 2013 09:27:51 +0000 (11:27 +0200)
apps/files/css/files.css

index 2cc68fd3bbf9b47f95083cc1b8aa74b25b03d646..a2cf8398c2724c2020256872ffbbd79196d34eb3 100644 (file)
@@ -50,7 +50,7 @@
        position: relative;
        display: inline;
 }
-#uploadprogresswrapper #uploadprogressbar {
+#uploadprogressbar {
        position:relative;
        float: left;
        margin-left: 12px;
@@ -58,7 +58,7 @@
        height: 26px;
        display:inline-block;
 }
-#uploadprogresswrapper #uploadprogressbar + stop {
+#uploadprogressbar + stop {
        font-size: 13px;
 }