Small improvements to popups

pull/5742/merge
Aleksander Machniak 8 years ago
parent b6fe9c0f06
commit bf842acc21

@ -9,15 +9,16 @@
* See http://creativecommons.org/licenses/by-sa/3.0/ for details. * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
*/ */
/*** Dialogs ***/ /*** Dialogs ***/
/* TODO: To be reviewed with popups implementation */
.popupmenu { .popupmenu {
display: none; display: none;
padding: 0; padding: 0;
min-width: 180px; min-width: 180px;
li > a {
width: 100%;
}
} }
div.ui-dialog-content > .popupmenu, div.ui-dialog-content > .popupmenu,
@ -41,8 +42,20 @@ div.popover-content {
overflow-x: hidden; overflow-x: hidden;
} }
div.popover > h3 { .popover {
display: none; /* On mobile don't display popup arrows */
@media screen and (max-width: @screen-width-xs) {
& {
margin: 0 !important;
}
div.arrow {
display: none;
}
}
& > h3 {
display: none;
}
} }
.pgpkeyimport { .pgpkeyimport {

Loading…
Cancel
Save