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

Unified Diff: ui/file_manager/file_manager/foreground/css/combobutton.css

Issue 376783002: Use CSS3 flex to lay out Files.app components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: ui/file_manager/file_manager/foreground/css/combobutton.css
diff --git a/ui/file_manager/file_manager/foreground/css/combobutton.css b/ui/file_manager/file_manager/foreground/css/combobutton.css
index fffe555a5b49a31f93a9a8dc9b018d67fe52248e..a5fef650091975e5320f9fdd3a652baaf5697e4c 100644
--- a/ui/file_manager/file_manager/foreground/css/combobutton.css
+++ b/ui/file_manager/file_manager/foreground/css/combobutton.css
@@ -3,8 +3,8 @@
* found in the LICENSE file. */
.buttonbar button.combobutton {
- -webkit-box-align: stretch;
- display: -webkit-box;
+ align-items: stretch;
+ display: flex;
}
.buttonbar .combobutton > .action {

Powered by Google App Engine
This is Rietveld 408576698