| OLD | NEW |
| 1 /* #reinstall | 1 /* #reinstall |
| 2 ******************************************************************************/ | 2 ******************************************************************************/ |
| 3 | 3 |
| 4 #reinstall | 4 #reinstall |
| 5 { | 5 { |
| 6 padding: 1em 0; | 6 margin-top: 1em; |
| 7 margin-bottom: 1em; |
| 8 font-size: 1.1em; |
| 7 } | 9 } |
| 8 | 10 |
| 9 #reinstall .button | 11 #reinstall-label |
| 10 { | 12 { |
| 11 margin: 1em 0; | 13 display: inline-block; |
| 14 margin-bottom: 1em; |
| 15 margin-right: 1em; |
| 12 } | 16 } |
| 13 | 17 |
| 14 @media(min-width: 768px) | 18 @media (min-width: 768px) |
| 15 { | 19 { |
| 16 #reinstall .button | 20 #reinstall |
| 17 { | 21 { |
| 18 margin-left: 1.5em; | 22 font-size: 1.2em; |
| 19 } | |
| 20 | |
| 21 [dir="rtl"] #reinstall .button | |
| 22 { | |
| 23 margin-right: 1.5em; | |
| 24 } | 23 } |
| 25 } | 24 } |
| 26 | 25 |
| 27 | |
| 28 /* #uninstall-reasons | 26 /* #uninstall-reasons |
| 29 ******************************************************************************/ | 27 ******************************************************************************/ |
| 30 | 28 |
| 31 #uninstall-reasons ul | 29 #uninstall-reasons ul |
| 32 { | 30 { |
| 33 list-style-type: none; | 31 list-style-type: none; |
| 32 margin: 0; |
| 34 } | 33 } |
| 35 | 34 |
| 36 #uninstall-reasons ul, | 35 #uninstall-reasons ul, |
| 37 #uninstall-reasons li | 36 #uninstall-reasons li |
| 38 { | 37 { |
| 39 padding-left: 0; | 38 padding-left: 0; |
| 40 margin-bottom: 0.5em; | 39 margin-bottom: 0.5em; |
| 41 } | 40 } |
| 42 | 41 |
| 43 [dir="rtl"] #uninstall-reasons ul, | 42 [dir="rtl"] #uninstall-reasons ul, |
| (...skipping 27 matching lines...) Expand all Loading... |
| 71 | 70 |
| 72 .error #reason-error | 71 .error #reason-error |
| 73 { | 72 { |
| 74 display: block; | 73 display: block; |
| 75 } | 74 } |
| 76 | 75 |
| 77 .hidden | 76 .hidden |
| 78 { | 77 { |
| 79 display: none; | 78 display: none; |
| 80 } | 79 } |
| OLD | NEW |