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

Unified Diff: chrome/browser/resources/options/chromeos_internet_options_page.css

Issue 3036020: Port network options to DOM UI. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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.js ('k') | chrome/chrome_browser.gypi » ('j') | 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
===================================================================
--- chrome/browser/resources/options/chromeos_internet_options_page.css (revision 0)
+++ chrome/browser/resources/options/chromeos_internet_options_page.css (revision 0)
@@ -0,0 +1,17 @@
+.network-list {
+ border: 1px solid lightgrey;
+ padding: 2px;
+ width: 600px;
+ height: 200px;
+}
+
+.network-list > * > .label {
+ -webkit-padding-start: 30px;
+ background: 0 50% no-repeat;
+}
+
+.network-list > * > button {
+ border: 1px solid hsl(214, 91%, 85%);
+ border-radius: 3px;
+ width: 150px;
+}
Property changes on: chrome/browser/resources/options/chromeos_internet_options_page.css
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/resources/options/chromeos_internet_options.js ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698