← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 475: show the runtime in grey color and smaller size (WUI)

 

------------------------------------------------------------
revno: 475
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Fri 2013-01-04 01:11:31 +0100
message:
  show the runtime in grey color and smaller size (WUI)
modified:
  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/results.html'
--- src/alfanous-django/templates/results.html	2013-01-03 09:58:26 +0000
+++ src/alfanous-django/templates/results.html	2013-01-04 00:11:31 +0000
@@ -11,7 +11,7 @@
 	{% 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 />
-		<center><b>{{ _("Runtime") }}</b> : {{ results.search.runtime|floatformat:"5" }} {{ _("seconds") }} </center>
+		<span class="runtime"> <b>{{ _("Runtime") }}</b> : {{ results.search.runtime|floatformat:"5" }} {{ _("seconds") }} </span>
 		</div>
 		<!-- Suggestions-->
 		{% if suggestions.error.code == 0 and suggestions.suggest %} 

=== modified file 'src/alfanous-django/wui/static/css/screen.css'
--- src/alfanous-django/wui/static/css/screen.css	2013-01-02 15:01:20 +0000
+++ src/alfanous-django/wui/static/css/screen.css	2013-01-04 00:11:31 +0000
@@ -401,6 +401,10 @@
 	padding-right: 20px;
 }
 
+.runtime {
+	color:grey;
+	font-size: 12px;
+}
 
 .pages img, select {
 	cursor:pointer;