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

Unified Diff: Tools/GardeningServer/styles/notifications.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/notifications.css
diff --git a/Tools/GardeningServer/styles/notifications.css b/Tools/GardeningServer/styles/notifications.css
index 25e517494dac9619be4b437e04b9534cb0ebe3d2..eed14b1bc8744e19176b22e8b59e3eb08a312594 100644
--- a/Tools/GardeningServer/styles/notifications.css
+++ b/Tools/GardeningServer/styles/notifications.css
@@ -40,7 +40,8 @@ ol.notifications ul {
}
ol.notifications>li {
- display: -webkit-box;
+ display: flex;
+ flex-wrap: wrap;
position: relative;
width: 100%;
padding: 10px;
@@ -60,9 +61,9 @@ ol.notifications time {
ol.notifications div.what {
display: -webkit-box;
- -webkit-box-orient: vertical;
+ box-orient: vertical;
ojan 2014/03/20 19:47:27 I don't think we expose an unprefixed box-orient.
padding: 0 0 0 10px;
- -webkit-box-flex: 1;
+ flex: 1;
}
ol.notifications>li div.what ul.effects>li.builder {

Powered by Google App Engine
This is Rietveld 408576698