← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 438: translate search button in WUI to english and fix the css

 

------------------------------------------------------------
revno: 438
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Tue 2012-11-20 19:54:35 +0100
message:
  translate search button in WUI to english and fix the css
added:
  interfaces/web/wui/images/logo_en.png
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-17 13:22:13 +0000
+++ interfaces/web/wui/css/screen.css	2012-11-20 18:54:35 +0000
@@ -23,11 +23,11 @@
 	display: inline-block;
 	font: bold 16px Helvetica,Arial,sans-serif;
 	height: 15px;
-	padding: 2px 35px 4px 16px;
+	padding: 2px 6px 4px 6px;
 	position: relative;
 	text-decoration: none;
 	text-shadow: 0 0 4px #0F9AA1;
-	width: 6px;
+	width: 50px;
 	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
 	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
@@ -54,7 +54,7 @@
 	background: none repeat scroll 0 0 transparent;
 	border: 0 none;
 	color: gray;
-	direction: rtl;
+	direction: ltr;
 	font-family: tahoma;
 	font-weight: bold;
 	width: 220px;
@@ -343,7 +343,7 @@
 		width: 227px;
 		background-color: #C0C0C0;
 	}
-	.xdrops_continer{direction:rtl;}
+	.xdrops_continer{direction:ltr;}
 
 /* Abdellah */
 

=== added file 'interfaces/web/wui/images/logo_en.png'
Binary files interfaces/web/wui/images/logo_en.png	1970-01-01 00:00:00 +0000 and interfaces/web/wui/images/logo_en.png	2012-11-20 18:54:35 +0000 differ
=== modified file 'interfaces/web/wui/index.html'
--- interfaces/web/wui/index.html	2012-11-19 22:22:51 +0000
+++ interfaces/web/wui/index.html	2012-11-20 18:54:35 +0000
@@ -564,7 +564,7 @@
 			<input id="search_box" name="search" class="enter keyboardInput" type="text" value="" />
 			</td>
 		<td style="background:url(images/main_table_04.png) repeat scroll 0 0 transparent;width:62;height:26;text-align:right;">
-			<a class="button" href="" onclick="$('#form').submit(); return false;">بحث</a>
+			<a class="button" href="" onclick="$('#form').submit(); return false;">Search</a>
 			</td>
 		<td style="background:url(images/main_table_05.png) no-repeat;width:24px;height:26px"> </td>
 		</tr>