| Index: third_party/WebKit/Source/devtools/front_end/resources/appManifestView.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/appManifestView.css b/third_party/WebKit/Source/devtools/front_end/resources/appManifestView.css
|
| index 03ea63f5f1f655e50fc9b922182b76f3a430efb7..d9dcd7325975a4ff1b3e3fa85c56c72422126e53 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/appManifestView.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/appManifestView.css
|
| @@ -3,84 +3,3 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| -
|
| -:host {
|
| - background-color: #f9f9f9;
|
| -}
|
| -
|
| -.app-content-box {
|
| - background-color: white;
|
| - white-space: nowrap;
|
| - overflow: auto;
|
| -}
|
| -
|
| -.app-manifest-title {
|
| - font-size: 14px;
|
| - padding: 12px 24px;
|
| -}
|
| -
|
| -.app-manifest-url {
|
| - font-size: 12px;
|
| - padding: 0 24px 12px;
|
| - border-bottom: 1px solid rgb(230, 230, 230);
|
| -}
|
| -
|
| -.app-manifest-section {
|
| - display: flex;
|
| - padding: 12px 6px;
|
| - border-bottom: 1px solid rgb(230, 230, 230);
|
| - flex-direction: column;
|
| -}
|
| -
|
| -.app-manifest-section-title {
|
| - margin-bottom: 10px;
|
| - padding-left: 18px;
|
| -}
|
| -
|
| -.app-manifest-field {
|
| - display: flex;
|
| - margin-top: 1px;
|
| - margin-bottom: 10px;
|
| -}
|
| -
|
| -.app-manifest-field-name {
|
| - color: #888;
|
| - flex: 0 0 128px;
|
| - text-align: right;
|
| - padding: 0 6px;
|
| - white-space: pre;
|
| -}
|
| -
|
| -.app-manifest-field-value {
|
| - flex: auto;
|
| - padding: 0 6px;
|
| - text-overflow: ellipsis;
|
| - overflow: hidden;
|
| -}
|
| -
|
| -.app-manifest-field-value .color-swatch {
|
| - width: 16px;
|
| - height: 16px;
|
| - display: block;
|
| -}
|
| -
|
| -.app-manifest-errors {
|
| - padding-left: 12px;
|
| - display: flex;
|
| - flex-direction: column;
|
| -}
|
| -
|
| -.app-manifest-errors label {
|
| - padding: 4px;
|
| -}
|
| -
|
| -.app-manifest-icons {
|
| - display: flex;
|
| - flex-direction: column;
|
| -}
|
| -
|
| -.app-manifest-icons > img {
|
| - flex: none;
|
| - max-width: 200px;
|
| - max-height: 200px;
|
| -}
|
|
|