pandorafms/pandora_console/include/styles/pandora_width.css

69 lines
1.9 KiB
CSS

/*
Author: The Pandora FMS team
Name: Panoramic theme
Description: A theme with a variable width layout
// Pandora FMS - the Free monitoring system
// ========================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com
// Main PHP/SQL code development and project architecture and management
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// CSS and some PHP additions
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
// Javascript Active Console code.
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net>
// Additions to Pandora FMS 1.2 graph code and new XML reporting template management
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas, info@artica.es
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
@import url(pandora.css);
div#container {
width: 95%;
}
div#page {
width: auto;
}
div#main {
width: auto;
float: none;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 20px;
margin-left: 175px;
margin-right: 20px;
}
div#head {
width: auto;
}
div#foot {
width: auto;
}
ol.steps {
margin-bottom: 70px;
}
div#steps_clean {
display:none;
}
#menu_tab_frame, #menu_tab_frame_view {
width: 100%;
padding-right: 28px;
margin-left: -8px;
}
div#events_list {
float: left;
width: 100%;
}