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 d63f079 commit 8a2aaf4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 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 Down

0 comments on commit 8a2aaf4

Please sign in to comment.