Index: chrome/browser/resources/settings/reset_page/reset_page.css |
diff --git a/chrome/browser/resources/settings/reset_page/reset_page.css b/chrome/browser/resources/settings/reset_page/reset_page.css |
index 4db82b8c20a4d207cabfba789404cc5dcbd7ad68..942b61b8ce879361a578e51e58d76631a6509b92 100644 |
--- a/chrome/browser/resources/settings/reset_page/reset_page.css |
+++ b/chrome/browser/resources/settings/reset_page/reset_page.css |
@@ -3,8 +3,8 @@ |
* found in the LICENSE file. */ |
#resetDialog { |
- max-width: 500px; |
- min-width: 300px; |
+ min-width; 300px; |
+ width: 500px; |
} |
#reset { |
@@ -28,8 +28,28 @@ |
margin: 15px 0; |
} |
-#sendSettings { |
+#feedbackBar { |
background-color: rgb(236, 236, 236); |
margin: 0; |
padding: 20px; |
} |
+ |
+#settings { |
+ font-size: 12px; |
+ line-height: initial; |
+ table-layout: fixed; |
Dan Beam
2015/11/07 03:19:26
whaaaa
dpapad
2015/11/09 18:51:09
This achieves displaying the table as in the old o
|
+ width: 100%; |
+} |
+ |
+#settings .key { |
+ color: #888; |
+ padding-right: 5px; |
+ text-align: right; |
+ vertical-align: top; |
+} |
+ |
+#settings .value { |
+ color: #333; |
+ text-align: left; |
+ white-space: pre-line; |
+} |