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

Unified Diff: Source/core/Resources/pagepopups/calendarPicker.css

Issue 23793002: Unprefix flexbox properties in various CSS files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | « no previous file | Source/core/Resources/pagepopups/colorSuggestionPicker.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/Resources/pagepopups/calendarPicker.css
diff --git a/Source/core/Resources/pagepopups/calendarPicker.css b/Source/core/Resources/pagepopups/calendarPicker.css
index 18d1cf2290323747a6a6d1d2b60aec57c4fb2879..a4e6ae9a6ab88cea6635dd5b9bec6670d404da6f 100644
--- a/Source/core/Resources/pagepopups/calendarPicker.css
+++ b/Source/core/Resources/pagepopups/calendarPicker.css
@@ -149,13 +149,13 @@ body {
.calendar-header-view {
margin-bottom: 10px;
- display: -webkit-flex;
- -webkit-flex-flow: row;
+ display: flex;
+ flex-flow: row;
}
.calendar-title {
-webkit-align-self: center;
- -webkit-flex: 1;
+ flex: 1;
text-align: left;
}
@@ -239,11 +239,11 @@ body {
}
.month-buttons-row {
- display: -webkit-flex;
+ display: flex;
}
.month-button {
- -webkit-flex: 1;
+ flex: 1;
height: 32px;
padding: 0 !important;
margin: 0 !important;
« no previous file with comments | « no previous file | Source/core/Resources/pagepopups/colorSuggestionPicker.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698