xtras/mathuaerknedam 306:98410b8dbed1: Stockholm: misc fixes for...

commits at adium.im commits at adium.im
Sat Dec 19 03:09:39 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/98410b8dbed1
revision:	306:98410b8dbed1
author:		mathuaerknedam
date:		Fri Dec 18 11:45:22 2009 -0600

Stockholm: misc fixes for mention/focus.
Subject: xtras/mathuaerknedam 307:f3edbdb4b53a: Stockholm: Long lines without spaces should break nicely.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/f3edbdb4b53a
revision:	307:f3edbdb4b53a
author:		mathuaerknedam
date:		Fri Dec 18 11:46:20 2009 -0600

Stockholm: Long lines without spaces should break nicely.
Subject: xtras/mathuaerknedam 308:b2016282faba: Stockholm: The timestamp for consecutive messages (only visible on hover) forces long lines that don't want to wrap to start on the second line, leaving the first line mysteriously empty until you hover. This looks dumb. This makes the time stamp appear over the message text (in the same place) with a white background. It could probably be made a little more pretty and still needs adjusted for focus/mention.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/b2016282faba
revision:	308:b2016282faba
author:		mathuaerknedam
date:		Fri Dec 18 11:49:52 2009 -0600

Stockholm: The timestamp for consecutive messages (only visible on hover) forces long lines that don't want to wrap to start on the second line, leaving the first line mysteriously empty until you hover. This looks dumb. This makes the time stamp appear over the message text (in the same place) with a white background. It could probably be made a little more pretty and still needs adjusted for focus/mention.

diffs (86 lines):

diff -r 56f8ce9de7e4 -r b2016282faba Stockholm ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/main.css	Tue Dec 15 14:13:05 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/main.css	Fri Dec 18 11:49:52 2009 -0600
@@ -8,6 +8,8 @@
 	top:0px;
 	background-attachment: fixed;
 	background-color:#EBEBEB;
+	word-wrap: break-word;
+	word-break: break-word;
 }
 
 #Chat
@@ -372,12 +374,14 @@
 
 .x-combine .x-ctime
 {
-	float: right;
 	color: #8f8f8f;
-	top: 14px;
-	margin-right: -3px;
-	text-align:right;
+	position: absolute;
+	right:5px;
 	visibility: hidden;
+	background: white;
+	padding-left: 2px;
+	padding-right: 2px;
+	-webkit-border-radius: 2px;
 }
 
 
@@ -475,6 +479,8 @@
 .focus.x-status_container
 {
 	margin-right: 7px;
+	margin-bottom: -2px;
+	padding-bottom: 2px;
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) left top no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) right top no-repeat,
@@ -563,7 +569,8 @@
 	padding-bottom: 1px;
 }
 
-.focus:not(.history) .x-message
+.focus:not(.history) .x-message,
+.mention .x-message
 {
 	padding-top: 2px;
 }
@@ -601,7 +608,9 @@
 		100% 1px,
 
 		100% 100%;
-	padding-bottom: 3px;
+	padding-bottom: 1px;
+	color: black;
+	text-shadow: none;
 }
 
 .mention .x-message
@@ -636,15 +645,9 @@
 
 .x-text .x-combine
 {
+	padding-top: 2px;
 	margin-top: 2px;
 	margin-bottom: 1px;
-	padding-top: 2px;
-}
-
-.mention .x-header
-{
-	color: black;
-	text-shadow: none;
 }
 
 .x-header
@@ -697,7 +700,6 @@
 .focus:not(.history):not(.mention) .x-incomingheader_center,
 .focus:not(.history):not(.mention) .x-outgoingheader_center,
 .focus:not(.history):not(.mention) .x-header_center
-/*.focus:not(.history):not(.mention) .x-message*/
 {
 	background: none;
 }


More information about the commits mailing list