| OLD | NEW |
| 1 * | 1 * |
| 2 { | 2 { |
| 3 font-family: Arial, sans; | 3 font-family: Arial, sans; |
| 4 font-size: 16px; | 4 font-size: 16px; |
| 5 } | 5 } |
| 6 | 6 |
| 7 body | 7 body |
| 8 { | 8 { |
| 9 background-color: #f8f6f2; | 9 background-color: #f8f6f2; |
| 10 background-image: url(../img/background.png); | 10 background-image: url(../img/background.png); |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 -ms-appearance: none; | 116 -ms-appearance: none; |
| 117 -o-appearance: none; | 117 -o-appearance: none; |
| 118 appearance: none; | 118 appearance: none; |
| 119 } | 119 } |
| 120 | 120 |
| 121 .language-entry a | 121 .language-entry a |
| 122 { | 122 { |
| 123 display: block; | 123 display: block; |
| 124 } | 124 } |
| 125 | 125 |
| 126 #language .flag | 126 .locale-code |
| 127 { | 127 { |
| 128 width: 16px; | 128 text-transform: uppercase; |
| 129 height: 11px; | |
| 130 max-height: 11px; | |
| 131 margin-right: 5px; | |
| 132 margin-left: 0px; | |
| 133 background-image: url(../img/sprite-flags.png); | |
| 134 vertical-align: middle; | |
| 135 } | |
| 136 | |
| 137 html[dir="rtl"] #language .flag | |
| 138 { | |
| 139 margin-left: 5px; | |
| 140 margin-right: 0px; | |
| 141 } | 129 } |
| 142 | 130 |
| 143 #flag-ar | 131 #flag-ar |
| 144 { | 132 { |
| 145 background-position: 0px 0px; | 133 background-position: 0px 0px; |
| 146 } | 134 } |
| 147 | 135 |
| 148 #flag-bg | 136 #flag-bg |
| 149 { | 137 { |
| 150 background-position: -17px 0px; | 138 background-position: -17px 0px; |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 | 437 |
| 450 [dir="ltr"] .alert | 438 [dir="ltr"] .alert |
| 451 { | 439 { |
| 452 border-left: 5px solid #d14841; | 440 border-left: 5px solid #d14841; |
| 453 } | 441 } |
| 454 | 442 |
| 455 [dir="rtl"] .alert | 443 [dir="rtl"] .alert |
| 456 { | 444 { |
| 457 border-right: 5px solid #d14841; | 445 border-right: 5px solid #d14841; |
| 458 } | 446 } |
| OLD | NEW |