xtras/mathuaerknedam 199:2fc7ca3b20b4: SO3: header fixes for alt...
commits at adium.im
commits at adium.im
Mon Nov 9 04:15:59 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/2fc7ca3b20b4
revision: 199:2fc7ca3b20b4
author: mathuaerknedam
date: Sun Nov 08 22:15:50 2009 -0600
SO3: header fixes for alternating variant. Now the outgoing name is aligned properly. Now when the header is hidden the icons hide in addition to the main header body. Not hiding the icons looked cool, but isn't the desired behavior.
diffs (77 lines):
diff -r ea3b6e081919 -r 2fc7ca3b20b4 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Sun Nov 08 17:12:25 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Sun Nov 08 22:15:50 2009 -0600
@@ -592,17 +592,13 @@
#x-header .x-iconmask
{
- position: fixed !important;
height: 48px !important;
width: 48px !important;
-webkit-border-radius: 0px !important;
- top: 12px !important;
}
#x-header img.x-icon
{
- position: fixed !important;
- top: 8px !important;
width: 48px !important;
min-width: 48px !important;
height: 48px !important;
@@ -617,14 +613,14 @@
#x-header .x-icon.x-incoming
{
- left: 8px !important;
+ left: -64px !important;
-webkit-border-top-right-radius: 0px !important;
-webkit-border-bottom-right-radius: 5px !important;
}
#x-header .x-icon.x-outgoing
{
- right: 18px !important;
+ right: -64px !important;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 5px !important;
}
@@ -658,6 +654,6 @@
#x-header .x-sender.x-outgoing
{
- right: 19px !important;
+ right: 9px !important;
}
diff -r ea3b6e081919 -r 2fc7ca3b20b4 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Sun Nov 08 17:12:25 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Sun Nov 08 22:15:50 2009 -0600
@@ -1,15 +1,14 @@
Header/Topic
!# better handling of header when no icon is available? Maybe reclaim space or something else? should classic use placeholder? should others?
!# improve header/topic hiding -100px is inadequate for large topics
-
Other
# compact history needs some way to distinguish sender from text besides bold. If the first word is bold, it's hard to tell. For example, in IRC, I've seen "Cappuccino trac: Ticket #119..." where "Cappuccino trac" is bold.
- # multiple backgrounds and multiple background sizes should be reordered from left to right
+ !# multiple backgrounds and multiple background sizes should be reordered from left to right
History
- # Selecting the last item fails. WHY!? (Selecting the first item succeeds.)
- # Put the "Message History" generated content either first on it's own line, or, even better, at the bottom of the message history (where it's more likely to be seen and more effectively acts as a separator). Not sure how.
+ ?# Selecting the last item fails. WHY!? (Selecting the first item succeeds.)
+ ?# Put the "Message History" generated content either first on it's own line, or, even better, at the bottom of the message history (where it's more likely to be seen and more effectively acts as a separator). Not sure how.
Javascript
# Fade javascript drops last element with opacity=0. disabled until fixed. Plus, CFM hated it. :)
@@ -19,7 +18,7 @@
Future Versions
- !# header/topic need hideIcons/showIcons styling, but requires that shiw/hide icons keyword works in header
+ !# header/topic need hideIcons/showIcons styling, but requires that show/hide icons keyword works in header
# 2.1 Add special status formatting.
# 2.1 Add File Transfer Requests
More information about the commits
mailing list