← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 411: Add a side feedback button to web interface , fix #41

 

------------------------------------------------------------
revno: 411
author: tedj <tedj.meabiou@xxxxxxxxx>
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sat 2012-11-03 15:41:08 +0100
message:
  Add a side feedback button to web interface , fix #41
modified:
  interfaces/web/wui/css/screen.css
  interfaces/web/wui/index.html


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'interfaces/web/wui/css/screen.css'
--- interfaces/web/wui/css/screen.css	2012-07-31 16:17:55 +0000
+++ interfaces/web/wui/css/screen.css	2012-11-03 14:41:08 +0000
@@ -240,6 +240,30 @@
 	text-align:right;
 }
 
+.feedback-box {
+
+	left:0;
+	position: fixed;
+	top:220px;
+
+ }
+
+.feedback-box a {
+	margin-left: -38px;
+	line-height:50px;
+	padding:0 10px;
+	font-weight: bold;
+	-webkit-transform: rotate(-90deg);
+	-moz-transform: rotate(-90deg);
+	-ms-transform: rotate(-90deg);
+	-o-transform: rotate(-90deg);
+	transform: rotate(-90deg);
+	background-color: #3AB034; /*#339A63*/
+	color: white;
+	display: block;
+	height: 41px;
+}
+
 .follow-box a:hover {
 	margin-right: 7px;
 }

=== modified file 'interfaces/web/wui/index.html'
--- interfaces/web/wui/index.html	2012-10-07 22:31:35 +0000
+++ interfaces/web/wui/index.html	2012-11-03 14:41:08 +0000
@@ -566,6 +566,10 @@
 		<td colspan="4" style="background:url(images/main_table_06.png) no-repeat;width:395px;height:21px;"> </td></tr>
 </table>
 
+<div class="feedback-box" > 
+	<a class="feedback_button" target='_blank' href='http://feedback.alfanous.org/'>Feedback</a><br/>
+</div>
+
 <div class="follow-box" > 
 	<a class="twitter_share" target='_blank' rel='nofollow' href='http://twitter.com/home?status=http://www.alfanous.org%20الفانوس%20|%20محرك%20بحث%20قرآني%20متقدم'><img src='images/twitter.png' class='bo' alt='twitter' title='تويتر'/></a><br/>
 	<a class="facebook_share" target='_blank' rel='nofollow' href='http://www.facebook.com/share.php?u=http://www.alfanous.org%26t=الفانوس%20|%20محرك%20بحث%20قرآني%20متقدم'><img class='bo' alt='Facebook' title='فيس بوك' src='images/facebook.png' /></a><br/>