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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_controller_pairing.css

Issue 326933004: Example of usage of new features of context and screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #controller-pairing {
2 width: 720px;
3 height: 601px;
4 background: white;
5 padding: 20px;
6 }
7
8 #controller-pairing .page-name {
9 text-align: center;
10 }
11
12 #controller-pairing .device-list {
13 height: 200px;
14 border: 2px solid black;
15 }
16
17 #controller-pairing button {
18 margin: 10px;
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698