<tr>
<td class="label"><?php echo _("Subject: ") ?></td>
<td class="subject"><input type="text" id="subject" name="subject" /></td>
+ <td></td>
</tr>
<tr class="atcrow">
<td class="label"><span class="iconImg attachmentImg"></span>: </td>
background: #f4f4f4;
border: 1px solid #d4d4d4;
position: absolute;
- padding: 2px 2px 2px 2px;
+ padding: 2px;
}
.autocomplete ul {
margin: 1px;
}
/* SpellChecker styles. */
-.spellcheckChecking {
+.spellcheckChecking, .spellcheckIncorrect {
color: #f00;
}
-.spellcheckIncorrect {
+.spellcheckIncorrect, .spellcheckCorrected {
text-decoration: underline;
cursor: pointer;
- color: #f00;
}
.spellcheckCorrected {
- text-decoration: underline;
- cursor: pointer;
color: #090;
}
}
#RB_loading {
z-index: 101;
- width: 66;
+ width: 66px;
margin-left: auto;
margin-right: auto;
margin-top: 200px;
width: 100%;
margin-bottom: 3px;
}
+.mimeStatusIcon {
+ width: 22px;
+}
.mimeStatusWarning {
border: 1px solid #800;
background: #e81222;
}
.mimePartInfo img {
vertical-align: bottom;
- padding-right: 3px;
}
.mimeStatusMessage td, .mimeStatusWarning td, .mimePartInfo td {
height: 16px;
width: 16px;
background: transparent center right no-repeat;
- padding-left: 1px;
- padding-right: 1px;
+ padding: 0 1px;
+ vertical-align: bottom;
}
.downloadAtc {
background-image: url("graphics/download.png");
.stripAtc {
background-image: url("graphics/delete.png");
}
-.mimeStatusIcon {
- width: 22px;
-}