xtras/mathuaerknedam 124:4c79e05ef024: Reintroduce faint vertica...
commits at adium.im
commits at adium.im
Thu Aug 27 03:30:12 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/4c79e05ef024
revision: 124:4c79e05ef024
author: mathuaerknedam
date: Wed Aug 26 22:36:33 2009 -0500
Reintroduce faint vertical line betwen the icon and message triangle for the icon-time2 variant.
diffs (48 lines):
diff -r fa3815127f10 -r 4c79e05ef024 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css Wed Aug 26 17:15:42 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css Wed Aug 26 22:36:33 2009 -0500
@@ -291,12 +291,22 @@
.message .x-wrap
{
display: block;
- margin-left: 31px;
- padding-left: 9px;
+ margin-left: 36px;
+ padding-left: 3px;
padding-right: 5px;
padding-bottom: 1px;
}
+.message.showIcons:not(.history):not(.autoreply) .x-wrap
+{
+ border-left: 1px solid rgba(0, 0, 0, .1);
+}
+
+.message.showIcons.autoreply:not(.history) .x-wrap
+{
+ border-left: 1px solid rgba(255, 255, 255, .1);
+}
+
.status .x-wrap,
.event .x-wrap
{
@@ -327,7 +337,7 @@
.message.hideIcons .x-wrap,
.IRC.message .x-wrap
{
- margin-left: -1px;
+ margin-left: 5px;
}
.message.autoreply:not(.history) .x-sender,
diff -r fa3815127f10 -r 4c79e05ef024 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Wed Aug 26 17:15:42 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Wed Aug 26 22:36:33 2009 -0500
@@ -4,7 +4,6 @@
!# topic needs more per-variant styling?
!# header/topic need hideIcons/showIcons styling?
!compact has serviceicon height failure
- !should icn-time2 have a vertical linedown the right edge of the icon?
Other
# compact and history needs some way to distinguish sender from text besides bold. If the first word is bold, there it's hard to tell. For example, in IRC, I've seen "Cappuccino trac: Ticket #119..." where "Cappuccino trac" is bold.
More information about the commits
mailing list