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

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: Use flex 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
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..c882c4d6d67e79e56f2a0d0c3a0092c1a5ea66ae 100644
--- a/Source/devtools/front_end/documentationView.css
+++ b/Source/devtools/front_end/documentationView.css
@@ -94,3 +94,18 @@
margin-top: 5px;
border-radius: 5px;
}
+
+.documentation-not-found {
+ display: flex;
+ justify-content: center;
+ align-items: flex-end;
+ font-size: 24px;
lushnikov 2014/09/09 14:34:02 can we use 160% here? should be almost the same
+ font-weight: bold;
+ color: rgb(75%, 75%, 75%);
lushnikov 2014/09/09 14:34:02 can we use integers instead of percentage?
semeny 2014/09/09 15:38:07 Done.
+ flex-shrink: 0;
+ flex-grow: 2;
+}
+
+.documentation-empty-page-align {
+ flex-grow: 3;
+}

Powered by Google App Engine
This is Rietveld 408576698