]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix multiselect bar opacity, webroot
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 4 Oct 2013 14:32:06 +0000 (17:32 +0300)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 4 Oct 2013 14:32:06 +0000 (17:32 +0300)
apps/files/css/files.css
apps/files_sharing/css/public.css

index f10e26a97712d1605c9c3307180308cfea23de01..12de81c609d302e8cb6e321af0924c29c1d8e288 100644 (file)
@@ -14,7 +14,7 @@
        padding: 0 !important; /* override default control bar button padding */
 }
 #trash {
-       margin: 0 1em;
+       margin-right: 12px;
        float: right;
 }
 #new>a, #trash>a {
@@ -114,7 +114,7 @@ table th#headerDate, table td.date {
 table.multiselect thead {
        position: fixed;
        top: 89px;
-       z-index: 1;
+       z-index: 10;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
@@ -123,7 +123,7 @@ table.multiselect thead {
 }
 
 table.multiselect thead th {
-       background-color: rgba(210,210,210,.7);
+       background-color: rgba(220,220,220,.8);
        color: #000;
        font-weight: bold;
        border-bottom: 0;
index 2c716c1cfdfbc868406d92a50f42d2dbe4f07a0b..3aa4a483041fe3ab185651b9324835537ab2e501 100644 (file)
@@ -3,7 +3,7 @@ body {
 }
 
 #header {
-       background: #1d2d44 url('../../../core/img/noise.png') repeat;
+       background: #1d2d44 url('%webroot%/core/img/noise.png') repeat;
        height:2.5em;
        left:0;
        line-height:2.5em;