| OLD | NEW |
| 1 header | 1 header |
| 2 { | 2 { |
| 3 width: auto; | 3 width: auto; |
| 4 min-height: 60px; | 4 min-height: 60px; |
| 5 padding: 10px; | 5 padding: 10px; |
| 6 } | 6 } |
| 7 | 7 |
| 8 header li a | 8 header li a |
| 9 { | 9 { |
| 10 display: block; | 10 display: block; |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 header nav>ul.visible>li | 84 header nav>ul.visible>li |
| 85 { | 85 { |
| 86 display: block; | 86 display: block; |
| 87 } | 87 } |
| 88 | 88 |
| 89 header nav>ul>li a | 89 header nav>ul>li a |
| 90 { | 90 { |
| 91 font-size: 24px; | 91 font-size: 24px; |
| 92 } | 92 } |
| 93 | 93 |
| 94 #search | |
| 95 { | |
| 96 position: relative; | |
| 97 } | |
| 98 | |
| 99 #search-field-label-plain, #current-language | |
| 100 { | |
| 101 font-size: 16px; | |
| 102 font-weight: bold; | |
| 103 color: #848484; | |
| 104 } | |
| 105 | |
| 106 #search-field | |
| 107 { | |
| 108 width: 100%; | |
| 109 padding: 10px; | |
| 110 -webkit-box-sizing: content-box; | |
| 111 -moz-box-sizing: content-box; | |
| 112 -ms-box-sizing: content-box; | |
| 113 -o-box-sizing: content-box; | |
| 114 box-sizing: content-box; | |
| 115 } | |
| 116 | |
| 117 #search-field-label-button, #current-language | |
| 118 { | |
| 119 display: none; | |
| 120 } | |
| 121 | |
| 122 #language-selector, .language-entry | 94 #language-selector, .language-entry |
| 123 { | 95 { |
| 124 display: inline-block; | 96 display: inline-block; |
| 125 } | 97 } |
| 126 | 98 |
| 127 #logo | 99 #logo |
| 128 { | 100 { |
| 129 width: 76px; | 101 width: 76px; |
| 130 height: 76px; | 102 height: 76px; |
| 131 top: 2px; | 103 top: 2px; |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 | 165 |
| 194 #social-list | 166 #social-list |
| 195 { | 167 { |
| 196 padding: 0px; | 168 padding: 0px; |
| 197 } | 169 } |
| 198 | 170 |
| 199 #anwiki-admin, #pageactions | 171 #anwiki-admin, #pageactions |
| 200 { | 172 { |
| 201 display: none; | 173 display: none; |
| 202 } | 174 } |
| OLD | NEW |