diff options
| author | Richard Maudsley <richard.maudsley@isode.com> | 2014-03-13 13:51:09 (GMT) |
|---|---|---|
| committer | Richard Maudsley <richard.maudsley@isode.com> | 2014-03-13 13:51:09 (GMT) |
| commit | 2bb017cbe8825d9e4b319ab747e23afe73d106bd (patch) | |
| tree | e5cd2214f0669a7956f257b8f7425f92ffb0ef2d /Swift | |
| parent | 0e17d9322793e8baf7ef6904dc96f388e79fd82e (diff) | |
| download | swift-contrib-2bb017cbe8825d9e4b319ab747e23afe73d106bd.zip swift-contrib-2bb017cbe8825d9e4b319ab747e23afe73d106bd.tar.bz2 | |
Set chat font back to sans-serif font.
Change-Id: I3a31aac0641bf0e2f4865906b5a3fe59f46cabf4
Diffstat (limited to 'Swift')
| -rwxr-xr-x | Swift/resources/themes/Default/main.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Swift/resources/themes/Default/main.css b/Swift/resources/themes/Default/main.css index 25bd5bc..afca281 100755 --- a/Swift/resources/themes/Default/main.css +++ b/Swift/resources/themes/Default/main.css @@ -44,42 +44,39 @@ #heading .conversationIncomingIcon img { width:48px; height:48px; } #heading .conversationWith { position:relative; left:60px; margin:5px 0 0 0; - font: bold 16px "DejaVu Sans", "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif; overflow:hide; } #heading .conversationTime { position:relative; left:60px; color:#6d6d6d; - font: bold 10px "DejaVu Sans", "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif; } body { margin-top: 65px; background-color: white; color: black; } .status_container { - font: bold 10px "DejaVu Sans", "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif; } body { -/* font-family: "DejaVu Sans", "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif;*/ + font-family: "DejaVu Sans", "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif; } .followUp { clear:right; height:1px; font-size:1px; line-height:1px; margin:4px 0 4px 0; } @@ -123,19 +120,18 @@ body { height:10px; } .tableBubble .br { width:8px; height:10px; } .tableBubble .timeStamp { - margin:2px; margin-left:7px; text-align:right; float:right; } .myBubble .indicator { position:absolute; top:8px; left:0; |
Swift