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

Unified Diff: appengine/config_service/ui/src/config-ui/config-ui.html

Issue 2977763002: config_service: Changed lists from paper-items to paper-cards, fixed (Closed)
Patch Set: Fixed nit regarding first letter of sentence in comment. Created 3 years, 5 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: appengine/config_service/ui/src/config-ui/config-ui.html
diff --git a/appengine/config_service/ui/src/config-ui/config-ui.html b/appengine/config_service/ui/src/config-ui/config-ui.html
index 39f45e8acfcd6bcd0ac24f6d1edba8ef889ae234..e7d316093d0c182312544b400ec8f6fa0022d956 100644
--- a/appengine/config_service/ui/src/config-ui/config-ui.html
+++ b/appengine/config_service/ui/src/config-ui/config-ui.html
@@ -17,26 +17,18 @@
<dom-module id="config-ui">
<template>
<style>
- * {
- font-family: sans-serif;
- }
+ * { font-family: sans-serif; }
app-toolbar {
background-color: #efefef;
color: #232323;
}
- app-header {
- @apply --layout-fixed-top;
- }
+ app-header { @apply --layout-fixed-top; }
- .logo {
- height: 100%;
- }
+ .logo { height: 100%; }
- .right {
- margin-left:15px;
- }
+ .right { margin-left:15px; }
.title {
padding-left: 1%;

Powered by Google App Engine
This is Rietveld 408576698