2019-02-04 12:10:52 +01:00
|
|
|
/**
|
|
|
|
* Extension to manage a list of gateways and the node address where they should
|
|
|
|
* point to.
|
|
|
|
*
|
|
|
|
* @category Extensions
|
|
|
|
* @package Pandora FMS
|
|
|
|
* @subpackage Community
|
|
|
|
* @version 1.0.0
|
|
|
|
* @license See below
|
|
|
|
*
|
|
|
|
* ______ ___ _______ _______ ________
|
|
|
|
* | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __|
|
|
|
|
* | __/| _ | | _ || _ | _| _ | | ___| |__ |
|
|
|
|
* |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______|
|
|
|
|
*
|
|
|
|
* ============================================================================
|
|
|
|
* Copyright (c) 2005-2019 Artica Soluciones Tecnologicas
|
|
|
|
* Please see http://pandorafms.org for full contribution list
|
|
|
|
* 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 for 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.
|
|
|
|
* ============================================================================
|
|
|
|
*/
|
2019-02-05 10:40:24 +01:00
|
|
|
table.header_table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2019-02-07 10:30:23 +01:00
|
|
|
table.header_table thead tr th,
|
2019-02-05 10:40:24 +01:00
|
|
|
table.header_table tbody tr td {
|
2019-02-04 12:10:52 +01:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2019-02-07 10:30:23 +01:00
|
|
|
thead.header_tr tr {
|
2019-02-04 12:10:52 +01:00
|
|
|
background: #e6e6e6;
|
|
|
|
}
|
2019-02-05 10:40:24 +01:00
|
|
|
|
2019-02-07 10:30:23 +01:00
|
|
|
thead.header_tr tr th {
|
2019-02-04 12:10:52 +01:00
|
|
|
font-weight: normal;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2019-02-05 10:40:24 +01:00
|
|
|
|
2019-02-04 12:10:52 +01:00
|
|
|
thead.header_tr tr th.th_first {
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2019-02-08 14:10:19 +01:00
|
|
|
thead.header_tr tr th.th_description {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
color: #1c1c1c;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
2019-02-05 10:40:24 +01:00
|
|
|
table.table_beauty {
|
2019-02-04 12:10:52 +01:00
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2019-02-05 10:40:24 +01:00
|
|
|
table.table_beauty tbody tr td {
|
2019-02-04 12:10:52 +01:00
|
|
|
padding: 5px;
|
|
|
|
border: 0.1pt solid #acacac;
|
|
|
|
}
|
2019-02-08 14:10:19 +01:00
|
|
|
|
|
|
|
table.databox {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
th.title_table_pdf {
|
|
|
|
background-color: #acacac;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
2019-02-11 17:05:05 +01:00
|
|
|
|
|
|
|
table.table_agent_module tr td {
|
|
|
|
padding: 5px;
|
|
|
|
}
|