mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-05 23:50:19 +00:00
25 lines
300 B
CSS
25 lines
300 B
CSS
#wphead {
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 999;
|
|
}
|
|
|
|
#wpbody {
|
|
padding-top: 46px;
|
|
}
|
|
|
|
#screen-meta {
|
|
position: fixed;
|
|
z-index: 999;
|
|
right: 0;
|
|
}
|
|
|
|
#user_info p, #small_user_info p {
|
|
position: fixed;
|
|
right: 15px;
|
|
z-index: 999;
|
|
}
|
|
|
|
#favorite-actions {
|
|
right: 250px;
|
|
} |