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.
roundcubemail/plugins/managesieve/skins/larry/managesieve_mail.css

63 lines
822 B
CSS

ul.toolbarmenu li span.filterlink {
background-position: 0 -1924px;
}
#sievefilterform {
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 0;
overflow: hidden;
}
#sievefilterform iframe {
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
min-height: 100%; /* Chrome 14 bug */
border: 0;
padding: 0;
margin: 0;
}
#sievefilterform ul {
list-style: none;
padding: 0;
margin: 0;
margin-top: 5px;
}
#sievefilterform fieldset {
margin: 5px;
border-radius: 4px;
}
#sievefilterform ul li {
margin-bottom: 5px;
white-space: nowrap;
}
#sievefilterform ul li input {
margin-right: 5px;
}
#sievefilterform label {
font-weight: bold;
}
#managesieve-tip
{
z-index: 100000;
padding: 3px;
background-color: #eee;
}
span.sieve.error
{
color: red;
white-space: nowrap;
}