/** * EGroupware - CSS Styles used by admin app * * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package etemplate * @link http://www.egroupware.org * @author Ralf Becker * @version $Id$ */ .admin_tree table, .admin_tree tr, .admin_tree td { border: none; } div#divAppbox { padding: 0; } body { background-image: none; background-color: white; } /* otherwise it is transparent */ #admin_iframe { background-color: white; } tr.adminAccountInactive .adminStatus { color: red; } .adminOverflowEllipsis { width: 100%; white-space: nowrap; display: block; overflow: hidden; text-overflow: ellipsis; }