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

Unified Diff: chrome_linux64/resources/inspector/panelEnablerView.css

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 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
Index: chrome_linux64/resources/inspector/panelEnablerView.css
===================================================================
--- chrome_linux64/resources/inspector/panelEnablerView.css (revision 237140)
+++ chrome_linux64/resources/inspector/panelEnablerView.css (working copy)
@@ -28,35 +28,15 @@
*/
.panel-enabler-view {
- z-index: 1000;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
background-color: white;
font-size: 13px;
text-align: center;
overflow-x: hidden;
overflow-y: overlay;
- display: none;
+ flex: auto;
+ display: flex;
}
-.panel-enabler-view.visible {
- display: block;
-}
-
-.panel-enabler-view .panel-enabler-view-content {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- max-height: 390px;
- margin: auto;
- white-space: nowrap;
-}
-
.panel-enabler-view h1 {
color: rgb(110, 116, 128);
font-size: 16px;
@@ -65,17 +45,6 @@
margin-top: 0;
}
-.panel-enabler-disclaimer {
- font-size: 10px;
- color: rgb(110, 116, 128);
- margin-bottom: 12px;
- margin-left: 20px;
-}
-
-.panel-enabler-disclaimer:empty {
- display: none;
-}
-
.panel-enabler-view img {
height: 100%;
min-height: 200px;
« no previous file with comments | « chrome_linux64/resources/inspector/overrides.css ('k') | chrome_linux64/resources/inspector/profilesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698