| 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 27 matching lines...) Expand all Loading... |
| 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 position: relative; | 47 position: relative; |
| 48 top: 20px; | 48 top: 15px; |
| 49 width: 55px; | 49 width: 64px; |
| 50 height: 55px; | 50 height: 64px; |
| 51 margin: 0px auto; | 51 margin: 0px auto; |
| 52 background-image: url(abp-icon-big.png); | 52 background-image: url(../icons/abp-64.png); |
| 53 background-size: 100%; | 53 background-size: 100%; |
| 54 } | 54 } |
| 55 | 55 |
| 56 #wrapper | 56 #wrapper |
| 57 { | 57 { |
| 58 padding: 0px 20px; | 58 padding: 0px 20px; |
| 59 } | 59 } |
| 60 | 60 |
| 61 #notification, #menu | 61 #notification, #menu |
| 62 { | 62 { |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 | 337 |
| 338 .checkbox[aria-checked="false"]:hover | 338 .checkbox[aria-checked="false"]:hover |
| 339 { | 339 { |
| 340 background-position: -34px -49px; | 340 background-position: -34px -49px; |
| 341 } | 341 } |
| 342 | 342 |
| 343 label | 343 label |
| 344 { | 344 { |
| 345 vertical-align: middle; | 345 vertical-align: middle; |
| 346 } | 346 } |
| OLD | NEW |