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

Unified Diff: Source/devtools/front_end/documentationView.css

Issue 532223002: DevTools: [Documentation] Update empty page style (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@iliia-patch
Patch Set: Comments addressed Created 6 years, 3 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 | « Source/devtools/front_end/documentation/DocumentationView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+}
« no previous file with comments | « Source/devtools/front_end/documentation/DocumentationView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698