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

Side by Side Diff: chrome/browser/printing/cloud_print/resources/cloud_print_setup_login.css

Issue 9689075: Move some resources to a proper location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separated icon addition. Created 8 years, 9 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 body {
2 background: #FFFFFF;
3 margin: 10px 15px;
4 -webkit-user-select: none;
5 }
6
7 .cloudprint-signup {
8 vertical-align: top;
9 width: 60%;
10 }
11
12 .cloudprint-login {
13 border: 2px;
14 width: 40%;
15 }
16
17 .cloudprint-header {
18 font-weight: bold;
19 }
20
21 .cloudprint-item-header {
22 font-size: 0.9em;
23 font-weight: bold;
24 }
25
26 .cloudprint-item-explain {
27 font-size: 0.9em;
28 }
29
30 .cloudprint-item-image {
31 padding: 8px;
32 text-align: center;
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698