[Movecommons-commits] r100 - trunk/wp-theme

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Tue Nov 2 02:28:34 CET 2010


Author: vjrj_
Date: 2010-11-02 02:28:34 +0100 (Tue, 02 Nov 2010)
New Revision: 100

Modified:
   trunk/wp-theme/mc-sandbox-include.php
   trunk/wp-theme/style.css
Log:


Modified: trunk/wp-theme/mc-sandbox-include.php
===================================================================
--- trunk/wp-theme/mc-sandbox-include.php	2010-11-02 01:20:23 UTC (rev 99)
+++ trunk/wp-theme/mc-sandbox-include.php	2010-11-02 01:28:34 UTC (rev 100)
@@ -1 +1 @@
-<div class="hor-lang-select-list"><p><?php _e("Other translations:", "mc"); ?></p><?php echo qtrans_generateLanguageSelectCode("text"); ?></div>
+<?php echo qtrans_generateLanguageSelectCode("text"); ?>

Modified: trunk/wp-theme/style.css
===================================================================
--- trunk/wp-theme/style.css	2010-11-02 01:20:23 UTC (rev 99)
+++ trunk/wp-theme/style.css	2010-11-02 01:28:34 UTC (rev 100)
@@ -1546,14 +1546,14 @@
 
 .clear {clear:both;}
 
-.hor-lang-select-list * { display: inline;  }
+.hor-lang-select-list * { /* display: inline; */ float: right;  }
 
 #qtranslate-chooser {
 list-style: none;
+float: right;
 }
 
 ul#qtranslate-chooser {
-  margin
 }
 
 #qtranslate-chooser li {
@@ -1561,11 +1561,16 @@
 margin: 0 5px;
 }
 
+#qtranslate-chooser li a {
+  text-decoration: none;
+}
+
 #qtranslate-chooser li.active {
+background-color: grey;
 }
 
 #qtranslate-chooser li.active span {
-color: grey;
+color: white;
 }
 
 #qtranslate-chooser li span {




More information about the Movecommons-commits mailing list