xtras/mathuaerknedam 102:abdfa07c8416: Tweaks to the focus indic...

commits at adium.im commits at adium.im
Sun Aug 2 02:44:46 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/abdfa07c8416
revision:	102:abdfa07c8416
author:		mathuaerknedam
date:		Sat Aug 01 21:47:25 2009 -0500

Tweaks to the focus indicators in Compact and Icon-Time1 varinats so that they don't create a tall bottom margin in the chat window

diffs (47 lines):

diff -r f17d8b49bc95 -r abdfa07c8416 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Fri Jul 31 09:15:14 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Sat Aug 01 21:47:25 2009 -0500
@@ -49,6 +49,7 @@
 	right: 4px;
 	font-family: Lucida Grande;
 	font-size: 11px;
+	margin-top: -15px;
 	content: "\25c0";
 	content: "\23af";
 	color: rgba(255, 0, 0, 1);
diff -r f17d8b49bc95 -r abdfa07c8416 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Fri Jul 31 09:15:14 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Sat Aug 01 21:47:25 2009 -0500
@@ -48,6 +48,7 @@
 	right: 5px;
 	font-family: Lucida Grande;
 	font-size: 10px;
+	margin-top: -12px;
 	content: "\25c0";
 	color: rgba(255, 0, 0, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
diff -r f17d8b49bc95 -r abdfa07c8416 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt	Fri Jul 31 09:15:14 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt	Sat Aug 01 21:47:25 2009 -0500
@@ -28,12 +28,20 @@
 Should classic/icon-time bubbles indent when icons are missing?
 Should missing icons be replaced with 32x32 sendercolor?
 
-alternating + hideIcons has misplaced mention indicator
+alternating + hideIcons has misplaced mention indicator. treat it just like icon-time.
+
+alternating shows incoming on different side than header. change alternating or change header. Probably use ichat default.
+
+Move highlight column to left side?
+
+use circles for highlights?
 
 classic per-message arrows don't scale well
 
 topic needs more per-variant styling?
 
+focus lines need compensation for space reclamation. Or to be 100%. OR something else.
+
 interesting header treatments:
 
 addressbook (toggles)


More information about the commits mailing list