xtras/mathuaerknedam 377:b86de5f4349c: Mockie: fix left padding ...

commits at adium.im commits at adium.im
Thu Feb 25 04:18:43 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/b86de5f4349c
revision:	377:b86de5f4349c
author:		mathuaerknedam
date:		Wed Feb 24 22:18:34 2010 -0600

Mockie: fix left padding on menion+focus indicator, decrease spacing between history+focus indicators on status messages.

diffs (26 lines):

diff -r b03069c4ab67 -r b86de5f4349c Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css	Wed Feb 24 16:27:43 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css	Wed Feb 24 22:18:34 2010 -0600
@@ -356,6 +356,7 @@
 .mention.firstFocus.x-message-next > .x-text:before
 {
 	content: "mentioned here + focus lost here";
+	padding-left: 4px;
 }
 
 .history + :not(.history):before
@@ -384,3 +385,14 @@
 	padding-top: 18px;
 	border-top: 4px solid rgba(184, 184, 184, 1);
 }
+
+.history + :not(.history).x-status_container.firstFocus:before
+{
+	margin-top: -14px;
+}
+
+.history + :not(.history).x-status_container.firstFocus
+{
+	padding-top: 10px;
+}
+


More information about the commits mailing list