Use bootstrap .container-fluid instead of #page

This commit is contained in:
Kyle Johnson 2014-10-31 18:55:32 +00:00
parent c11f4eb0bb
commit 896b258ad0
2 changed files with 1 additions and 5 deletions

View File

@ -349,10 +349,6 @@ th.table-th-sort-rev span.table-th-sort-span {
* Primary layout styles
*/
#page {
width: 100%;
}
#header {
width: 96%;
line-height: 24px;

View File

@ -181,7 +181,7 @@ $versionClass = (ZM_DYN_DB_VERSION&&(ZM_DYN_DB_VERSION!=ZM_VERSION))?'errorText'
xhtmlHeaders( __FILE__, $SLANG['Console'] );
?>
<body>
<div id="page">
<div class="container-fluid">
<form name="monitorForm" method="get" action="<?= $_SERVER['PHP_SELF'] ?>">
<input type="hidden" name="view" value="<?= $view ?>"/>
<input type="hidden" name="action" value=""/>