Bugs item #1839084, was opened at 2007-11-27 01:40
Message generated for change (Comment added) made by christian_boltz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1839084&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interface (example)
Group: SVN (please specify revision!)
Status: Open
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Jan Örnstedt (ornstedt)
Assigned to: Nobody/Anonymous (nobody)
>Summary: different font in single-line and multi-line input boxes
Initial Comment:
Below a patch to resolv the issues. However I am no master on stylesheets and I wonder why sendmail and broadcast mail is not inheriting the correct fonts.
If I specificly add font declarations to .flat it works but not otherwise.
Cheers
Jan
Index: stylesheet.css
===================================================================
--- stylesheet.css (revision 244)
+++ stylesheet.css (arbetskopia)
@@ -1,7 +1,7 @@
body {
background: #ffffff;
color: #000000;
- font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif;
+ font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-align: center;
@@ -22,9 +22,9 @@
}
table {
- // border-spacing: 0;
- // padding: 0;
- border-collapse: collapse; //for IE
+ /* border-spacing: 0; */
+ /* padding: 0; */
+ border-collapse: collapse; /* for IE */
}
.button {
----------------------------------------------------------------------
>Comment By: Christian Boltz (christian_boltz)
Date: 2007-12-30 20:07
Message:
Logged In: YES
user_id=593261
Originator: NO
patch stylesheet.css < patch.txt
However, the SVN version already contains the changes.
(renaming the ticket to the remaining part)
----------------------------------------------------------------------
Comment By: PRAEDO (praedo)
Date: 2007-12-29 02:14
Message:
Logged In: YES
user_id=1968759
Originator: NO
what is the command to apply this patch?
----------------------------------------------------------------------
Comment By: Jan Örnstedt (ornstedt)
Date: 2007-11-28 01:51
Message:
Logged In: YES
user_id=498787
Originator: YES
Maybe I was a bit unclear. This patch was only for the syntax errors.
However there is still an issue with the stylesheets if the intention is
that the fonts should be the same as in the "body" object.
If you type the same text both in the Subject and in the body of the
sendmail form you will notice the difference.
Cheers
Jan
----------------------------------------------------------------------
Comment By: Christian Boltz (christian_boltz)
Date: 2007-11-28 00:25
Message:
Logged In: YES
user_id=593261
Originator: NO
Indeed, the CSS file has some syntax errors.
Thanks for your patch - commited to SVN r249
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1839084&group_id=191583
|