| Index: third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css b/third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css
|
| index c08a9444dcc9e71b87bd87dea093a450e013c949..6387a4c38a8748cd2304dc50f709bcbe8f65996f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css
|
| @@ -10,13 +10,6 @@
|
| padding: 11px 0 0 0;
|
| }
|
|
|
| -.help-window-caption {
|
| - border-bottom: solid 1px rgb(153, 153, 153);
|
| - margin: 0 8px;
|
| - padding: 0 2px;
|
| - line-height: 28px;
|
| -}
|
| -
|
| .help-content {
|
| overflow-y: auto;
|
| overflow-x: hidden;
|
| @@ -37,10 +30,6 @@
|
| -webkit-column-width: 288px;
|
| }
|
|
|
| -.help-no-columns {
|
| - -webkit-column-width: initial !important;
|
| -}
|
| -
|
| .help-block {
|
| display: block;
|
| padding-bottom: 9px;
|
| @@ -230,68 +219,6 @@ fieldset {
|
| margin-left: 10px;
|
| }
|
|
|
| -#workspace-tab-content .settings-tab.help-content.help-container {
|
| - -webkit-column-width: initial;
|
| - overflow: hidden;
|
| - padding-right: 10px;
|
| -}
|
| -
|
| -
|
| -#workspace-tab-content .button:hover {
|
| - opacity: 1.0 !important;
|
| -}
|
| -
|
| -#workspace-tab-content .help-block {
|
| - width: auto;
|
| - margin-right: 20px;
|
| -}
|
| -
|
| -p.folder-exclude-pattern {
|
| - display: flex;
|
| - align-items: center;
|
| -}
|
| -
|
| -p.folder-exclude-pattern > input {
|
| - flex: auto;
|
| -}
|
| -
|
| -.file-system-mapping-view {
|
| -}
|
| -
|
| -.settings-tab .file-system-container {
|
| - border-top: 1px solid #aaa;
|
| - padding: 19px 0 10px;
|
| - margin: 20px 0;
|
| -}
|
| -
|
| -.settings-tab .file-system-header {
|
| - display: flex;
|
| - flex-direction: row;
|
| - align-items: center;
|
| -}
|
| -
|
| -.settings-tab .file-system-name {
|
| - font-weight: bold;
|
| - flex: none;
|
| - margin-right: 10px;
|
| - font-size: 15px;
|
| - overflow: hidden;
|
| - text-overflow: ellipsis;
|
| - max-width: 70%;
|
| -}
|
| -
|
| -.settings-tab .file-system-path {
|
| - white-space: nowrap;
|
| - overflow: hidden;
|
| - text-overflow: ellipsis;
|
| - flex: auto;
|
| -}
|
| -
|
| -.settings-tab .file-system-remove {
|
| - flex: none;
|
| - margin-left: 10px;
|
| -}
|
| -
|
| .help-indent-labels label {
|
| padding-left: 10px;
|
| }
|
| @@ -307,9 +234,3 @@ p.folder-exclude-pattern > input {
|
| .settings-developer-mode .settings-experiment-hidden {
|
| display: block;
|
| }
|
| -
|
| -.settings-info-message {
|
| - background-color: #eee;
|
| - padding: 10px;
|
| - margin: 20px 0;
|
| -}
|
|
|