summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorByron Corrales <byroncorrales@gmail.com>2012-02-23 01:22:01 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-05-08 10:03:31 -0600
commit629c67dd986c9d2af4ec966916d922a779824d51 (patch)
tree2344478ebf51a110cfacd6cccf3d74166ef45874
parent6ea226abfa9d05cd53c63846ee230da6a0a6a2b9 (diff)
downloadaskbot-629c67dd986c9d2af4ec966916d922a779824d51.tar.gz
askbot-629c67dd986c9d2af4ec966916d922a779824d51.tar.bz2
askbot-629c67dd986c9d2af4ec966916d922a779824d51.zip
Fixing vote buttons position on IE browsers
-rw-r--r--askbot/skins/default/media/style/style.css6
-rw-r--r--askbot/skins/default/media/style/style.less5
-rw-r--r--askbot/skins/default/templates/question/question_card.html2
3 files changed, 12 insertions, 1 deletions
diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css
index c572b4f7..b3229e4e 100644
--- a/askbot/skins/default/media/style/style.css
+++ b/askbot/skins/default/media/style/style.css
@@ -535,6 +535,7 @@ body.anon #searchBar .searchInputCancelable {
padding-right: 10px;
margin-bottom: 10px;
font-family: 'Yanone Kaffeesatz', sans-serif;
+ width: 190px;
}
.box h3 {
color: #4a757f;
@@ -2001,6 +2002,11 @@ ul#related-tags li {
text-align: center;
padding-top: 2px;
margin: 10px 10px 0px 3px;
+ /* smalls IE fixes */
+
+ *margin: 0;
+ *height: 210px;
+ *width: 30px;
}
.question-page .vote-buttons IMG {
cursor: pointer;
diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less
index 57d88c41..5d10b193 100644
--- a/askbot/skins/default/media/style/style.less
+++ b/askbot/skins/default/media/style/style.less
@@ -523,6 +523,7 @@ body.anon {
padding-right:10px;
margin-bottom:10px;
font-family:@main-font;
+ width:190px;
}
h3{
color:#4a757f;
@@ -1919,6 +1920,10 @@ ul#related-tags li {
text-align: center;
padding-top: 2px;
margin:10px 10px 0px 3px;
+ /* smalls IE fixes */
+ *margin:0;
+ *height:210px;
+ *width:30px;
}
.vote-buttons IMG {
diff --git a/askbot/skins/default/templates/question/question_card.html b/askbot/skins/default/templates/question/question_card.html
index 08f7ccee..dd52ea0f 100644
--- a/askbot/skins/default/templates/question/question_card.html
+++ b/askbot/skins/default/templates/question/question_card.html
@@ -29,4 +29,4 @@
</div>
</div>
-<div class="clean"></div>
+