/* small patches for the css files */

/* common.css patches */

.dropdown-extended .header { text-shadow: 1px 1px 1px black; }

/* content.css patches */

.postbody { float: right; }
.attachbox { clear: right; }
.postprofile { border-width: 0 1px 0 0; float: left; }

/* plupload.css patches */

.file-status.file-uploaded { background: url('./images/plupload/done.png'); }
.file-status.file-error { background: url('./images/plupload/error.png'); }