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

Unified Diff: chrome/browser/resources/options/chromeos/internet_options_page.css

Issue 7044084: Fix to vertical alignment of titles on the settings/internet page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 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/options/chromeos/internet_options_page.css
diff --git a/chrome/browser/resources/options/chromeos/internet_options_page.css b/chrome/browser/resources/options/chromeos/internet_options_page.css
index 58bd77f2ad55c52233ea444810c6b7990513aa05..7625064da21c00e9d51d0c4284a28d23c128b3bb 100644
--- a/chrome/browser/resources/options/chromeos/internet_options_page.css
+++ b/chrome/browser/resources/options/chromeos/internet_options_page.css
@@ -94,6 +94,11 @@ html[dir='rtl'] .network-item-text {
-webkit-box-flex: 1;
}
+.displaytable > section > h3.topAlignTitle {
+ vertical-align: top;
+ padding-top: 20px;
+}
+
#detailsInternetPage {
min-width: 440px;
min-height: 420px;

Powered by Google App Engine
This is Rietveld 408576698