summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarlos Soriano <carlos.soriano89@gmail.com>2013-09-13 14:55:07 +0200
committerCarlos Soriano <carlos.soriano89@gmail.com>2014-02-17 20:00:00 +0100
commitfff2ca6f2623b85e6b8b12c314bf71d9b05c4175 (patch)
treefd2269db6b92eacd514f408856899886121b0e28 /data
parentbec57a6cee8d36cc8fe534361ffb80da83196e3c (diff)
telephatyIdle: Time stamps next conversation line
To give more context to the chat notification bubble, put the time stamp next to the last conversation line instead of a new line. https://bugzilla.gnome.org/show_bug.cgi?id=708031
Diffstat (limited to 'data')
-rw-r--r--data/theme/gnome-shell.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index d74beb3d..61a6284d 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1648,8 +1648,8 @@ StScrollBar StButton#vhandle:active {
color: #888888;
}
-.chat-group-sent, .chat-group-meta {
- padding: 8px 0;
+.chat-empty-line {
+ font-size: 4px;
}
.chat-received {
@@ -1674,6 +1674,7 @@ StScrollBar StButton#vhandle:active {
.chat-meta-message {
padding-left: 4px;
font-size: 9pt;
+ font-weight: bold;
color: #bbbbbb;
}