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

Side by Side Diff: ui/webui/resources/cr_elements/cr_button/demo.html

Issue 939533002: Add a cr-button element, a thin wrapper around paper-button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary role. Created 5 years, 10 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
michaelpg 2015/02/21 01:23:05 nit: lowercase for consistency
Jeremy Klein 2015/02/21 01:52:22 Done.
James Hawkins 2015/02/23 20:08:51 For future reference, the Google HTML style guide
2 <html>
3 <head>
4 <link href="cr_button.html" rel="import">
5 <link href="chrome://resources/polymer/core-icon/core-icon.html" rel="import">
6 <link href="chrome://resources/polymer/core-icons/core-icons.html" rel="import ">
7 </head>
8 <body unresolved>
9 <cr-button>Flat button</cr-button>
10 <cr-button raised>Raised Button</cr-button>
11 <cr-button disabled>Disabled Button</cr-button>
12 <cr-button><core-icon icon="mail"></core-icon>&nbsp;Custom button</cr-button>
michaelpg 2015/02/21 01:23:04 ouch, does it really require the &nbsp; encoded li
Jeremy Klein 2015/02/21 01:52:22 Well it isn't the only way to get the spacing (I c
michaelpg 2015/02/25 00:35:00 i see. maybe we should consider defining the margi
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698