summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-27 12:23:13 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-27 12:23:13 -0600
commitdf1adfd0e41832f08ce1aa491f56f7c65974357b (patch)
treefe17a59a8a6d0580a9bd80bcdc434ffdf9c27abe
parent6042fe75f91a85384c8d517cfc3da8df419e8d2a (diff)
parente533d5d8960d0b475c563b0d34444170d5874006 (diff)
downloadaskbot-df1adfd0e41832f08ce1aa491f56f7c65974357b.tar.gz
askbot-df1adfd0e41832f08ce1aa491f56f7c65974357b.tar.bz2
askbot-df1adfd0e41832f08ce1aa491f56f7c65974357b.zip
Merge branch 'user-groups-clean' into user-groups
-rwxr-xr-xaskbot/skins/default/templates/embed/askbot_widget.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/askbot/skins/default/templates/embed/askbot_widget.css b/askbot/skins/default/templates/embed/askbot_widget.css
index 573a07fd..1e4129b3 100755
--- a/askbot/skins/default/templates/embed/askbot_widget.css
+++ b/askbot/skins/default/templates/embed/askbot_widget.css
@@ -11,7 +11,11 @@
#{{variable_name}} div{
width:600px;
+ {%if widget.include_text_field%}
height:400px;
+ {%else%}
+ height:160px;
+ {%endif%}
margin: 100px auto;
background-color: #fff;
border:1px solid #000;