| OLD | NEW |
| 1 body | 1 body |
| 2 { | 2 { |
| 3 min-width: 250px; | 3 min-width: 250px; |
| 4 margin: 0px; | 4 margin: 0px; |
| 5 font-family: Segoe UI, Arial, sans-serif; | 5 font-family: Segoe UI, Arial, sans-serif; |
| 6 font-size: 13px; | 6 font-size: 13px; |
| 7 color: #545454; | 7 color: #545454; |
| 8 background-color: #f8f6f2; | 8 background-color: #f8f6f2; |
| 9 background-image: url(background.png); | 9 background-image: url(background.png); |
| 10 } | 10 } |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 header | 37 header |
| 38 { | 38 { |
| 39 height: 45px; | 39 height: 45px; |
| 40 margin-bottom: 40px; | 40 margin-bottom: 40px; |
| 41 border-bottom: 1px solid #e1ddd8; | 41 border-bottom: 1px solid #e1ddd8; |
| 42 background-image: url(background-main.png); | 42 background-image: url(background-main.png); |
| 43 } | 43 } |
| 44 | 44 |
| 45 #logo | 45 #logo |
| 46 { | 46 { |
| 47 display: block; |
| 47 position: relative; | 48 position: relative; |
| 48 top: 20px; | 49 top: 15px; |
| 49 width: 55px; | |
| 50 height: 55px; | |
| 51 margin: 0px auto; | 50 margin: 0px auto; |
| 52 background-image: url(abp-icon-big.png); | |
| 53 background-size: 100%; | |
| 54 } | 51 } |
| 55 | 52 |
| 56 #wrapper | 53 #wrapper |
| 57 { | 54 { |
| 58 padding: 0px 20px; | 55 padding: 0px 20px; |
| 59 } | 56 } |
| 60 | 57 |
| 61 #notification, #menu | 58 #notification, #menu |
| 62 { | 59 { |
| 63 margin-bottom: 10px; | 60 margin-bottom: 10px; |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 | 334 |
| 338 .checkbox[aria-checked="false"]:hover | 335 .checkbox[aria-checked="false"]:hover |
| 339 { | 336 { |
| 340 background-position: -34px -49px; | 337 background-position: -34px -49px; |
| 341 } | 338 } |
| 342 | 339 |
| 343 label | 340 label |
| 344 { | 341 { |
| 345 vertical-align: middle; | 342 vertical-align: middle; |
| 346 } | 343 } |
| OLD | NEW |