Index: Tools/GardeningServer/styles/results.css |
diff --git a/Tools/GardeningServer/styles/results.css b/Tools/GardeningServer/styles/results.css |
index 65ccc266ed933f905422d686f32716b6d194d2a9..f77c10423560384cb4dc85a73b8cf6b03389fa22 100644 |
--- a/Tools/GardeningServer/styles/results.css |
+++ b/Tools/GardeningServer/styles/results.css |
@@ -23,6 +23,21 @@ |
* THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+.comparison { |
+ display: flex; |
+ flex-wrap: wrap; |
+ width: 100%; |
+} |
+ |
+.comparison>div { |
ojan
2014/03/20 19:47:27
Nit: elsewhere we put spaces around combinators.
|
+ flex: 1; |
+ min-width: 300px; |
+} |
+ |
+.results-container { |
+ border: 1px solid gray; |
+} |
+ |
.non-action-button, .results-view ul.actions, .ui-dialog ul.actions { |
float: right; |
margin: 0; |