Skip to content

Commit

Permalink
Fixed issue : Ranking question are not side by side in IE7
Browse files Browse the repository at this point in the history
Dev: IE7 round up
Dev: I don't see this first time ?
Dev: trying overflow hack too : no way
  • Loading branch information
Shnoulle committed Aug 9, 2013
1 parent 40765c7 commit 2cc4b21
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions styles-public/ranking.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
/* Drag-n-drop ranking default styles */

/**
* Drag-n-drop ranking default styles
* @license This file is part of LimeSurvey under GNU/GPL License v2 or later, see LICENSE.php
*/
.ranking-answers{width:100%;}
.dragDropTable {width: 100%;}
.dragDropTable .SortableTitle{display:block}
.dragDropTable .columns2{width:50%;float:left;margin:0;padding:0;}
.dragDropTable .columns2{width:50%;float:left;margin:0;padding:0;
*width:49%;/* IE7 round up, all other round down */
}
:dir(ltr) .dragDropTable .columns2{float:right}
.dragDropTable .clear{clear:both}

.dragDropTable {
width: 100%;
}


.dragDropTable .dragDropChoices,
.dragDropTable .dragDropRanks {
Expand All @@ -32,7 +34,7 @@
margin-top:0;
padding: 3px;
min-height: 1.3em;
*height: 1.3em;
*height:1.3em;
font-weight: normal;
cursor: move;
clear:both;
Expand Down

0 comments on commit 2cc4b21

Please sign in to comment.