| LEFT | RIGHT |
| 1 /* #reinstall | 1 /* #reinstall |
| 2 ******************************************************************************/ | 2 ******************************************************************************/ |
| 3 | 3 |
| 4 #reinstall | 4 #reinstall |
| 5 { | 5 { |
| 6 margin-top: 1em; |
| 7 margin-bottom: 1em; |
| 6 font-size: 1.1em; | 8 font-size: 1.1em; |
| 7 margin-bottom: 1.5em; | |
| 8 } | 9 } |
| 9 | 10 |
| 10 #reinstall .button | 11 #reinstall-label |
| 11 { | 12 { |
| 12 display: block; | 13 display: inline-block; |
| 13 width: 100%; | 14 margin-bottom: 1em; |
| 14 margin-top: 1em; | 15 margin-right: 1em; |
| 15 } | |
| 16 | |
| 17 @media (min-width: 576px) | |
| 18 { | |
| 19 #reinstall .button | |
| 20 { | |
| 21 display: inline-block; | |
| 22 width: auto; | |
| 23 margin-left: 1em; | |
| 24 } | |
| 25 | |
| 26 [dir="rtl"] #reinstall .button | |
| 27 { | |
| 28 margin-left: 0; | |
| 29 margin-right: 1em; | |
| 30 } | |
| 31 } | 16 } |
| 32 | 17 |
| 33 @media (min-width: 768px) | 18 @media (min-width: 768px) |
| 34 { | 19 { |
| 35 #reinstall | 20 #reinstall |
| 36 { | 21 { |
| 37 font-size: 1.25em; | 22 font-size: 1.2em; |
| 38 } | 23 } |
| 39 } | 24 } |
| 40 | 25 |
| 41 /* #uninstall-reasons | 26 /* #uninstall-reasons |
| 42 ******************************************************************************/ | 27 ******************************************************************************/ |
| 43 | |
| 44 #uninstall-reasons h1 | |
| 45 { | |
| 46 margin-bottom: 0; | |
| 47 } | |
| 48 | 28 |
| 49 #uninstall-reasons ul | 29 #uninstall-reasons ul |
| 50 { | 30 { |
| 51 list-style-type: none; | 31 list-style-type: none; |
| 52 margin: 0; | 32 margin: 0; |
| 53 } | 33 } |
| 54 | 34 |
| 55 #uninstall-reasons ul, | 35 #uninstall-reasons ul, |
| 56 #uninstall-reasons li | 36 #uninstall-reasons li |
| 57 { | 37 { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 | 70 |
| 91 .error #reason-error | 71 .error #reason-error |
| 92 { | 72 { |
| 93 display: block; | 73 display: block; |
| 94 } | 74 } |
| 95 | 75 |
| 96 .hidden | 76 .hidden |
| 97 { | 77 { |
| 98 display: none; | 78 display: none; |
| 99 } | 79 } |
| LEFT | RIGHT |