mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 13:41:24 +01:00
Widen the post screen sidebars
git-svn-id: http://svn.automattic.com/wordpress/trunk@9260 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d61441067
commit
66d0933d2b
@ -34,7 +34,7 @@ ul#adminmenu {
|
||||
.inner-sidebar {
|
||||
float: right;
|
||||
clear: right;
|
||||
width: 220px;
|
||||
width: 280px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -42,11 +42,11 @@ ul#adminmenu {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
margin-right: -240px;
|
||||
margin-right: -340px;
|
||||
}
|
||||
|
||||
.has-sidebar .has-sidebar-content {
|
||||
margin-right: 245px;
|
||||
margin-right: 305px;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user