xtras/mathuaerknedam 82:74434ae65006: Shrink left padding in topic.
commits at adium.im
commits at adium.im
Mon Jul 20 13:53:26 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/74434ae65006
revision: 82:74434ae65006
author: mathuaerknedam
date: Mon Jul 20 08:52:41 2009 -0500
Shrink left padding in topic.
Subject: xtras/mathuaerknedam 83:f098a23756bb: Add min-height to message bubble for the variants that need it. (This was only an issue with certain fonts and a small font-size.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/f098a23756bb
revision: 83:f098a23756bb
author: mathuaerknedam
date: Mon Jul 20 08:54:09 2009 -0500
Add min-height to message bubble for the variants that need it. (This was only an issue with certain fonts and a small font-size.
diffs (70 lines):
diff -r 6b4e2b1b96ed -r f098a23756bb Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.css Sun Jul 19 21:05:45 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.css Mon Jul 20 08:54:09 2009 -0500
@@ -33,7 +33,7 @@
}
#topicEdit {
- padding-left: 40px;
+ padding-left: 8px;
padding-right: 8px;
display: block;
color: rgba(56, 56, 56, 1);
diff -r 6b4e2b1b96ed -r f098a23756bb Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css Sun Jul 19 21:05:45 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css Mon Jul 20 08:54:09 2009 -0500
@@ -1,4 +1,4 @@
- at charset "utf-8";
+ @charset "utf-8";
*
{
@@ -49,6 +49,7 @@
{
color: rgba(64, 64, 64, 1);
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .4);
+ min-height: 30px;
}
.status:not(.consecutive),
diff -r 6b4e2b1b96ed -r f098a23756bb Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css Sun Jul 19 21:05:45 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css Mon Jul 20 08:54:09 2009 -0500
@@ -71,6 +71,7 @@
//-webkit-border-bottom-right-radius: 5px;
//-webkit-border-top-right-radius: 5px;
//-webkit-border-top-left-radius: 5px;
+ min-height: 28px;
}
.message.consecutive:not(.history)
diff -r 6b4e2b1b96ed -r f098a23756bb Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css Sun Jul 19 21:05:45 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css Mon Jul 20 08:54:09 2009 -0500
@@ -71,6 +71,7 @@
//-webkit-border-bottom-right-radius: 5px;
//-webkit-border-top-right-radius: 5px;
//-webkit-border-top-left-radius: 5px;
+ min-height: 28px;
}
.message.consecutive:not(.history)
diff -r 6b4e2b1b96ed -r f098a23756bb Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css Sun Jul 19 21:05:45 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css Mon Jul 20 08:54:09 2009 -0500
@@ -71,6 +71,7 @@
//-webkit-border-bottom-right-radius: 5px;
//-webkit-border-top-right-radius: 5px;
//-webkit-border-top-left-radius: 5px;
+ min-height: 28px;
}
.message.consecutive:not(.history)
diff -r 6b4e2b1b96ed -r f098a23756bb Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Sun Jul 19 21:05:45 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Mon Jul 20 08:54:09 2009 -0500
@@ -30,4 +30,3 @@
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