Index: Source/devtools/front_end/documentationView.css |
diff --git a/Source/devtools/front_end/documentationView.css b/Source/devtools/front_end/documentationView.css |
index b3b24d7b921487e213b2e0559574b7c76a39ec94..5a0e28577b5864e5d47eafd9ba199e8dc145af7a 100644 |
--- a/Source/devtools/front_end/documentationView.css |
+++ b/Source/devtools/front_end/documentationView.css |
@@ -94,3 +94,23 @@ |
margin-top: 5px; |
border-radius: 5px; |
} |
+ |
+.documentation-not-found { |
+ display: flex; |
loislo
2014/09/10 06:18:15
do we actually need this property on the title.
|
+ justify-content: center; |
+ align-items: flex-end; |
loislo
2014/09/10 06:18:15
I'm not sure that we need this property. Could you
semeny
2014/09/10 09:04:59
We need to use flex and other flex properties to a
|
+ font-size: 24px; |
+ font-weight: bold; |
+ color: rgb(191, 191, 191); |
+ flex-shrink: 0; |
+ flex-grow: 2; |
+} |
+ |
+.documentation-empty-page { |
+ display: flex; |
+ flex-direction: column !important; |
+} |
+ |
+.documentation-empty-page-align { |
+ flex-grow: 3; |
+} |