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; |