You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/**
|
|
|
|
* Roundcube webmail styles for the Elastic skin
|
|
|
|
*
|
|
|
|
* Copyright (c) 2017, The Roundcube Dev Team
|
|
|
|
*
|
|
|
|
* The contents are subject to the Creative Commons Attribution-ShareAlike
|
|
|
|
* License. It is allowed to copy, distribute, transmit and to adapt the work
|
|
|
|
* by keeping credits to the original autors in the README file.
|
|
|
|
* See http://creativecommons.org/licenses/by-sa/3.0/ for details.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*** Dialogs ***/
|
|
|
|
|
|
|
|
.popupmenu {
|
|
|
|
display: none;
|
|
|
|
padding: 0;
|
|
|
|
min-width: 180px;
|
|
|
|
|
|
|
|
li > a {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div.ui-dialog-content > .popupmenu,
|
|
|
|
div.popover-body > .popupmenu {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-dialog iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-dialog-content.iframe {
|
|
|
|
padding: 0 !important;
|
|
|
|
overflow: hidden !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.popover-body {
|
|
|
|
padding: 0;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover {
|
|
|
|
/* 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 {
|
|
|
|
/* TODO */
|
|
|
|
}
|