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

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: Fix formatting rules for "remembered network" section. 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
« no previous file with comments | « chrome/browser/resources/options/chromeos/internet_options.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/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..9f635cf6d519b0eac4d0887c2f110d07165677de 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 > .network-title {
+ vertical-align: top;
+ padding-top: 20px;
+}
+
#detailsInternetPage {
min-width: 440px;
min-height: 420px;
« no previous file with comments | « chrome/browser/resources/options/chromeos/internet_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698