# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: C:\XAMPP\htdocs\wordpress\trunk
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
163 | 163 | margin: 5px 0; |
164 | 164 | } |
165 | 165 | |
| 166 | .media-item { |
| 167 | position:relative; |
| 168 | } |
| 169 | |
166 | 170 | .menu_order { |
167 | | float: right; |
168 | 171 | font-size: 11px; |
169 | | margin: 10px 10px 0; |
| 172 | margin:0; |
| 173 | position:absolute; right:83px; top:8px; |
170 | 174 | } |
171 | 175 | |
172 | 176 | .menu_order_input { |
… |
… |
|
184 | 188 | } |
185 | 189 | |
186 | 190 | #media-upload th.order-head { |
187 | | width: 20%; |
| 191 | width: 50px; |
188 | 192 | text-align: center; |
189 | 193 | } |
190 | 194 | |
191 | 195 | #media-upload th.actions-head { |
192 | | width: 25%; |
| 196 | width: 50px; |
193 | 197 | text-align: center; |
194 | 198 | } |
195 | 199 | |