← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 511: remove decoration of the header links

 

------------------------------------------------------------
revno: 511
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sun 2013-01-06 16:10:08 +0100
message:
  remove decoration of the header links
modified:
  src/alfanous-django/templates/base.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 14:40:26 +0000
+++ src/alfanous-django/templates/base.html	2013-01-06 15:10:08 +0000
@@ -308,7 +308,7 @@
 <br />
 <div class="xdrops_continer" style="direction:{{ bidi }}; text-align:right; width: 342px;">
 	<span class="xtitle">{{ _("View") }} :</span>
-	<select id="view" class="styled" name="view" >
+	<select id="view"  class="styled" name="view" >
 		<option value="default" {% ifequal params.view "default" %}selected{% endifequal %}>{{ _("Default") }}</option>
 		<option value="minimal" {% ifequal params.view "minimal" %}selected{% endifequal %}>{{ _("Minimal") }}</option>
 		<option value="normal" {% ifequal params.view "normal" %}selected{% endifequal %}>{{ _("Normal") }}</option>

=== modified file 'src/alfanous-django/wui/static/css/screen.css'
--- src/alfanous-django/wui/static/css/screen.css	2013-01-06 14:26:37 +0000
+++ src/alfanous-django/wui/static/css/screen.css	2013-01-06 15:10:08 +0000
@@ -106,12 +106,17 @@
 	width: 191px;
 	text-align:left;
 }
-.styled{height: 40px;
+.styled{
+	height: 40px;
 	margin-right: 3px;
 	opacity: 0;
 	position: relative;
 	width: 130px;
-	z-index: 5;}
+	z-index: 5;
+	}
+	
+
+
 .xtitle
 {
 	color: Gray;
@@ -941,7 +946,7 @@
 font-size: 16px;
 color: #BBB;
 border-right: 1px solid #222;
-/* text-decoration: none; */
+text-decoration: none; 
 }
 
 div#alfanousheader li a:hover {