xtras/mathuaerknedam 81:6b4e2b1b96ed: Remove top margin in group...

commits at adium.im commits at adium.im
Mon Jul 20 02:05:11 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/6b4e2b1b96ed
revision:	81:6b4e2b1b96ed
author:		mathuaerknedam
date:		Sun Jul 19 21:05:45 2009 -0500

Remove top margin in groupchat when topic is displayed since there' no way to make sure it's just the right amount. Maybe a future piece of javascript will address this. Also remove icon background from header.

diffs (77 lines):

diff -r 574d3328eb16 -r 6b4e2b1b96ed Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Header.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Header.css	Sun Jul 19 20:27:40 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Header.css	Sun Jul 19 21:05:45 2009 -0500
@@ -55,7 +55,7 @@
 	max-height: none;
 	//padding: 0;
 	top: 2px;
-	background: rgba(240, 240, 240, 1);
+	//background: rgba(240, 240, 240, 1);
 }
 
 #x-header .x-icon.incoming,
diff -r 574d3328eb16 -r 6b4e2b1b96ed Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html	Sun Jul 19 20:27:40 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html	Sun Jul 19 21:05:45 2009 -0500
@@ -19,7 +19,6 @@
 </head>
 
 <body>
-<!--
 <div id="x-header">
 	<style type="text/css">
 		@import url(./Header.css);
@@ -27,7 +26,7 @@
 
 	<span class="x-date">Wednesday, June 09, 2004</span>
 	<span class="x-time">12:45:48</span>
-	<img src="./Images/compact/normal/aim.png" id="SERVICE" />
+	<img class="serviceIcon" src="/Users/mneedham/src/Adium/build/Release-Debug/Adium.app/Contents/Resources/Service Icons/Aqua.AdiumServiceIcons/aim.png" alt="AIM"/>
 	<span class="x-sender incoming">JeffJeffJeffJeffJeffJeffJeffJeffJeffJeff</span>
 	<span class="x-sender outgoing">EvanEvanEvanEvanEvanEvanEvanEvanEvanEvan</span>
 	<img class="x-icon incoming" src="/Users/mneedham/Library/Application%20Support/Adium%202.0/Users/Default/libpurple/icons/8c814ad7cf1b910b74a9c84fb2b6a85e3cc8cba1.png" />
@@ -37,7 +36,7 @@
 	<span class="x-iconmask outgoing" style="-webkit-mask-box-image: url(/Users/mneedham/Library/Application%20Support/Adium%202.0/Users/Default/libpurple/icons/23c091f19e3feacaf0cc782065025af54fc64cd0.png);"></span>
 	<span class="x-color outgoing" style="background-color: seagreen"></span>
 </div>
---!>
+<!--
 
 <div id="topic" title="">
 	<style type="text/css">
@@ -46,6 +45,7 @@
 
 	<span id="topicEdit" contenteditable="">Welcome</span>
 </div>
+--!>
 
 <div id="Chat" class="groupchat">
 
diff -r 574d3328eb16 -r 6b4e2b1b96ed Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.css	Sun Jul 19 20:27:40 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.css	Sun Jul 19 21:05:45 2009 -0500
@@ -4,7 +4,7 @@
 
 #Chat
 {
-	padding-top: 66px;
+	//padding-top: 66px;
 }
 
 #topic
diff -r 574d3328eb16 -r 6b4e2b1b96ed Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt	Sun Jul 19 20:27:40 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt	Sun Jul 19 21:05:45 2009 -0500
@@ -22,9 +22,12 @@
 	# RTL variant? 2.1
 
 
+%serviceIconImg% need alt text also in title.
 %serviceIconImg% doesn't work in topic
 %sendercolor% fails in header
 
 
 header needs per-variant styling
 topic needs per-variant styling
+header serviceicon alt text needs top padding
+each bubble needs min-height. check with Colonna MT 9.


More information about the commits mailing list