egroupware/admin/templates/default/app.css

71 lines
1.2 KiB
CSS
Raw Normal View History

/**
* 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 <RalfBecker@outdoor-training.de>
* @version $Id$
*/
.admin_tree table, .admin_tree tr, .admin_tree td {
border: none;
}
div#divAppbox {
padding: 0;
}
body {
background-image: none;
background-color: white;
}
2013-07-03 18:27:18 +02:00
/* otherwise it is transparent */
#admin_iframe {
background-color: white;
2013-07-03 18:27:18 +02:00
}
2013-07-03 18:27:18 +02:00
tr.adminAccountInactive .adminStatus {
color: red;
2013-07-03 18:27:18 +02:00
}
2013-07-03 18:27:18 +02:00
.adminOverflowEllipsis {
width: 100%;
white-space: nowrap;
display: block;
overflow: hidden;
text-overflow: ellipsis;
2013-07-03 18:27:18 +02:00
}
2013-08-26 20:25:43 +02:00
img.admin_aclApp {
width: 16px;
2013-08-26 20:25:43 +02:00
}
td.admin_userAgent { max-width: 200px; }
td.admin_userAgent span {
display: block;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
2014-03-19 14:20:46 +01:00
}
#admin-acl_filter {
max-width: 100% !important;
}
2014-03-19 14:20:46 +01:00
.admin_account_delete > * {
padding: 8px;
2014-06-30 09:48:05 +02:00
}
/* Global Category classes*/
.globalCat_confirmDelete {
position: absolute;
left: 120px;
top: 80px;
background-color: white;
display: none;
border: 2px solid black;
}
.globalCat_hiddenCatid {
display: none;
}