Index: trunk/extensions/MoodBar/SpecialFeedbackDashboard.php |
— | — | @@ -112,7 +112,7 @@ |
113 | 113 | array( 'id' => 'fbd-filters-my-response', 'value' => '1', 'class' => 'fbd-filters-check' ) ); |
114 | 114 | |
115 | 115 | $myResponseFilter = $myResponseCheckbox. '<label for="fbd-filters-my-response" id="fbd-filters-type-my-response-label" class="fbd-filters-label">' . |
116 | | - $myResponseMsg . '</label>'; |
| 116 | + $myResponseMsg . '</label><br class="fbd-clearfix" />'; |
117 | 117 | } |
118 | 118 | |
119 | 119 | // Show unanswered filter |
— | — | @@ -121,7 +121,7 @@ |
122 | 122 | array( 'id' => 'fbd-filters-show-unanswered', 'value' => '1', 'class' => 'fbd-filters-check' ) ); |
123 | 123 | |
124 | 124 | $showUnansweredFilter = $showUnansweredCheckbox . '<label for="fbd-filters-show-unanswered" id="fbd-filters-type-show-unanswered-label" class="fbd-filters-label">' . |
125 | | - $showUnansweredMsg . '</label>'; |
| 125 | + $showUnansweredMsg . '</label><br class="fbd-clearfix" />'; |
126 | 126 | |
127 | 127 | $leaderBoardElement = self::buildLeaderBoardElement(); |
128 | 128 | |
Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css |
— | — | @@ -36,6 +36,9 @@ |
37 | 37 | border: none; |
38 | 38 | } |
39 | 39 | |
| 40 | +.fbd-filters-check { |
| 41 | + float: left; |
| 42 | +} |
40 | 43 | .fbd-filters-label { |
41 | 44 | display: inline; |
42 | 45 | margin: 0.5em 0 0 0; |
— | — | @@ -123,7 +126,7 @@ |
124 | 127 | .fbd-tooltip-overlay-wrap { |
125 | 128 | width: 285px; |
126 | 129 | position: absolute; |
127 | | - left: 7em; |
| 130 | + left: 1em; |
128 | 131 | top: 5.25em; |
129 | 132 | background: #ff9933; |
130 | 133 | padding: 2px; |
— | — | @@ -487,4 +490,7 @@ |
488 | 491 | .red-bold { |
489 | 492 | font-weight: bold; |
490 | 493 | color: #CC0000; |
| 494 | +} |
| 495 | +.fbd-clearfix { |
| 496 | + clear: both; |
491 | 497 | } |
\ No newline at end of file |