Better font display on Ubuntu.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 1 Sep 2009 21:52:35 +0000 (15:52 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 2 Sep 2009 03:07:49 +0000 (21:07 -0600)
imp/templates/compose/compose.html
imp/themes/screen.css

index 4dce456..996c64f 100644 (file)
  <tr>
   <td class="light rightAlign" valign="top"><strong><tag:message_label />&nbsp;</strong></td>
   <td class="item" colspan="2" id="messageParent">
-   <textarea class="composebody" tabindex="<tag:message_tabindex />" name="message" id="message" rows="20" cols="80"><tag:message /></textarea>
+   <textarea class="fixed composebody" tabindex="<tag:message_tabindex />" name="message" id="message" rows="20" cols="80"><tag:message /></textarea>
   </td>
  </tr>
 
index 6525db7..cb7f166 100644 (file)
@@ -230,8 +230,6 @@ span.trashImg {
 
 /* Compose view */
 .composebody {
-    font-family: "Lucida Console",Courier,"Courier New";
-    font-size: 100%;
     padding: 2px;
 }
 #text_identity, #to, #cc, #bcc, #subject {
@@ -558,7 +556,6 @@ td.addressTr span.loadingImg {
     border: 1px solid #ccc;
     background: #f9f9f9;
     width: auto;
-    font-family: "Lucida Console",Courier,"Courier New";
 }
 .mimePartInfo {
     border: 1px solid #ccc;