| Index: Tools/GardeningServer/styles/results.css
|
| diff --git a/Tools/GardeningServer/styles/results.css b/Tools/GardeningServer/styles/results.css
|
| index 65ccc266ed933f905422d686f32716b6d194d2a9..12335e56d5e7db992bf65b811aff91832e378053 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 {
|
| + 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;
|
|
|