Use bootstrap .container-fluid instead of #page
This commit is contained in:
parent
c11f4eb0bb
commit
896b258ad0
|
@ -349,10 +349,6 @@ th.table-th-sort-rev span.table-th-sort-span {
|
||||||
* Primary layout styles
|
* Primary layout styles
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#page {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
width: 96%;
|
width: 96%;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
|
|
@ -181,7 +181,7 @@ $versionClass = (ZM_DYN_DB_VERSION&&(ZM_DYN_DB_VERSION!=ZM_VERSION))?'errorText'
|
||||||
xhtmlHeaders( __FILE__, $SLANG['Console'] );
|
xhtmlHeaders( __FILE__, $SLANG['Console'] );
|
||||||
?>
|
?>
|
||||||
<body>
|
<body>
|
||||||
<div id="page">
|
<div class="container-fluid">
|
||||||
<form name="monitorForm" method="get" action="<?= $_SERVER['PHP_SELF'] ?>">
|
<form name="monitorForm" method="get" action="<?= $_SERVER['PHP_SELF'] ?>">
|
||||||
<input type="hidden" name="view" value="<?= $view ?>"/>
|
<input type="hidden" name="view" value="<?= $view ?>"/>
|
||||||
<input type="hidden" name="action" value=""/>
|
<input type="hidden" name="action" value=""/>
|
||||||
|
|
Loading…
Reference in New Issue