| Index: Tools/GardeningServer/styles/results.css
|
| diff --git a/Tools/GardeningServer/styles/results.css b/Tools/GardeningServer/styles/results.css
|
| index 12335e56d5e7db992bf65b811aff91832e378053..0bc8bc95f5da161da7203a4da4849e2a8f4c5c39 100644
|
| --- a/Tools/GardeningServer/styles/results.css
|
| +++ b/Tools/GardeningServer/styles/results.css
|
| @@ -22,22 +22,6 @@
|
| * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
| * 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;
|
| @@ -95,17 +79,6 @@
|
| border-bottom: 1px solid #DDD;
|
| }
|
|
|
| -.results-grid .text-result {
|
| - border: none;
|
| - width: 100%;
|
| - height: 400px; /* FIXME: How do we get a reasonable height here? */
|
| -}
|
| -
|
| -.results-grid .image-result {
|
| - width: 100%;
|
| - height: auto;
|
| -}
|
| -
|
| .results-view .top-panel {
|
| max-height: 20%;
|
| overflow: auto;
|
|
|