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

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

Issue 2391253002: Site Settings Desktop: Polish the Site Data section. (Closed)
Patch Set: Address feedback Created 4 years, 2 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/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 65939c12ac805c4800df4892e236d50c9679f5c9..192fa740eb7c6f2985671c5f6eeda15ee0d0f424 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -307,22 +307,22 @@
/* A row with two lines of text. Often the lower line will be .secondary.
*/
- .settings-box.two-line {
+ .two-line {
min-height: var(--settings-row-two-line-min-height);
}
/*
- * A settings box with a single start-aligned column, generally but not
- * necessarily used in combination with two-line.
+ * A single start-aligned column, generally but not necessarily used in
+ * combination with two-line.
*/
- .settings-box.single-column {
+ .single-column {
align-items: flex-start;
flex-direction: column;
justify-content: center;
}
- /* The lower line of text in a .settings-box.two-line. */
- .settings-box .secondary {
+ /* The lower line of text in a two-line row. */
+ .secondary {
@apply(--settings-secondary);
}
@@ -333,9 +333,9 @@
flex: auto;
}
- .settings-box .middle.two-line {
+ .settings-box .middle.two-line,
+ .settings-box .start.two-line {
display: flex;
- min-height: var(--settings-row-two-line-min-height);
}
/* The start (left in LTR) part (horizontally) of a row. */
@@ -344,11 +344,6 @@
flex: auto;
}
- .settings-box .start.two-line {
- display: flex;
- min-height: var(--settings-row-two-line-min-height);
- }
-
/* The secondary-action wraps a clickable sub-area of a .settings-box.
* An example is the |sign out| button on the People settings.
* Here is an example with and without a secondary action box:
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/site_settings/cookie_tree_node.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698