summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-30 16:44:49 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-30 16:44:49 -0600
commit0e0073315d2d75a5ae9d8635f52f106b23214eac (patch)
tree1698a0ee8a5993e6f26300094cad7a2f1dfccc58
parent816aa40a307f228a8cbc0eec5319539e5cab58ae (diff)
downloadaskbot-0e0073315d2d75a5ae9d8635f52f106b23214eac.tar.gz
askbot-0e0073315d2d75a5ae9d8635f52f106b23214eac.tar.bz2
askbot-0e0073315d2d75a5ae9d8635f52f106b23214eac.zip
fixed style error in related question function
-rw-r--r--askbot/skins/default/templates/embed/ask_by_widget.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/askbot/skins/default/templates/embed/ask_by_widget.html b/askbot/skins/default/templates/embed/ask_by_widget.html
index 00b9d1cc..071b27d4 100644
--- a/askbot/skins/default/templates/embed/ask_by_widget.html
+++ b/askbot/skins/default/templates/embed/ask_by_widget.html
@@ -50,6 +50,15 @@
#question-list {
height: auto;
+ z-index: 10000;
+ position: absolute;
+ border: 3px solid #CCE6EC;
+ border-top:none;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+ background: #fff;
+ width:97%;
}
#question-list h2{