← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 422: Add a side violet button for donation with an empty link

 

------------------------------------------------------------
revno: 422
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Mon 2012-11-05 00:55:16 +0100
message:
  Add a side violet button for donation with an empty link
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-11-03 14:41:08 +0000
+++ interfaces/web/wui/css/screen.css	2012-11-04 23:55:16 +0000
@@ -227,6 +227,55 @@
 	text-align:center;
 }
 
+
+.feedback-box {
+
+	left:0;
+	position: fixed;
+	top:190px;
+
+ }
+
+.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;
+}
+
+.donate-box {
+
+	left:0;
+	position: fixed;
+	top:280px;
+
+ }
+
+.donate-box a {
+	margin-left: -28px;
+	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: #BA30B4; /*#339A63*/
+	color: white;
+	display: block;
+	height: 41px;
+}
+
 .follow-box {
 	border:0 none;
 	clear:both;
@@ -240,29 +289,7 @@
 	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-11-03 14:41:08 +0000
+++ interfaces/web/wui/index.html	2012-11-04 23:55:16 +0000
@@ -566,10 +566,16 @@
 		<td colspan="4" style="background:url(images/main_table_06.png) no-repeat;width:395px;height:21px;"> </td></tr>
 </table>
 
+<div class="donate-box" > 
+	<a class="donate_button" target='_blank' href=''>Donate</a><br/>
+</div>
+
 <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/>