← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 508: many improvements on wui css style

 

------------------------------------------------------------
revno: 508
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sun 2013-01-06 14:37:08 +0100
message:
  many improvements on wui css style
modified:
  src/alfanous-django/templates/base.html
  src/alfanous-django/templates/results.html
  src/alfanous-django/wui/static/css/screen.css


--
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 'src/alfanous-django/templates/base.html'
--- src/alfanous-django/templates/base.html	2013-01-06 12:53:34 +0000
+++ src/alfanous-django/templates/base.html	2013-01-06 13:37:08 +0000
@@ -261,15 +261,15 @@
 </div>
 
 <div class="sidebox donate-sidebox" > 
-	<a  target='_blank' href=''>{{ _("Donate") }}</a><br/>
+	<a  target='_blank' href='#'>{{ _("Donate") }}</a><br/>
 </div>
 
 <div class="sidebox translate-sidebox" > 
-	<a  target='_blank' href='#'>{{ _("Translate") }}</a><br/>
+	<a  target='_blank' href='https://translations.launchpad.net/alfanous'>{{ _("Translate") }}</a><br/>
 </div>
 
 <div class="sidebox contribute-sidebox" > 
-	<a  target='_blank' href='#'>{{ _("Contribute") }}</a><br/>
+	<a  target='_blank' href='https://github.com/Alfanous-team/alfanous'>{{ _("Contribute") }}</a><br/>
 </div>
 
 <div class="sidebox faq-sidebox" > 
@@ -277,11 +277,11 @@
 </div>
 
 <div class="sidebox help-sidebox" > 
-	<a target='_blank' href='#'>{{ _("Help") }}</a><br/>
+	<a id="help_btn">{{ _("Help") }}</a><br/>
 </div>
 
 <div class="sidebox download-sidebox" > 
-	<a  target='_blank' href='#'>{{ _("Downloads") }}</a><br/>
+	<a id="down_btn">{{ _("Download") }}</a><br/>
 </div>
 
 
@@ -329,10 +329,7 @@
 
 <br />
 <br />
-<div id="down_btn"><a  class='xbutton gray' >{{ _("Download") }}</a></div>
-<div id="help_btn"><a class='xbutton gray' >{{ _("Help") }}</a></div>
-<br /><br />
-<br /><br />
+
 <div id="vote_btn"><a class='xbutton gray' href="https://docs.google.com/spreadsheet/viewform?formkey=dEZZaE5fQ0NwQXljU2ZyUmpfLW15SVE6MA#gid=0"; target="_blank"><i>Note 09-11-2012:</i> Please help us improving <b>Alfanous</b> Project, by taking this survey about search features in Holy Quran </a></div>
 <br /><br />  
 

=== modified file 'src/alfanous-django/templates/results.html'
--- src/alfanous-django/templates/results.html	2013-01-05 19:22:36 +0000
+++ src/alfanous-django/templates/results.html	2013-01-06 13:37:08 +0000
@@ -10,7 +10,9 @@
 {% block results %}
 	{% if results.error.code == 0  %} 
 		<div id="search_result_static" style="direction:{{ bidi }}; width:800px">
-		<br /><br /><span class='xbre'> {{ _("Search results") }}</span><br /><br />
+		<br /><br /><br />
+		<span class='xbre'> {{ _("Search results") }}</span>
+		<br /><br />
 		<span class="runtime"> <b>{{ _("Runtime") }}</b> : {{ results.search.runtime|floatformat:"5" }} {{ _("seconds") }} </span>
 		</div>
 		<!-- Suggestions-->

=== modified file 'src/alfanous-django/wui/static/css/screen.css'
--- src/alfanous-django/wui/static/css/screen.css	2013-01-06 12:53:34 +0000
+++ src/alfanous-django/wui/static/css/screen.css	2013-01-06 13:37:08 +0000
@@ -280,7 +280,8 @@
 	color: white;
 	display: block;
 	height: 40px;
-	width: 110px
+	width: 110px;
+	cursor: pointer;
 }
 
 .feedback-sidebox {
@@ -900,7 +901,9 @@
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 background: #222;
-position: relative;
+position: fixed;
+height: 30px;
+width: 100%;
 text-align: left;
 z-index: 9999;
 -webkit-font-smoothing: subpixel-antialiased;