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/chromeos/emulator/shared_styles.css

Issue 1999593002: Update chrome://device-emulator with newer Polymer guidelines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: narrow mode drawer + webui safety Created 4 years, 7 months 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/browser/resources/chromeos/emulator/shared_styles.css
diff --git a/chrome/browser/resources/chromeos/emulator/shared_styles.css b/chrome/browser/resources/chromeos/emulator/shared_styles.css
deleted file mode 100644
index 265a69bd0d5b84ed4c037ffee533edc59b6b0db9..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/chromeos/emulator/shared_styles.css
+++ /dev/null
@@ -1,128 +0,0 @@
-/* Copyright 2015 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file. */
-
-paper-input {
- display: inline-block;
- margin: 0 15px;
- width: 200px;
-}
-
-#editModal paper-checkbox {
- -webkit-margin-start: 15px;
-}
-
-paper-dialog {
- height: 90%;
- overflow-y: scroll;
- width: 40%;
-}
-
-paper-radio-button {
- display: inline-block;
-}
-
-.element-label {
- -webkit-padding-start: 0;
- color: rgb(82, 101, 162);
- display: block;
- font-size: 24px;
- font-weight: normal;
- height: 80px;
- letter-spacing: 0.05em;
- line-height: 80px;
-}
-
-.form-label {
- display: block;
-}
-
-.form-field-section {
- margin-top: 30px;
-}
-
-.form-field-section:first-of-type {
- margin-top: 0;
-}
-
-.icon-cell {
- text-align: center;
- width: 45%;
-}
-
-.icon-cell paper-icon-button {
- color: rgb(82, 101, 162);
-}
-
-.devices-table {
- border-collapse: collapse;
- padding: 20px 0;
-}
-
-.devices-table paper-icon-button[disabled] {
- color: rgb(150, 194, 244);
-}
-
-.devices-table.custom {
- margin-top: 40px;
-}
-
-.devices-table .icon-cell {
- width: 45%;
-}
-
-.devices-table .center-cell-label {
- text-align: center;
-}
-
-.devices-table .control-cell {
- text-align: center;
-}
-
-.devices-table td {
- padding: 10px;
-}
-
-.devices-table td.centered-cell-label {
- text-align: center;
-}
-
-.bold {
- font-weight: bold;
-}
-
-.devices-table tr.table-section-header {
- font-weight: bold;
-}
-
-.devices-table tbody:first-of-type::before {
- height: 0;
-}
-
-.devices-table tbody:last-of-type::before {
- content: '';
- display: block;
- height: 30px;
-}
-
-.devices-table tbody tr {
- border-bottom: 1px solid #dadada;
-}
-
-.devices-table tbody tr:last-of-type {
- border-bottom: 0;
-}
-
-.add-device-container {
- margin: 15px;
- text-align: right;
-}
-
-.add-device-container paper-button {
- color: rgb(82, 101, 162);
- width: 200px;
-}
-
-[hidden] {
- display: none !important;
-}
« no previous file with comments | « chrome/browser/resources/chromeos/emulator/icons.html ('k') | chrome/browser/resources/chromeos/emulator/shared_styles.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698