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

Unified Diff: chrome/browser/resources/options2/chromeos/proxy.css

Issue 8895023: Options2: Pull the trigger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DIAF. Created 9 years 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/options2/chromeos/proxy.css
diff --git a/chrome/browser/resources/options2/chromeos/proxy.css b/chrome/browser/resources/options2/chromeos/proxy.css
new file mode 100644
index 0000000000000000000000000000000000000000..28ee2367839d1e0d1236d8bca98afeabff6572b9
--- /dev/null
+++ b/chrome/browser/resources/options2/chromeos/proxy.css
@@ -0,0 +1,10 @@
+#ignoredHostList {
+ border: solid 1px #999999;
+ height: 100px;
+ -webkit-margin-start: 0px;
+}
+
+#newHost {
+ -webkit-margin-start: 0px;
+ margin-top: 8px;
+}

Powered by Google App Engine
This is Rietveld 408576698