|
|
|
/**
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*** UI Messages ***/
|
|
|
|
|
|
|
|
#messagestack {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0.5em;
|
|
|
|
right: 0.5em;
|
|
|
|
z-index: 99;
|
|
|
|
width: 320px;
|
|
|
|
height: auto;
|
|
|
|
max-height: 85%;
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
@media screen and (max-width: @screen-width-xs) {
|
|
|
|
left: 0.5em;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
|
|
|
&.voice {
|
|
|
|
position: absolute;
|
|
|
|
top: -1000px;
|
|
|
|
}
|
|
|
|
|
|
|
|
i.icon {
|
|
|
|
font-size: 2em !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
.boxwarning and .boxerror classes are supported by conversion
|
|
|
|
to .ui.alert in bootstrap_init()
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ui.alert {
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 0.2em;
|
|
|
|
opacity: 0.95;
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0.75em;
|
|
|
|
|
|
|
|
& > i.icon {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
& > i.icon:before {
|
|
|
|
&:extend(.font-icon-class);
|
|
|
|
content: @fa-var-info-circle;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.loading > i.icon:before {
|
|
|
|
content: @fa-var-circle-o-notch;
|
|
|
|
.animated-icon-class;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.alert-warning > i.icon:before {
|
|
|
|
content: @fa-var-warning;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.alert-danger > i.icon:before {
|
|
|
|
content: @fa-var-exclamation-circle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#message-objects {
|
|
|
|
margin: 0 0.2em;
|
|
|
|
|
|
|
|
i.icon {
|
|
|
|
font-size: 2em !important;
|
|
|
|
}
|
|
|
|
}
|