]> source.dussan.org Git - nextcloud-server.git/commitdiff
some multiselect design fixes 27995/head
authorszaimen <szaimen@e.mail.de>
Thu, 15 Jul 2021 14:47:31 +0000 (16:47 +0200)
committerszaimen <szaimen@e.mail.de>
Thu, 15 Jul 2021 15:09:28 +0000 (17:09 +0200)
Signed-off-by: szaimen <szaimen@e.mail.de>
apps/files/css/files.scss
core/css/styles.scss

index d26c268db92b9d66f6c5c83311e476b02a52d363..7c3cfb3524d57996ae7673d2218808728c06846d 100644 (file)
@@ -233,11 +233,16 @@ table th .columntitle {
        vertical-align: middle;
 }
 table.multiselect th .columntitle {
-    display: inline-block;
+       display: inline-block;
+       margin-right: -20px;
 }
 table th .columntitle.name {
        padding-left: 0;
-       margin-left: 50px;
+       margin-left: 44px;
+}
+
+table.multiselect th .columntitle.name {
+       margin-left: 0;
 }
 
 table th .sort-indicator {
index 42d10ec0f4f82f7ef94f195d083a3db797f829e3..648de69c88a2514c8d2fbcc25780567cf320adb6 100644 (file)
@@ -478,6 +478,9 @@ tr {
 
 .selectedActions > a {
        opacity: .5;
+       position: relative;
+       top: 2px;
+
        &:hover, &:focus {
                opacity: 1;
        }