xtras/mathuaerknedam 453:2351c5274dc4: minimal_mod: add irc-like...

commits at adium.im commits at adium.im
Mon Mar 22 03:54:06 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/2351c5274dc4
revision:	453:2351c5274dc4
author:		mathuaerknedam
date:		Sun Mar 21 22:53:57 2010 -0500

minimal_mod: add irc-like action (on a single-line) to all variants.

diffs (101 lines):

diff -r 9f3ea3950eb4 -r 2351c5274dc4 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css	Thu Mar 18 23:31:53 2010 -0500
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css	Sun Mar 21 22:53:57 2010 -0500
@@ -124,27 +124,6 @@
 	background: rgba(240, 240, 240, .5);
 }
 
-.actionMessageUserName
-{
-	display: none;
-}
-
-.actionMessageBody:after
-{
-	content: "";
-}
-
-.actionMessageBody:before
-{
-	content: "";
-}
-
-.action .x-sender,
-.action .x-message
-{
-	font-style: italic !important;
-}
-
 .action .x-sender
 {
 	text-align: right;
diff -r 9f3ea3950eb4 -r 2351c5274dc4 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Thu Mar 18 23:31:53 2010 -0500
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Sun Mar 21 22:53:57 2010 -0500
@@ -155,13 +155,14 @@
 
 img.x-buddyicon
 {
-	float: left;
+	position: absolute;
 	margin-top: 2px;
 	margin-right: 6px;
+	padding-bottom: 8px;
 	width: 24px;
 	height: 24px;
-	border-color: #CCCCCC;
-	border-width: 1px;
+	/*border-color: #CCCCCC;
+	border-width: 1px;*/
 }
 
 .hideIcons img.x-buddyicon
@@ -169,7 +170,7 @@
 	display: none;
 }
 
-img
+img:not(.x-buddyicon)
 {
 	vertical-align: middle;
 	top: -3px;
@@ -262,3 +263,39 @@
 {
 	display: none;
 }
+
+
+/* ACTION */
+
+.action .x-sender,
+.action .x-message
+{
+	display: inline;
+	font-style: italic !important;
+}
+
+.action .x-message
+{
+	margin-left: 0px !important;
+}
+
+.actionMessageUserName
+{
+	display: none;
+}
+
+.actionMessageBody:after
+{
+	content: "";
+}
+
+.actionMessageBody:before
+{
+	content: "";
+}
+
+.action .x-sender,
+.action .x-message
+{
+	font-style: italic !important;
+}


More information about the commits mailing list