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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 .network-list {
2 border: 1px solid lightgrey;
3 padding: 2px;
4 width: 600px;
5 height: 200px;
6 }
7
8 .network-list > * > .label {
9 -webkit-padding-start: 30px;
10 background: 0 50% no-repeat;
11 }
12
13 .network-list > * > button {
14 border: 1px solid hsl(214, 91%, 85%);
15 border-radius: 3px;
16 width: 150px;
17 }
OLDNEW
« 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