xtras/mathuaerknedam 74:4bf129a497db: Disable special highlighti...
commits at adium.im
commits at adium.im
Thu Jul 16 14:24:42 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/4bf129a497db
revision: 74:4bf129a497db
author: mathuaerknedam
date: Thu Jul 16 08:59:30 2009 -0500
Disable special highlighting of buzz/nudge notifications.
Subject: xtras/mathuaerknedam 75:306cafcd9cda: Disable the extra margin separating message history from new content. I found it somewhat useful, but it looked like a bug to many people.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/306cafcd9cda
revision: 75:306cafcd9cda
author: mathuaerknedam
date: Thu Jul 16 09:11:49 2009 -0500
Disable the extra margin separating message history from new content. I found it somewhat useful, but it looked like a bug to many people.
Subject: xtras/mathuaerknedam 76:3ac1306a8a21: Change "max-width" to "width" (as a lesser evil) in two situations when a narrow user icon looks weird.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/3ac1306a8a21
revision: 76:3ac1306a8a21
author: mathuaerknedam
date: Thu Jul 16 09:24:38 2009 -0500
Change "max-width" to "width" (as a lesser evil) in two situations when a narrow user icon looks weird.
diffs (186 lines):
diff -r 0b6a9ffc1343 -r 3ac1306a8a21 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Sat Jul 11 14:12:42 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Thu Jul 16 09:24:38 2009 -0500
@@ -139,6 +139,7 @@
margin-top: 2px;
}
+/*
.event.notification:before
{
position: absolute;
@@ -154,6 +155,7 @@
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
z-index: 99;
}
+*/
.x-color
{
@@ -162,7 +164,7 @@
img.x-icon
{
- max-width: 28px;
+ width: 28px;
max-height: 28px;
position: absolute;
z-index: 3;
@@ -346,7 +348,7 @@
.history + :not(.history):not(#insert)
{
- margin-top: 16px;
+ //margin-top: 16px;
}
diff -r 0b6a9ffc1343 -r 3ac1306a8a21 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css Sat Jul 11 14:12:42 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css Thu Jul 16 09:24:38 2009 -0500
@@ -262,7 +262,7 @@
.history + :not(.history):not(#insert)
{
- margin-top: 32px;
+ //margin-top: 32px;
}
img.emoticon
@@ -327,6 +327,7 @@
opacity: .5;
}
+/*
.event.notification:before
{
position: absolute;
@@ -340,6 +341,7 @@
color: rgba(64, 64, 64, 1);
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
+*/
.message[ico*="buddy_icon.png"] .x-color,
.IRC.message .x-color
diff -r 0b6a9ffc1343 -r 3ac1306a8a21 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Sat Jul 11 14:12:42 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Thu Jul 16 09:24:38 2009 -0500
@@ -66,6 +66,7 @@
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
+/*
.event.notification:before
{
position: absolute;
@@ -79,6 +80,7 @@
color: rgba(64, 64, 64, 1);
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
+*/
.message:not(.consecutive):not(.history)
{
@@ -271,7 +273,7 @@
.history + :not(.history):not(#insert)
{
- margin-top: 16px;
+ //margin-top: 16px;
}
/* History stuff */
diff -r 0b6a9ffc1343 -r 3ac1306a8a21 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css Sat Jul 11 14:12:42 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css Thu Jul 16 09:24:38 2009 -0500
@@ -192,6 +192,7 @@
//margin-left: 0px;
}
+/*
.event.notification:before
{
position: absolute;
@@ -205,6 +206,7 @@
color: rgba(64, 64, 64, 1);
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
+*/
.x-color
{
@@ -213,7 +215,7 @@
img.x-icon
{
- max-width: 32px;
+ width: 32px;
max-height: 32px;
position: absolute;
left: 8px;
@@ -426,7 +428,7 @@
.history + :not(.history):not(#insert)
{
- margin-top: 16px;
+ //margin-top: 16px;
}
/* History stuff */
diff -r 0b6a9ffc1343 -r 3ac1306a8a21 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css Sat Jul 11 14:12:42 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css Thu Jul 16 09:24:38 2009 -0500
@@ -181,6 +181,7 @@
margin-left: 0px;
}
+/*
.event.notification:before
{
position: absolute;
@@ -194,6 +195,7 @@
color: rgba(64, 64, 64, 1);
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
+*/
.x-color
{
@@ -397,7 +399,7 @@
.history + :not(.history):not(#insert)
{
- margin-top: 16px;
+ //margin-top: 16px;
}
diff -r 0b6a9ffc1343 -r 3ac1306a8a21 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css Sat Jul 11 14:12:42 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css Thu Jul 16 09:24:38 2009 -0500
@@ -141,6 +141,7 @@
margin-top: 2px;
}
+/*
.event.notification:before
{
position: absolute;
@@ -154,6 +155,7 @@
color: rgba(64, 64, 64, 1);
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
+*/
.x-color
{
@@ -333,7 +335,7 @@
.history + :not(.history):not(#insert)
{
- margin-top: 16px;
+ //margin-top: 16px;
}
More information about the commits
mailing list