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

Unified Diff: chrome/browser/resources/inspect/inspect.css

Issue 2540483004: [DevTools] Pin the infobar to the top of the page (Closed)
Patch Set: [DevTools] Pin infobar to the top of the page Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/inspect/inspect.css
diff --git a/chrome/browser/resources/inspect/inspect.css b/chrome/browser/resources/inspect/inspect.css
index f8075c27d6fe0f8c52d3a1fd452aa9bc21f73141..b96e446320cabc9d9d2bdd5e41fb8e64c7626b07 100644
--- a/chrome/browser/resources/inspect/inspect.css
+++ b/chrome/browser/resources/inspect/inspect.css
@@ -34,9 +34,13 @@ img {
#infobar {
background: rgb(255, 212, 0);
height: 20px;
+ left: 0;
line-height: 20px;
+ position: fixed;
+ right: 0;
text-align: center;
visibility: hidden;
+ z-index: 1;
}
#infobar.show {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698