Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1196)

Unified Diff: Tools/GardeningServer/styles/results.css

Issue 201853004: Make Garden-o-matic at least readable on mobile devices (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix combinators Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/styles/onebar.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Tools/GardeningServer/styles/onebar.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698