]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix popover layout fix for files and global
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Mon, 7 Nov 2016 16:53:20 +0000 (17:53 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Mon, 21 Nov 2016 10:29:57 +0000 (11:29 +0100)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
apps/files/css/files.css
core/css/apps.css
settings/css/settings.css

index 9b844919c4e8d7c322cab6db01af212e23801282..c0460ff6058b6712b20f86a77f24c816553d7cdc 100644 (file)
@@ -550,7 +550,7 @@ html.ie8 #fileList tr.selected td.filename>.selectCheckBox {
 }
 .bubble:after,
 #app-navigation .app-navigation-entry-menu:after {
-       right: 6px;
+       right: 12px;
 }
 .bubble:before,
 #app-navigation .app-navigation-entry-menu:before {
@@ -625,13 +625,6 @@ html.ie8 .column-mtime .selectedActions {
        padding-right: 14px;
 }
 
-#fileList .popovermenu {
-       margin-right: 6px;
-}
-.ie8 #fileList .popovermenu {
-       margin-top: -10px;
-}
-
 .ie8 #fileList a.action img,
 #fileList tr:hover a.action,
 #fileList a.action.permanent,
@@ -649,7 +642,6 @@ html.ie8 .column-mtime .selectedActions {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        opacity: .3;
-       display:inline;
 }
 .ie8 #fileList a.action:hover img,
 #fileList tr a.action.disabled.action-download,
@@ -673,6 +665,7 @@ html.ie8 .column-mtime .selectedActions {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
        filter: alpha(opacity=70) !important;
        opacity: .7 !important;
+       display:inline;
 }
 /* always show actions on mobile, not only on hover */
 #fileList a.action.action-menu.permanent {
@@ -775,11 +768,6 @@ table.dragshadow td.size {
        padding: initial;
 }
 
-#fileList .popovermenu a.action {
-       padding: 10px;
-       margin: -10px;
-}
-
 html.ie8 #controls .button.new {
        padding-right: 0;
 }
@@ -826,11 +814,7 @@ html.ie8 #controls .button.new {
 }
 
 #fileList .popovermenu .action {
-       display: block;
-       line-height: 30px;
-       padding-left: 5px;
        color: #000;
-       padding: 0;
 }
 
 #filestable .filename .action .icon,
index 87ec86d701d670d083a4bb49104ef8b215611bd1..ee640d54641884b568c4841ca940f8271d51a6f3 100644 (file)
        border-radius: 3px;
        border-top-right-radius: 0;
        z-index: 110;
-       margin: -5px 14px 5px 10px;
+       margin-top: -5px;
        right: 0;
        -webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
        -moz-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
@@ -652,14 +652,6 @@ em {
        opacity: 1;
 }
 
-.popovermenu {
-       padding: 4px 12px;
-}
-
-.popovermenu li {
-       padding: 5px 0;
-}
-
 .popovermenu .menuitem img {
        padding: initial;
 }
@@ -667,8 +659,8 @@ em {
 .popovermenu a.menuitem,
 .popovermenu label.menuitem,
 .popovermenu .menuitem {
-       padding: 10px;
-       margin: -10px;
+       padding: 10px !important;
+       width: auto;
 }
 
 .popovermenu.hidden {
@@ -676,11 +668,9 @@ em {
 }
 
 .popovermenu .menuitem {
-       display: flex;
+       display: flex !important;
        line-height: 30px;
-       padding-left: 5px;
        color: #000;
-       padding: 0;
        align-items: center;
 }
 
index 887d2beb7b84deafd8c27fc83e2b0d289b636c39..835a0a6b64f7dffb7546daa0f13168d7bc484468 100644 (file)
@@ -109,7 +109,8 @@ input#openid, input#webdav { width:20em; }
        top: 44px;
 }
 .federationScopeMenu.bubble::after {
-       left: 45px;
+       right: 50%;
+       margin-right: -14px;
 }
 .federationScopeMenu.popovermenu {
        font-weight: 100;