xtras/mathuaerknedam 448:0ff01ef4fbf2: minimal_mod: fix issue wi...

commits at adium.im commits at adium.im
Fri Mar 19 04:25:11 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/0ff01ef4fbf2
revision:	448:0ff01ef4fbf2
author:		mathuaerknedam
date:		Thu Mar 18 23:25:03 2010 -0500

minimal_mod: fix issue with messages not indenting properly when buddy icons are displayed.

diffs (49 lines):

diff -r 0dc975209847 -r 0ff01ef4fbf2 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Content.html
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Content.html	Thu Mar 18 13:53:55 2010 -0500
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Content.html	Thu Mar 18 23:25:03 2010 -0500
@@ -1,6 +1,6 @@
-<div class="x-container %messageClasses% %userIcons%" style="background-color:%textbackgroundcolor{.75}%;">
+<div class="x-container %messageClasses% %userIcons%" style="background-color:%textbackgroundcolor{.75}%;" src="%userIconPath%">
+	<img class="x-buddyicon" src="%userIconPath%" />
 	<div class="x-time" title="%time{dd MMM yyyy}%">%time%</div>
-	<img class="x-buddyicon" src="%userIconPath%" />
 	<div class="x-sender" style="color: %senderColor%;" title="%senderPrefix% %senderScreenName%">%sender%</div>
 	<div class="x-message" title="%service% %time%">%message%</div>
 </div>
diff -r 0dc975209847 -r 0ff01ef4fbf2 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css	Thu Mar 18 13:53:55 2010 -0500
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css	Thu Mar 18 23:25:03 2010 -0500
@@ -35,6 +35,7 @@
 	border-top: 1px solid rgba(0, 0, 0, .1);
 	padding-top: 4px;
 	padding-bottom: 2px;
+	margin-left: 0px !important;
 }
 
 .x-sender,
diff -r 0dc975209847 -r 0ff01ef4fbf2 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Thu Mar 18 13:53:55 2010 -0500
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Thu Mar 18 23:25:03 2010 -0500
@@ -146,18 +146,13 @@
 	color: #9F9F9F;
 }
 
-/*.x-message
+.message:not([src*="buddy_icon.png"]) .x-time,
+.message:not([src*="buddy_icon.png"]) .x-sender,
+.message:not([src*="buddy_icon.png"]) .x-message
 {
-	overflow: auto;
+	margin-left: 30px;
 }
 
-.x-message,
-.history .x-message
-{
-	width: auto;
-	text-align: left;
-}*/
-
 img.x-buddyicon
 {
 	float: left;


More information about the commits mailing list