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

Side by Side Diff: chrome/browser/printing/cloud_print/resources/cloud_print_setup_done.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-success-header {
8 font-size: 1.4em;
9 font-weight: bold;
10 }
11
12 .cloudprint-success-image {
13 text-align: center;
14 margin: 20px;
15 }
16
17 #message {
18 font-weight: bold;
19 }
20
21 .cloudprint-success-footer {
22 position: fixed;
23 font-size: 1.2em;
24 right: 0px;
25 bottom: 0px;
26 margin-right: 10px;
27 margin-bottom: 10px;
28 }
29
30 html[dir='rtl'] .cloudprint-success-footer {
31 text-align: left;
32 left: 0px;
33 bottom: 0px;
34 margin-left: 20px;
35 }
36
37 .button {
38 min-width: 87px;
39 min-height: 26px;
40 }
41
42 html[os='mac'].button {
43 font-size: 12pt;
44 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698