mw_fixed_header.css in Adminimize 1.7.13, at css/mw_fixed_header.css
| 1 | #wphead { |
| 2 | position: fixed; |
| 3 | width: 100%; |
| 4 | z-index: 999; |
| 5 | } |
| 6 | |
| 7 | #wpbody { |
| 8 | padding-top: 46px; |
| 9 | } |
| 10 | |
| 11 | #screen-meta { |
| 12 | position: fixed; |
| 13 | z-index: 999; |
| 14 | right: 0; |
| 15 | } |
| 16 | |
| 17 | #user_info p, #small_user_info p { |
| 18 | position: fixed; |
| 19 | right: 15px; |
| 20 | z-index: 999; |
| 21 | } |
| 22 | |
| 23 | #favorite-actions { |
| 24 | right: 250px; |
| 25 | } |