xtras/mathuaerknedam 249:16d6954486be: Gone Dark: Fix topic.

commits at adium.im commits at adium.im
Thu Nov 19 02:08:27 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/16d6954486be
revision:	249:16d6954486be
author:		mathuaerknedam
date:		Wed Nov 18 20:08:21 2009 -0600

Gone Dark: Fix topic.

diffs (33 lines):

diff -r f7db5c5df29a -r 16d6954486be Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css	Wed Nov 18 17:39:15 2009 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css	Wed Nov 18 20:08:21 2009 -0600
@@ -26,15 +26,25 @@
 
 #topic #x-header
 {
+	height: inherit;
+	background: none;
+}
+
+#topic #topicEdit
+{
+	background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 72, 72, 1)), color-stop(.45, rgba(40, 40, 40, 1)), color-stop(.5, rgba(0, 0, 0, .9)), to(rgba(24, 24, 24, 1)));
+	-webkit-background-size: 100% 100%;
+	border-bottom: 1px solid rgba(64, 64, 64, .9);
 	color: #ccc;
+	position: fixed;
+	left: 0px;
+	right: 0px;
 	padding-left: 20px;
 	padding-right: 20px;
 	padding-top: 8px;
 	padding-bottom: 8px;
-	height: inherit;
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 72, 72, 1)), color-stop(.45, rgba(40, 40, 40, 1)), color-stop(.5, rgba(0, 0, 0, .9)), to(rgba(24, 24, 24, 1)));
-	-webkit-background-size: 100% 100%;
-	border-bottom: 1px solid rgba(64, 64, 64, .9);
+	line-height: 1.3em;
+	-webkit-box-shadow: 0px 1px 5px #000;
 }
 
 #x-headerImage


More information about the commits mailing list