xtras/mathuaerknedam 527:0d53a74c3797: Stockholm: fix problem wh...

commits at adium.im commits at adium.im
Mon Oct 18 20:33:21 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/0d53a74c3797
revision:	527:0d53a74c3797
author:		mathuaerknedam
date:		Mon Oct 18 14:19:50 2010 -0500

Stockholm: fix problem where an emoticon could cause an empty vertical scrollbar.
Subject: xtras/mathuaerknedam 528:7012a5bcbb70: Gone Dark: enable topic hiding on hover, which had apparently been lost!?

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/7012a5bcbb70
revision:	528:7012a5bcbb70
author:		mathuaerknedam
date:		Mon Oct 18 14:38:57 2010 -0500

Gone Dark: enable topic hiding on hover, which had apparently been lost!?
Subject: xtras/mathuaerknedam 529:6215048947e9: minimal_mod: enable topic hiding on hover, which had apparently been lost!?

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/6215048947e9
revision:	529:6215048947e9
author:		mathuaerknedam
date:		Mon Oct 18 14:39:12 2010 -0500

minimal_mod: enable topic hiding on hover, which had apparently been lost!?

diffs (89 lines):

diff -r bb59ce3af275 -r 6215048947e9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Mon Sep 27 16:49:34 2010 -0500
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Mon Oct 18 14:39:12 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 bb59ce3af275 -r 6215048947e9 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css	Mon Sep 27 16:49:34 2010 -0500
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css	Mon Oct 18 14:39:12 2010 -0500
@@ -213,13 +213,13 @@
 	padding-top: 1px;
 	border-top: 1px solid #DDDDDD;
 	margin-top: 1px;
-	
+
 }
 
 .x-message .x-text
 {
 	line-height: 1.3em;
-	overflow: auto;
+	/*overflow: auto; */
 	padding-bottom: 1px;
 }
 
diff -r bb59ce3af275 -r 6215048947e9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Mon Sep 27 16:49:34 2010 -0500
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Mon Oct 18 14:39:12 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




More information about the commits mailing list