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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 1723713003: [MD settings] ManageLanguages settings, removing grey top line (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « chrome/browser/resources/settings/languages_page/manage_languages_page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index b2c7411199eed243918989deac07660fcb84f83e..5d588c20c2b0e5e8f3d17a1a4b179e7f1e4432a7 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -11,11 +11,13 @@
<template>
<style>
h2 {
+ @apply(--layout-center);
color: var(--paper-grey-500);
+ display: flex;
font-size: 100%;
- font-weight: normal;
- margin-bottom: 20px;
- margin-top: 30px;
+ font-weight: 500;
+ margin: 0;
+ min-height: 40px;
}
iron-icon {
@@ -89,9 +91,9 @@
.list-frame {
@apply(--layout-center);
- display: block;
-webkit-padding-end: 20px;
-webkit-padding-start: 48px;
+ display: block;
padding-bottom: 0;
padding-top: 0;
}
« no previous file with comments | « chrome/browser/resources/settings/languages_page/manage_languages_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698