Index: chrome_linux64/resources/inspector/helpScreen.css |
=================================================================== |
--- chrome_linux64/resources/inspector/helpScreen.css (revision 237140) |
+++ chrome_linux64/resources/inspector/helpScreen.css (working copy) |
@@ -116,10 +116,6 @@ |
width: 430px; |
} |
-#drawer-contents .settings-tab { |
- padding-left: 12px; |
-} |
- |
.settings-tab.help-container { |
-webkit-column-width: 410px; |
} |
@@ -263,8 +259,7 @@ |
color: #222; |
} |
-#settings-screen .help-window-main, |
-#drawer-contents .help-window-main { |
+#settings-screen .help-window-main{ |
color: rgb(48, 57, 66); |
background-color: white; |
border-radius: 0; |
@@ -287,13 +282,9 @@ |
padding-top: 1px; |
} |
-#drawer-contents .help-container-wrapper { |
- top: 32px; |
-} |
- |
.help-container-wrapper { |
position: absolute; |
- top: 60px; |
+ top: 54px; |
left: 15px; |
right: 0; |
bottom: 0; |
@@ -306,6 +297,7 @@ |
width: 110px; |
position: relative; |
top: 14px; |
+ flex: auto; |
} |
#settings-screen .tabbed-pane-header-contents { |
@@ -322,7 +314,6 @@ |
#settings-screen .tabbed-pane-header-tab { |
background-color: transparent; |
border: none transparent; |
- cursor: pointer; |
font-weight: normal; |
text-shadow: none; |
color: #999999; |
@@ -330,12 +321,15 @@ |
padding-left: 0; |
} |
+#settings-screen .tabbed-pane-header-tab:not(.selected) { |
+ cursor: pointer; |
+} |
+ |
#settings-screen .tabbed-pane-header-tab.selected { |
color: inherit; |
} |
-#settings-screen .tabbed-pane-content, |
-#drawer-contents .tabbed-pane-content { |
+#settings-screen .tabbed-pane-content { |
position: absolute; |
top: 0; |
right: 0; |
@@ -343,18 +337,10 @@ |
margin: 8px; |
} |
-#drawer-contents .tabbed-pane-content { |
- padding: 0 4px; |
-} |
- |
#settings-screen .tabbed-pane-content { |
left: 120px; |
} |
-#drawer-contents .tabbed-pane-content { |
- left: 0; |
-} |
- |
.settings-tab.help-content { |
margin: 0; |
padding: 0; |
@@ -372,15 +358,15 @@ |
text-align: right; |
} |
+.settings-tab-container { |
+ flex: auto; |
+} |
+ |
.settings-tab-container header { |
- padding: 14px 0; |
+ padding: 14px 0 6px; |
border-bottom: 1px solid #EEEEEE; |
} |
-#drawer-contents .settings-tab-container header { |
- padding: 0; |
-} |
- |
#tab-shortcuts { |
margin-top: 25px !important; |
} |
@@ -470,7 +456,7 @@ |
color: red; |
} |
-.settings-tab .text-button { |
+.settings-tab-text-button { |
background-image: -webkit-linear-gradient(hsl(0, 0%, 93%), hsl(0, 0%, 93%) 38%, hsl(0, 0%, 87%)); |
border: 1px solid hsla(0, 0%, 0%, 0.25); |
border-radius: 2px; |
@@ -484,21 +470,21 @@ |
padding-right: 10px; |
} |
-.settings-tab .text-button:disabled { |
+.settings-tab-text-button:disabled { |
background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6); |
border-color: rgba(80, 80, 80, 0.2); |
box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75); |
color: #aaa; |
} |
-.settings-tab .text-button:hover { |
+.settings-tab-text-button:not(:disabled):hover { |
background-image: -webkit-linear-gradient(hsl(0, 0%, 94%), hsl(0, 0%, 94%) 38%, hsl(0, 0%, 88%)); |
border-color: hsla(0, 0%, 0%, 0.3); |
box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.12), inset 0 1px 2px hsla(0, 100%, 100%, 0.95); |
color: hsl(0, 0%, 0%); |
} |
-.settings-tab .text-button:active { |
+.settings-tab-text-button:not(:disabled):active { |
background-image: -webkit-linear-gradient(hsl(0, 0%, 91%), hsl(0, 0%, 91%) 38%, hsl(0, 0%, 84%)); |
box-shadow: none; |
text-shadow: none; |
@@ -690,3 +676,7 @@ |
padding: 5px; |
background-color: rgba(255, 255, 255, 0.4) !important; |
} |
+ |
+#overrides-tab-content .help-container { |
+ -webkit-column-width: auto !important; |
+} |