Using the full width for the content area for the admin section. It
also makes the local navigation's tabs stay in context with the content
This commit is contained in:
parent
ef6bf8f331
commit
5c70481d30
@ -452,6 +452,13 @@ width:100%;
|
|||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content.admin {
|
||||||
|
width:95.5%;
|
||||||
|
}
|
||||||
|
#content.admin #content_inner {
|
||||||
|
width:66.3%;
|
||||||
|
}
|
||||||
|
|
||||||
#aside_primary {
|
#aside_primary {
|
||||||
width:27.917%;
|
width:27.917%;
|
||||||
min-height:259px;
|
min-height:259px;
|
||||||
|
Loading…
Reference in New Issue
Block a user