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 {
|
.inner-sidebar {
|
||||||
float: right;
|
float: right;
|
||||||
clear: right;
|
clear: right;
|
||||||
width: 220px;
|
width: 280px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,11 +42,11 @@ ul#adminmenu {
|
||||||
float: left;
|
float: left;
|
||||||
clear: left;
|
clear: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: -240px;
|
margin-right: -340px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-sidebar .has-sidebar-content {
|
.has-sidebar .has-sidebar-content {
|
||||||
margin-right: 245px;
|
margin-right: 305px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue