Fixed width for admin panel in individual pages.
This commit is contained in:
parent
3ca081aa86
commit
1d5d8d0276
2 changed files with 4 additions and 4 deletions
|
@ -521,7 +521,7 @@ div.admin {
|
||||||
background: #aaa;
|
background: #aaa;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
height: 1%; /* IE likes this */
|
height: 1%; /* IE likes this */
|
||||||
width: 100%; /* and this */
|
width: 98%; /* and this */
|
||||||
}
|
}
|
||||||
|
|
||||||
div.panelContents {
|
div.panelContents {
|
||||||
|
@ -532,7 +532,7 @@ div.panelContents {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.top {
|
div.top {
|
||||||
margin: 0 -12px;
|
margin: 0;
|
||||||
padding: 0 24px 0 0;
|
padding: 0 24px 0 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -16px;
|
top: -16px;
|
||||||
|
|
|
@ -104,9 +104,9 @@ FreemarkerHttpServlet.getFreemarkerComponentsForJsp(request);
|
||||||
<body ${requestScope.bodyAttr}>
|
<body ${requestScope.bodyAttr}>
|
||||||
|
|
||||||
${ftl_menu}
|
${ftl_menu}
|
||||||
<div id="wrapper-content">
|
|
||||||
<c:import url="${bodyJsp}"/>
|
<c:import url="${bodyJsp}"/>
|
||||||
</div>
|
|
||||||
|
|
||||||
${ftl_footer}
|
${ftl_footer}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue