adium 3383:c7420a4b679c: Stockholm: fix problem where an emotico...
commits at adium.im
commits at adium.im
Wed Oct 20 16:08:07 UTC 2010
details: http://hg.adium.im/adium/rev/c7420a4b679c
revision: 3383:c7420a4b679c
author: mathuaerknedam
date: Tue Oct 19 20:56:01 2010 -0500
Stockholm: fix problem where an emoticon could cause an empty vertical scrollbar.
(transplanted from b8898185b4996c039036859c99082a3aba3be44d)
Subject: adium 3384:1535bdb486fc: Renkoo: remove the alignchat function from Footer.html since it's just a dupe of the fuction in Adium's Templet.html before Adium's was improved.
details: http://hg.adium.im/adium/rev/1535bdb486fc
revision: 3384:1535bdb486fc
author: mathuaerknedam
date: Tue Oct 19 20:58:44 2010 -0500
Renkoo: remove the alignchat function from Footer.html since it's just a dupe of the fuction in Adium's Templet.html before Adium's was improved.
(transplanted from d6cc1629c1e6466223aa303df7c5ed6d7c8d48de)
Subject: adium 3385:6ac01cc65371: Gone Dark: enable topic hiding on hover, which had apparently been lost!?
details: http://hg.adium.im/adium/rev/6ac01cc65371
revision: 3385:6ac01cc65371
author: mathuaerknedam
date: Tue Oct 19 21:00:22 2010 -0500
Gone Dark: enable topic hiding on hover, which had apparently been lost!?
(transplanted from 9637d5cc96a00fcb385cc391baa8441a5d426e49)
Subject: adium 3386:19a3399eec14: minimal_mod: enable topic hiding on hover, which had apparently been lost!?
details: http://hg.adium.im/adium/rev/19a3399eec14
revision: 3386:19a3399eec14
author: mathuaerknedam
date: Tue Oct 19 21:01:57 2010 -0500
minimal_mod: enable topic hiding on hover, which had apparently been lost!?
(transplanted from 4d3320f20643cd203a1c96f11bf67b72f1ac348b)
Subject: adium 3387:027c41b02807: minimal_mod: fixing focus indication for mentions.
details: http://hg.adium.im/adium/rev/027c41b02807
revision: 3387:027c41b02807
author: mathuaerknedam
date: Tue Oct 19 21:04:55 2010 -0500
minimal_mod: fixing focus indication for mentions.
(transplanted from e2165e3d4cba6474c027eddfb003fca22f339d0d)
diffs (116 lines):
diff -r a01bc9f5c97a -r 027c41b02807 Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Main.css
--- a/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Main.css Mon Oct 18 23:03:49 2010 +0200
+++ b/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Main.css Tue Oct 19 21:04:55 2010 -0500
@@ -11,6 +11,17 @@
margin-bottom: 0px;
}
+#topic
+{
+ opacity: 1;
+ -webkit-transition: opacity .1s linear;
+}
+
+#topic:hover
+{
+ opacity: .1;
+}
+
#x-header
{
display: block;
@@ -19,13 +30,6 @@
top: 0;
width: 100%;
z-index: 100;
- opacity: 1;
- -webkit-transition: opacity .1s linear;
-}
-
-#x-header:hover
-{
- opacity: .15;
}
#topic #x-header
diff -r a01bc9f5c97a -r 027c41b02807 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Footer.html
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Footer.html Mon Oct 18 23:03:49 2010 +0200
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Footer.html Tue Oct 19 21:04:55 2010 -0500
@@ -220,22 +220,4 @@
});
}
- //Align our chat to the bottom of the window. If true is passed, view will also be scrolled down
- function alignChat(shouldScroll) {
- var windowHeight = window.innerHeight;
-
- if (windowHeight > 0) {
- var contentElement = document.body;
- var diffHeight = (windowHeight - document.documentElement.offsetHeight);
- if (diffHeight > 0) {
- contentElement.style.position = 'relative';
- contentElement.style.top = diffHeight + 'px';
- } else {
- contentElement.style.position = 'static';
- }
- }
-
- if (shouldScroll) scrollToBottom();
- }
-
</script>
diff -r a01bc9f5c97a -r 027c41b02807 Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/main.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/main.css Mon Oct 18 23:03:49 2010 +0200
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/main.css Tue Oct 19 21:04:55 2010 -0500
@@ -219,7 +219,7 @@
.x-message .x-text
{
line-height: 1.3em;
- overflow: auto;
+ /*overflow: auto;*/
padding-bottom: 1px;
}
diff -r a01bc9f5c97a -r 027c41b02807 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/main.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/main.css Mon Oct 18 23:03:49 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/main.css Tue Oct 19 21:04:55 2010 -0500
@@ -183,6 +183,17 @@
color: #999999;
}
+#topic
+{
+ opacity: 1;
+ -webkit-transition: opacity .1s linear;
+}
+
+#topic:hover
+{
+ opacity: .1;
+}
+
#x-header
{
position: fixed;
@@ -197,13 +208,6 @@
font-size: 1em;
background: rgba(0, 0, 0, .75);
z-index: 999;
- opacity: 1;
- -webkit-transition: opacity .1s linear;
-}
-
-#x-header[title]:hover
-{
- opacity: .1;
}
#x-header:hover #topicEdit
@@ -251,6 +255,7 @@
background:
-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat,
url("./images/vert.png") repeat;
+ -webkit-background-size: 10px 100%, 2px 100%;
}
.history.mention
More information about the commits
mailing list