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

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: 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
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;
« Tools/GardeningServer/styles/notifications.css ('K') | « Tools/GardeningServer/styles/onebar.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698