Left: | ||
Right: |
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
99 #search-field-label-plain, #current-language | 99 #search-field-label-plain, #current-language |
100 { | 100 { |
101 font-size: 16px; | 101 font-size: 16px; |
102 font-weight: bold; | 102 font-weight: bold; |
103 color: #848484; | 103 color: #848484; |
104 } | 104 } |
105 | 105 |
106 #search-field | 106 #search-field |
107 { | 107 { |
108 width: 100%; | 108 width: 100%; |
109 padding: 16px 10px; | 109 padding: 10px; |
saroyanm
2015/08/20 14:50:27
I assume it's just consistency change nothing conn
Thomas Greiner
2015/08/20 15:12:21
That as well but the main reason is that since usi
| |
110 -webkit-box-sizing: border-box; | 110 -webkit-box-sizing: content-box; |
111 -moz-box-sizing: border-box; | 111 -moz-box-sizing: content-box; |
112 -ms-box-sizing: border-box; | 112 -ms-box-sizing: content-box; |
113 -o-box-sizing: border-box; | 113 -o-box-sizing: content-box; |
114 box-sizing: border-box; | 114 box-sizing: content-box; |
115 } | 115 } |
116 | 116 |
117 #search-field-label-button, #current-language | 117 #search-field-label-button, #current-language |
118 { | 118 { |
119 display: none; | 119 display: none; |
120 } | 120 } |
121 | 121 |
122 #language-selector, .language-entry | 122 #language-selector, .language-entry |
123 { | 123 { |
124 display: inline-block; | 124 display: inline-block; |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
193 | 193 |
194 #social-list | 194 #social-list |
195 { | 195 { |
196 padding: 0px; | 196 padding: 0px; |
197 } | 197 } |
198 | 198 |
199 #anwiki-admin, #pageactions | 199 #anwiki-admin, #pageactions |
200 { | 200 { |
201 display: none; | 201 display: none; |
202 } | 202 } |
OLD | NEW |