Home | History | Annotate | Download | only in resources
      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 }
     45