[Movecommons-commits] r98 - trunk/wp-theme
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Tue Nov 2 02:14:50 CET 2010
Author: vjrj_
Date: 2010-11-02 02:14:50 +0100 (Tue, 02 Nov 2010)
New Revision: 98
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 00:59:02 UTC (rev 97)
+++ trunk/wp-theme/mc-sandbox-include.php 2010-11-02 01:14:50 UTC (rev 98)
@@ -1 +1 @@
-<div class="hor-lang-select-list"><?php echo qtrans_generateLanguageSelectCode("text"); ?></div>
+<div class="hor-lang-select-list"><p><?php _e("Other translations:", "mc"); ?></p><?php echo qtrans_generateLanguageSelectCode("text"); ?></div>
Modified: trunk/wp-theme/style.css
===================================================================
--- trunk/wp-theme/style.css 2010-11-02 00:59:02 UTC (rev 97)
+++ trunk/wp-theme/style.css 2010-11-02 01:14:50 UTC (rev 98)
@@ -1548,33 +1548,26 @@
.hor-lang-select-list { }
-#qtranslate-chooser { }
-
-.qtrans_language_chooser { }
-
#qtranslate-chooser {
-/* float: right; */
-margin: auto;
list-style: none;
}
ul#qtranslate-chooser {
-margin: 0 31px 0 0;
}
#qtranslate-chooser li {
/*float: right; */
-margin: auto;
+/* margin: auto; */
+list-style: none;
+display: inline;
}
#qtranslate-chooser li.active {
-background-color: #eed7f4;
}
#qtranslate-chooser li.active span {
-color: #000;
+color: grey;
}
#qtranslate-chooser li span {
-/* color: #FFF; */
}
\ No newline at end of file
More information about the Movecommons-commits
mailing list