/* 
    Document   : flattr
    Created on : Dec 27, 2011, 2:28:15 AM
    Author     : Michael
*/

#icon-options-general.icon32.flattr {
    background-image: url('img/flattr_button.png');
    background-position: center center;
    background-repeat: no-repeat;
}

th {
    text-align: right;
    vertical-align: top;
}

td {
    vertical-align: top;
}

td input {
    margin-right: 8px;
}

.flattr-wrap table.form-table li iframe,
.flattr-wrap table.form-table li img {
    vertical-align: middle;
}

.flattr-wrap span.inactive {
    color: gray;
}

.flattr-wrap span.active:before {
    content : " ";
}

.flattr-wrap div#dialog {
    display: none;
}

.flattr-server-check {
    font-weight: bold;
}

.flattr-server-check.failed {
    color: red;
}

.flattr-server-check.passed {
    color: green;
}

.flattr-server-check.warn {
    color: yellow;
}

#dialog ol li {
    list-style-type :decimal-leading-zero;
}