summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2013-01-10 09:35:48 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2013-01-10 09:35:48 -0600
commit4f85a792edcd558bea8b79450eb9fa69e91aa562 (patch)
tree4ae7befa29e6f6d50297b53ffabb05cfbc423b2e
parent9f2e6f147d30149dc9322e2d2ea596dcd225a8d3 (diff)
parent8f198b6d9f24c63c9e120544cd348e95d990e97c (diff)
downloadaskbot-4f85a792edcd558bea8b79450eb9fa69e91aa562.tar.gz
askbot-4f85a792edcd558bea8b79450eb9fa69e91aa562.tar.bz2
askbot-4f85a792edcd558bea8b79450eb9fa69e91aa562.zip
Merge branch 'master' into tag_subscription
-rw-r--r--askbot/media/style/style.css11
-rw-r--r--askbot/media/style/style.less1
2 files changed, 12 insertions, 0 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index b4a41402..cbee04f9 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -249,6 +249,16 @@ body.user-messages {
width: auto;
float: left;
}
+.lang-nav ul {
+ list-style: none;
+}
+.lang-nav li {
+ display: inline;
+ padding-right: 16px;
+}
+.lang-nav li.current {
+ font-weight: bold;
+}
#userToolsNav {
/* Navigation bar containing login link or user information, check widgets/user_navigation.html*/
@@ -363,6 +373,7 @@ body.user-messages {
#metaNav .dropdown-menu {
border-top: none;
left: 7%;
+ z-index: 10100;
}
#metaNav .dropdown-menu a {
color: #666;
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index 93902c1a..f95e46f4 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -390,6 +390,7 @@ body.user-messages {
.dropdown-menu{
border-top: none;
left: 7%;
+ z-index: 10100;
a{
color: #666;
height: 25px;