Browse Source

Merge pull request #2545 from nextcloud/fix-popover-width

Fix popover width
tags/v11.0RC2
Roeland Jago Douma 7 years ago
parent
commit
158cc9c261
3 changed files with 3 additions and 10 deletions
  1. 0
    8
      apps/files/css/files.css
  2. 2
    2
      core/css/apps.css
  3. 1
    0
      settings/css/settings.css

+ 0
- 8
apps/files/css/files.css View File

border-top-right-radius: 3px; border-top-right-radius: 3px;
min-width: 100px; min-width: 100px;
} }
.bubble:after,
#app-navigation .app-navigation-entry-menu:after {
right: 12px;
}
.bubble:before,
#app-navigation .app-navigation-entry-menu:before {
right: 6px;
}


/* force show the loading icon, not only on hover */ /* force show the loading icon, not only on hover */
#fileList .icon-loading-small { #fileList .icon-loading-small {

+ 2
- 2
core/css/apps.css View File

border-radius: 3px; border-radius: 3px;
border-top-right-radius: 0; border-top-right-radius: 0;
z-index: 110; z-index: 110;
margin: 5px;
margin-top: -5px; margin-top: -5px;
right: 0; right: 0;
-webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75)); -webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
.bubble:after, .bubble:after,
#app-navigation .app-navigation-entry-menu:after { #app-navigation .app-navigation-entry-menu:after {
bottom: 100%; bottom: 100%;
right: 0; /* change this to adjust the arrow position */
right: 6px; /* change this to adjust the arrow position */
border: solid transparent; border: solid transparent;
content: " "; content: " ";
height: 0; height: 0;
border-color: rgba(238, 238, 238, 0); border-color: rgba(238, 238, 238, 0);
border-bottom-color: #fff; border-bottom-color: #fff;
border-width: 10px; border-width: 10px;
margin-left: -10px;
} }
.bubble .action { .bubble .action {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;

+ 1
- 0
settings/css/settings.css View File

} }
.federationScopeMenu { .federationScopeMenu {
top: 44px; top: 44px;
margin: -5px 0px 0;
} }
.federationScopeMenu.bubble::after { .federationScopeMenu.bubble::after {
right: 50%; right: 50%;

Loading…
Cancel
Save