adium 3797:b3ed26d0c73f: Make Stockholm, minimal_mod and Renkoo ...

commits at adium.im commits at adium.im
Fri Apr 1 00:06:57 UTC 2011


details:	http://hg.adium.im/adium/rev/b3ed26d0c73f
revision:	3797:b3ed26d0c73f
branch:		FloatingMessageWindowTextField
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Fri Apr 01 02:06:46 2011 +0200

Make Stockholm, minimal_mod and Renkoo show the text field nicely aligned, and with the user's icon.

diffs (118 lines):

diff -r 175f0e948375 -r b3ed26d0c73f Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Footer.html
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Footer.html	Fri Apr 01 00:11:13 2011 +0200
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Footer.html	Fri Apr 01 02:06:46 2011 +0200
@@ -1,3 +1,5 @@
+<img class="x-avatar" id="inputImage" src="%outgoingIconPath%" />
+
 <script type="text/javascript">
 	isDebug = false;
 
diff -r 175f0e948375 -r b3ed26d0c73f Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/main.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/main.css	Fri Apr 01 00:11:13 2011 +0200
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/main.css	Fri Apr 01 02:06:46 2011 +0200
@@ -312,3 +312,17 @@
 {
 	color: #9ecf35;
 }
+
+#inputRect {
+    padding-left: 51px;
+    padding-right: 18px;
+    padding-bottom: 22px;
+}
+
+#inputImage {
+    position: fixed;
+    left: 8px;
+    bottom: 16px;
+    height: 26px;
+    width: 26px;
+}
diff -r 175f0e948375 -r b3ed26d0c73f Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Footer.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Footer.html	Fri Apr 01 02:06:46 2011 +0200
@@ -0,0 +1,10 @@
+<div class="x-container outgoing message showIcons" id="input-container">
+    <img class="x-buddyicon" src="%outgoingIconPath%">
+    <div class="x-iconoverlay"></div>
+    <div class="x-header ltr">
+        <div class="x-sender">%sourceName%</div>
+    </div>
+    <div class="x-message ltr">
+        <div class="x-text"> </div>
+    </div>
+</div>
\ No newline at end of file
diff -r 175f0e948375 -r b3ed26d0c73f Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/alternating.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/alternating.css	Fri Apr 01 00:11:13 2011 +0200
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/alternating.css	Fri Apr 01 02:06:46 2011 +0200
@@ -142,3 +142,9 @@
 		-webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 0%, .1)), color-stop(.15, hsla(0, 0%, 100%, 0)), color-stop(.85, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 0%, .1))),
 		-webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 90%, 1)), color-stop(.12, hsla(0, 0%, 100%, 1)), color-stop(.62, hsla(0, 0%, 100%, 1)), to(hsla(0, 0%, 91%, 1))) !important;
 }
+
+
+#inputRect {
+    padding-left: 6px;
+    padding-right: 46px;
+}
diff -r 175f0e948375 -r b3ed26d0c73f Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/main.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/main.css	Fri Apr 01 00:11:13 2011 +0200
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/main.css	Fri Apr 01 02:06:46 2011 +0200
@@ -378,3 +378,18 @@
 	right: 4px;
 	margin-top: 3px;
 }
+
+#input-container {
+    position: fixed;
+    bottom: 11px;
+    left: 6px;
+    right: 6px;
+}
+
+#inputRect {
+    padding-bottom: 10px;
+}
+
+#Chat {
+    padding-bottom: 60px !important;
+}
\ No newline at end of file
diff -r 175f0e948375 -r b3ed26d0c73f Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/regular.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/regular.css	Fri Apr 01 00:11:13 2011 +0200
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/regular.css	Fri Apr 01 02:06:46 2011 +0200
@@ -90,3 +90,8 @@
 		-webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 0%, .1)), color-stop(.15, hsla(0, 0%, 100%, 0)), color-stop(.85, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 0%, .1))),
 		-webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 90%, 1)), color-stop(.12, hsla(0, 0%, 100%, 1)), color-stop(.62, hsla(0, 0%, 100%, 1)), to(hsla(0, 0%, 91%, 1))) !important;
 }
+
+#inputRect {
+    padding-left: 46px;
+    padding-right: 6px;
+}
diff -r 175f0e948375 -r b3ed26d0c73f Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Footer.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Footer.html	Fri Apr 01 02:06:46 2011 +0200
@@ -0,0 +1,1 @@
+<img class="x-buddyicon" id="inputImage" src="%outgoingIconPath%" />
\ No newline at end of file
diff -r 175f0e948375 -r b3ed26d0c73f Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/main.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/main.css	Fri Apr 01 00:11:13 2011 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/main.css	Fri Apr 01 02:06:46 2011 +0200
@@ -329,3 +329,15 @@
 {
 	font-style: italic !important;
 }
+
+#inputRect {
+    padding-left: 46px;
+    padding-right: 8px;
+    padding-bottom: 14px;
+}
+
+#inputImage {
+    position: fixed;
+    bottom: 10px;
+    padding-bottom: 0px;
+}




More information about the commits mailing list