xtras/mathuaerknedam 39:f72bb8336fdd: change seperation between ...
commits at adium.im
commits at adium.im
Tue Jun 2 20:46:01 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/f72bb8336fdd
revision: 39:f72bb8336fdd
author: mathuaerknedam
date: Tue Jun 02 15:45:51 2009 -0500
change seperation between history and current message to use borders rather than padding. This is exposes existing bugs in the icon area, and will hopefully make it easier to figure out the safari 4 icon problem.
diffs (53 lines):
diff -r 136923d9a9bb -r f72bb8336fdd yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css
--- a/yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css Tue Jun 02 13:28:27 2009 -0500
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css Tue Jun 02 15:45:51 2009 -0500
@@ -66,7 +66,7 @@
/*.date_separator:not(.history) .xxxmessage,*/
.history + :not(.history) .xxxmessage
{
- padding-top: 1.6em !important;
+ //padding-top: 1.6em !important;
}
.xxxwrapper
diff -r 136923d9a9bb -r f72bb8336fdd yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css
--- a/yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css Tue Jun 02 13:28:27 2009 -0500
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css Tue Jun 02 15:45:51 2009 -0500
@@ -14,13 +14,13 @@
#Chat > div:first-of-type .xxxmark,
#Chat > div:first-of-type .xxxmessage
{
- border-top: 4px solid black;
+ border-top: 4px solid hsla(0, 0%, 0%, 1);
}
#Chat > div:last-of-type .xxxmark,
#Chat > div:last-of-type .xxxmessage
{
- border-bottom: 4px solid black;
+ border-bottom: 4px solid hsla(0, 0%, 0%, 1);
}
#Chat > div:first-of-type .xxxiconsmall,
@@ -37,6 +37,21 @@
border-bottom: 4px solid hsla(0, 0%, 12.5%, 1);
}
+.history + :not(.history) .xxxmark,
+.history + :not(.history) .xxxmessage
+{
+ //padding-top: 1.6em !important;
+ border-top: 1.6em solid hsla(0, 0%, 0%, 1) !important;
+}
+
+.history + :not(.history) .xxxiconsmall,
+.history + :not(.history) .xxxsender,
+.history + :not(.history) .xxxtime
+{
+ //padding-top: 1.6em !important;
+ border-top: 1.6em solid hsla(0, 0%, 12.5%, 1) !important;
+}
+
.xxxwrapper:hover,
.groupchat .xxxhover
{
More information about the commits
mailing list