summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Maudsley <richard.maudsley@isode.com>2014-03-13 13:51:09 (GMT)
committerRichard Maudsley <richard.maudsley@isode.com>2014-03-13 13:51:09 (GMT)
commit2bb017cbe8825d9e4b319ab747e23afe73d106bd (patch)
treee5cd2214f0669a7956f257b8f7425f92ffb0ef2d
parent0e17d9322793e8baf7ef6904dc96f388e79fd82e (diff)
downloadswift-contrib-2bb017cbe8825d9e4b319ab747e23afe73d106bd.zip
swift-contrib-2bb017cbe8825d9e4b319ab747e23afe73d106bd.tar.bz2
Set chat font back to sans-serif font.
Change-Id: I3a31aac0641bf0e2f4865906b5a3fe59f46cabf4
-rwxr-xr-xSwift/resources/themes/Default/main.css6
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
@@ -18,150 +18,146 @@
background: rgba(0,0,0,.65);
z-index: 999;
}
#heading {
position: fixed;
top: 0px;
left: 0px;
margin: 0;
padding: 5px;
font-weight: regular;
background-color:#fbfbed;
z-index: 999;
width:100%;
height:45px;
border-bottom:2px solid #d5d5d5;
background:url("images/steelHeading.jpg") repeat-x top left;
}
#heading .conversationIncomingIcon {
position:absolute;
left:5px;
top:5px;
}
#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;
}
.chatItem {
/*Removing opacity, because this causes Qt's WebKit to draw low-quality images */
/*opacity:0.96;*/
}
.tableBubble {
width:100%;
}
.tableBubble .tl {
height:8px;
}
.tableBubble .tr {
width:8px;
height:8px;
}
.message {
padding:0 1em 0 1.25em;
word-wrap: break-word;
}
.tableBubble .message {
font-size:11px;
}
.tableBubble .message img {
vertical-align:middle;
}
.tableBubble .messageRight {
width:1px;
}
.tableBubble .bl {
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;
width:13px;
height:11px;
}
.myBubble {
position:relative;
padding-left:10px;
margin-left:33px;
margin-right:10px;
}
.chatItem .avatar {
max-width:32px;
max-height:32px;
float:left;
}
/****** STatus ******/
.statusMessage {
opacity:0.8;
color:#676767;
}
.statusMessage .myBubble .indicator {
background:url("images/steelIndicator.png") no-repeat top left;