/* Cacti custom theme overrides
 * Loaded automatically after the selected theme's stylesheets
 * (lib/html.php -> file_exists('include/themes/custom.css')).
 *
 * This file is NOT part of the Cacti package, so it survives package upgrades.
 */

/* Main table containers: open up the vertical rhythm a bit */
.cactiTable {
	line-height: 18px;
}

/* Standard list/data table rows (hosts.php, graphs.php, etc.)
   Default is height: 20px (modern theme main.css) */
.odd,
.even,
.even-alternate,
.selectable {
	height: 24px;
}

.odd td,
.even td,
.even-alternate td,
.selectable td {
	padding: 4px 2px 4px 3px;
}

/* Table headers (modern theme default height 24px) */
.tableHeader {
	height: 28px;
}

.tableHeader th,
.tableHeader td {
	padding: 4px;
}

/* Selectable rows also carry .tableRow (min-height: 25px) */
.tableRow {
	min-height: 26px;
}

/* Graph preview rows on the Graphs page */
.tableRowGraph {
	min-height: 28px;
}

.tableRowGraph td {
	padding: 4px 2px 4px 3px;
}
